Displaying 1 result from an estimated 1 matches for "fakeorgnam".
Did you mean:
fakeorgname
2004 Jun 22
2
Bizarre LDAP behaviour
...rom samba.org.
When Samba queries the LDAP server, it seems to be using the admin DN as
the *search base*, rather than using the suffix configured in smb.conf.
The appropriate bit of my smb.conf (with the organization name
removed, obviously) looks like this:
passdb backend = ldapsam:ldap://ldap.fakeorgname.dom
ldap admin dn = cn=Manager,o=Organization Name
ldap delete dn = no
ldap filter = (&(uid=%u)(objectclass=sambaSamAccount))
ldap group suffix = cat=Groups
ldap machine suffix = cat=Computers
ldap passwd sync = yes
ldap ssl = off
ldap suffix = o=Organization Name
ldap user suffix = cat=Staff...