Dear List, If I have a PDC with an LDAP backend, would just running smbpasswd username update the users passwd in both the LDAP directory and smb secrets? Thanks, Paul.
I think you have to use smbldap-tools (available at samba.org) Cyrille Paul Henry <samba.user@gmail.com> Envoy? par : samba-bounces+cyrille.bollu=fedasil.be@lists.samba.org 09/09/2005 09:43 Veuillez r?pondre ? samba.user@gmail.com A samba@lists.samba.org cc Objet [Samba] smbpasswd and LDAP backend Dear List, If I have a PDC with an LDAP backend, would just running smbpasswd username update the users passwd in both the LDAP directory and smb secrets? Thanks, Paul. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Paul Henry wrote:> Dear List, > > If I have a PDC with an LDAP backend, would just running smbpasswd > username update the users passwd in both the LDAP directory and smb > secrets?Yes, as long as you give the correct setting for "passwd program" in smb.conf. -- --beast
Hello, you have to set unix password sync = No ldap passwd sync = Yes and use an LDAP-server that supports the password modify extended operation (like OpenLDAP). A password change via smbpasswd will update all userPassword attributes of the LDAP entry Mark
On 09/09/05, Mark Proehl <M.Proehl@science-computing.de> wrote:> Hello, > > you have to set > > unix password sync = No > ldap passwd sync = YesWhat about just: passdb backend = ldapsam:ldap://ldap.blah.org> > and use an LDAP-server that supports the password modify extended > operation (like OpenLDAP). A password change via smbpasswd will > update all userPassword attributes of the LDAP entry > > Mark > >