Hello !
I`am just trying to connect Samba with ldap to make it simpler for the users to log in.
We have already attached squid, so by that we thought it would be easy to do the same with samba.
But....we finaly need some help.
I think we did something wrong with the ldap config for the os with is btw:
Quote:
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
|
We added
Quote:
ldap admin dn = cn=xxx,o=xxx
ldap suffix = o=xxx
passdb backend = ldapsam:ldaps://xxx:636 smbpasswd
encrypt passwords = yes
security = user
|
to our smb.conf which must be right as it works for squid ( except the syntax which might be wrong).
We can also already browse the ldap-tree with yast, which shows me, that this part is correct.
Maybe the nsswich.conf is wrong ?
Quote:
passwd: compat
group: files ldap
hosts: files dns
networks: files dns
services: files ldap
protocols: files
rpc: files
ethers: files
netmasks: files
netgroup: files ldap
publickey: files
bootparams: files
automount: files nis
aliases: files ldap
passwd_compat: ldap
|
What is not working :
Quote:
chown -R xxx.department.city.domain.lan testfolder/
chown: unknown User: xxx.department.city.domain.lan
|