Matthieu Turpault
2003-Jan-14 16:58 UTC
[Samba] Viewing user with Samba 2.2.7 - LDAP - PDC
Hi list, I have used samba-2.2.3a/LDAP acting as a PDC. If I want to add a user in the administrative group of a workstations, I could see all users of the domain. Everything worked well until I migrate to samba-2.2.7a/LDAP. Now, I can only see the group but no user. My smb.conf was not changed. A google search does not help me. Do you have any idea ? Thanks in advance. My configuration: Mandrake 8.2 Samba 2.2.7 Matthieu -------------- my smb.conf -------------------- [global] workgroup = MDKGROUP server string = Samba Server %v log file = /var/log/samba/log.%m max log size = 5000 security = user encrypt passwords = yes ldap admin dn = "cn=manager,id=1" ldap server = ldap.comelis.fr ldap ssl = off ldap port = 389 ldap suffix = "id=1" ldap filter = "(&(uid=%u)(objectclass=sambaAccount))" unix password sync = Yes passwd program = /usr/share/samba/scripts/smbldap-passwd.pl %u passwd chat = *New*password*:* %n\r *Retype*new*password*:* %n\r *all*authentication*tokens*updated*successfully* socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 logon path = "" logon drive = w logon script = STARTUP.BAT dns proxy = no netbios name = Lea map to guest = bad user password level = 0 null passwords = no os level = 33 preferred master = yes domain master = yes wins support = no dead time = 0 domain logons = yes interfaces = eth0 name resolve order = host bcast load printers = yes client code page = 850 character set = ISO8859-15 password server = 10.0.1.12 [homes] comment = Home Directories browseable = yes writable = yes available = yes public = no only user = no preexec close = no root preexec close = no [Profiles] path = /var/lib/samba/profiles browseable = no guest ok = yes writable = yes [netlogon] available = yes path = /var/lib/samba/netlogon guest ok = yes preexec close = no root preexec close = no browseable = no comment = Network Logon Service -----------end of my smb.conf -----------------