The branch, master has been updated
       via  5dd86c7... s3:loadparm:  Change the "ldap deref" value "defualt" to 
"auto".
      from  31321ac... s4:libnet/libnet_become_dc - Fix a small glitch in 
"becomeDC_drsuapi1_add_entry_send"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5dd86c7394abb61163af6befda575e4fb8969771
Author: Karolin Seeger <ksee...@samba.org>
Date:   Fri Dec 11 11:56:26 2009 +0100

    s3:loadparm:  Change the "ldap deref" value "defualt" to "auto".
    
    That's an established value. Default is a bit confusing.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index de31e91..bd70ee1 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -758,7 +758,7 @@ static const struct enum_list enum_ldap_deref[] = {
        {SAMBA_LDAP_DEREF_SEARCHING, "searching"},
        {SAMBA_LDAP_DEREF_FINDING, "finding"},
        {SAMBA_LDAP_DEREF_ALWAYS, "always"},
-       {-1, "default"}
+       {-1, "auto"}
 };
 
 static const struct enum_list enum_ldap_passwd_sync[] = {


-- 
Samba Shared Repository

Reply via email to