SSH + SAMBA + LDAP question
Posted
by
Mejmo
on Server Fault
See other posts from Server Fault
or by Mejmo
Published on 2010-09-20T12:52:27Z
Indexed on
2011/01/14
15:55 UTC
Read the original article
Hit count: 162
Hi,
I have SSH + LDAP working (I can log to Server2 with credentials from LDAP server Server1). Now, I would like to add Samba server (Server3) and it would be nice if it authenticates the users like Server2.
How can I achieve this ? As I see Samba schema and the schema used for storing Unix users are different. So if I change password in Samba schema, I would be able to log in with the old password. I need centralized storage of username/passwords. If I change it once in phpldapadmin, it means for samba and ssh.
Thanks.
© Server Fault or respective owner