diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-14 04:39:55 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-14 04:39:55 +0000 |
commit | 849e0d68951a4500256d6e9a5573ded242207df5 (patch) | |
tree | e0b6d83b6367193474f530da3c68f03f2ee0a22e /source3/param | |
parent | 65bc416e6590df8808f9eaf5c1f65186c57130b1 (diff) | |
download | samba-849e0d68951a4500256d6e9a5573ded242207df5.tar.gz samba-849e0d68951a4500256d6e9a5573ded242207df5.tar.bz2 samba-849e0d68951a4500256d6e9a5573ded242207df5.zip |
syncing LDAP schema changes with Samba_3_0
(This used to be commit a1326ea34831bf49942f7bcb954999091c3ea820)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 66a4b1c02e..51a1b028a4 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1416,10 +1416,10 @@ static void init_globals(void) #endif /* WITH_LDAP_SAMCONFIG */ string_set(&Globals.szLdapSuffix, ""); + string_set(&Globals.szLdapFilter, "(uid=%u)"); string_set(&Globals.szLdapMachineSuffix, ""); string_set(&Globals.szLdapUserSuffix, ""); - string_set(&Globals.szLdapFilter, "(&(uid=%u)(objectclass=sambaAccount))"); string_set(&Globals.szLdapAdminDn, ""); Globals.ldap_ssl = LDAP_SSL_ON; Globals.ldap_passwd_sync = LDAP_PASSWD_SYNC_OFF; |