taso
2006-Jan-17 12:49 UTC
[Samba] Windows user password changing with Samba + LDAP + smbldap tools
smbldap-tools-0.9.1-1 & Samba 3.0.21a This is what I have in my smb.conf: passwd program = /opt/IDEALX/sbin/smbldap-passwd "%u" passwd chat = "*New password :*\n" %n "*new password :*\n" %n unix password sync = Yes According to "man smb.conf", smbldap-passwd is invoked as root so the passwd chat should be fine. Problem is it doesn't work. Am I missing something obvious?
stephane.purnelle@corman.be
2006-Jan-17 12:55 UTC
RE [Samba] Windows user password changing with Samba + LDAP + smbldap tools
With LDAP, I not use passwd program parameter. Samba modify directly the password attribute and the userPassword if ldap passwd sync = yes ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467 taso <ahg4@aanet.com.au> Envoy? par : samba-bounces+stephane.purnelle=corman.be@lists.samba.org 17/01/2006 13:49 Veuillez r?pondre ? ahg4@aanet.com.au A samba@lists.samba.org cc Objet [Samba] Windows user password changing with Samba + LDAP + smbldap tools smbldap-tools-0.9.1-1 & Samba 3.0.21a This is what I have in my smb.conf: passwd program = /opt/IDEALX/sbin/smbldap-passwd "%u" passwd chat = "*New password :*\n" %n "*new password :*\n" %n unix password sync = Yes According to "man smb.conf", smbldap-passwd is invoked as root so the passwd chat should be fine. Problem is it doesn't work. Am I missing something obvious? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
taso
2006-Jan-18 04:23 UTC
RE [Samba] Windows user password changing with Samba + LDAP + smbldap tools
stephane.purnelle@corman.be wrote:> With LDAP, I not use passwd program parameter. > > Samba modify directly the password attribute and the userPassword if ldap > passwd sync = yes >That fixed it Stephan.