Can samba be configured to allow users to use ctrl-alt-del to change their password? If so, any special config needed? I have a PDC running without issue, but was curious about this. I was not sure if it was able to update both the smb and linux passwords. d
> Can samba be configured to allow users to use ctrl-alt-del to change their > password? If so, any special config needed? > > I have a PDC running without issue, but was curious about this. I was not > sure if it was able to update both the smb and linux passwords. >It works for me with LDAP without any special setting, John
> I have a PDC running without issue, but was curious about this. I was not > sure if it was able to update both the smb and linux passwords. > > It works for me with LDAP without any special setting, > > John > > > Hi, John > Can you post your smb.conf settings related to ldap? >I will do that on Modnay if I remember. No access to the work network from home. John
John Drescher ??:>> Can samba be configured to allow users to use ctrl-alt-del to change their >> password? If so, any special config needed? >> >> I have a PDC running without issue, but was curious about this. I was not >> sure if it was able to update both the smb and linux passwords. >> >> > It works for me with LDAP without any special setting, > > John >Hi, John Can you post your smb.conf settings related to ldap? Allen
On Sat, May 2, 2009 at 10:31 AM, John Drescher <drescherjm@gmail.com> wrote:>> I have a PDC running without issue, but was curious about this. I was not >> sure if it was able to update both the smb and linux passwords. >> >> It works for me with LDAP without any special setting, >> >> John >> >> >> Hi, John >> Can you post your smb.conf settings related to ldap?Here is what I have on the PDC sysserv0 ~ # cat /etc/samba/smb-ldap.conf #This file contains only the ldap configuration for samba [global] passdb backend = ldapsam:"ldap://sysserv0.radimg.pitt.edu ldap://192.168.1.230" ldap ssl = false ldap admin dn = "cn=Manager,dc=radimg,dc=pitt,dc=edu" ldap user suffix = ou=People ldap delete dn = yes ldap machine suffix = ou=Hosts ldap group suffix = ou=Groups ldap suffix = dc=radimg,dc=pitt,dc=edu # ldap debug level = 1 # ldap debug threshold = 5 ldapsam:trusted=yes ldapsam:editposix = yes ldap passwd sync = yes John