Prev: [Samba] samba 3.3 with LDAP - How To change passwor from WIndows
Next: [Samba] Problem re-writing on a SAMBA share.
From: Endo Fly on 26 Jul 2010 19:40 On 07/26/2010 07:20 PM, Götz Reinicke - IT Koordinator wrote: > Hi, > > I got my samba PDC / LDAP system to the point, that users can login. > > But they can't change there password from the windows pc. > > Can somewone tell me which settings may I check? Or can point me to a > how to? > > The posix password should be changed to. > > Thanks a lot and best regards! > > /Götz > You might want to look into smbldap-tools, this set of tools allows you to set up many items and have a single point of change for both posix,samba,ldap.. Check the sambaPwdCanChange field in ldap, -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Miguel Medalha on 26 Jul 2010 20:20 > I got my samba PDC / LDAP system to the point, that users can login. > > But they can't change there password from the windows pc. > > Can somewone tell me which settings may I check? Or can point me to a > how to? > > The posix password should be changed to. > I use "ldap passwd sync = yes" in smb.conf. It all works. The Windows XP users just press "Ctrl+Alt+Del" and can change their password from there. Please read the smb.conf man page. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Daniel Müller on 27 Jul 2010 02:40
You need in your smb.conf : passwd program = /usr/local/sbin/smbldap-passwd -u %u Did you install ldapadmin: http://ldapadmin.sourceforge.net/ ?? In your Ldap-Configuration this have to be set: sambaPwdCanChange = 1 for each user You can find it in ldapadmin edit entry of each user If you have any questions call me Greetings Daniel ----------------------------------------------- EDV Daniel Müller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 Tübingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller(a)tropenklinik.de Internet: www.tropenklinik.de ----------------------------------------------- -----Ursprüngliche Nachricht----- Von: samba-bounces(a)lists.samba.org [mailto:samba-bounces(a)lists.samba.org] Im Auftrag von Götz Reinicke - IT Koordinator Gesendet: Dienstag, 27. Juli 2010 01:21 An: samba(a)lists.samba.org Betreff: [Samba] samba 3.3 with LDAP - How To change passwor from WIndows Hi, I got my samba PDC / LDAP system to the point, that users can login. But they can't change there password from the windows pc. Can somewone tell me which settings may I check? Or can point me to a how to? The posix password should be changed to. Thanks a lot and best regards! /Götz -- Götz Reinicke IT-Koordinator Tel. +49 7141 969 420 Fax +49 7141 969 55 420 E-Mail goetz.reinicke(a)filmakademie.de Filmakademie Baden-Württemberg GmbH Akademiehof 10 71638 Ludwigsburg www.filmakademie.de Eintragung Amtsgericht Stuttgart HRB 205016 Vorsitzende des Aufsichtsrats: Prof. Dr. Claudia Hübner Geschäftsführer: Prof. Thomas Schadt -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |