John Lewis
2015-Feb-18 11:52 UTC
[Samba] How do I allow users to change their own passwords on GNU/Linux?
How do I configure my GNU/Linux system to allow users to change their own password? When I type in the passwd command as a domain user it prompts to change the kerberos password but doesn't allow them to change it. I get an error that say password changes may not permitted on this account.
Denis Cardon
2015-Feb-18 16:31 UTC
[Samba] How do I allow users to change their own passwords on GNU/Linux?
Hi John,> How do I configure my GNU/Linux system to allow users to change their > own password? > > When I type in the passwd command as a domain user it prompts to change > the kerberos password but doesn't allow them to change it. I get an > error that say password changes may not permitted on this account.if your kerberos is properly configured, you should be able to change the password using the kpasswd command. Cheers, Denis>-- Denis Cardon Tranquil IT Systems Les Espaces Jules Verne, b?timent A 12 avenue Jules Verne 44230 Saint S?bastien sur Loire tel : +33 (0) 2.40.97.57.55 http://www.tranquil-it-systems.fr
John Lewis
2015-Feb-18 16:48 UTC
[Samba] How do I allow users to change their own passwords on GNU/Linux? SOLVED!
On 02/18/2015 11:31 AM, Denis Cardon wrote:> Hi John, > >> How do I configure my GNU/Linux system to allow users to change their >> own password? >> >> When I type in the passwd command as a domain user it prompts to change >> the kerberos password but doesn't allow them to change it. I get an >> error that say password changes may not permitted on this account. > > if your kerberos is properly configured, you should be able to change > the password using the kpasswd command. > > Cheers, > > Denis > >> > >kpasswd works Thanks