Hi, I currently have samba as a pdc and I'm trying to find out how to make 'User must change password on....' works. As domain admin I check that box in the User Proerties, but when the user log-in, nothing happends. I saw that with pdbedit -lv <user> there is a line saying: Password must change: Mon, 18 Jan 2038 21:14:07 GMT there is any way to change this? thanks in advance, Eyal.
I have been trying to create some administration guidline to adding users and groups in a Samba 3.0 PDC. I have most of the task documented. The problem I run into is where can I set the attribute for a user to change their password on next logon. Any help is appreciated. Terrance Bey
as far as i know this is current not implemented ----- Original Message ----- From: <tbey@tbey.com> To: <samba@lists.samba.org> Sent: Friday, November 28, 2003 3:01 PM Subject: [Samba] User must change password on next logon> I have been trying to create some administration guidline to adding users > and groups in a Samba 3.0 PDC. I have most of the task documented. The > problem I run into is where can I set the attribute for a user to change > their password on next logon. > > Any help is appreciated. > > Terrance Bey > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
On Sat, 2003-11-29 at 01:01, tbey@tbey.com wrote:> I have been trying to create some administration guidline to adding users > and groups in a Samba 3.0 PDC. I have most of the task documented. The > problem I run into is where can I set the attribute for a user to change > their password on next logon.If you setup Samba 3.0 to use ldap, you can trivially set the sambaPwdMustChange field to 0. Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20031129/a31109be/attachment.bin
I am using tdbsam as the backend. When I use the usrmgr tool I can select user must change password on next logon. When I run the command pdbedit -Lv "username", I can see the password must change field set to 0. Is there a pdbedit command that will allow me to set that field to 0 without using usermgr. Thanks Terrance Bey> On Sat, 2003-11-29 at 01:01, tbey@tbey.com wrote: >> I have been trying to create some administration guidline to adding >> users >> and groups in a Samba 3.0 PDC. I have most of the task documented. The >> problem I run into is where can I set the attribute for a user to change >> their password on next logon. > > If you setup Samba 3.0 to use ldap, you can trivially set the > sambaPwdMustChange field to 0. > > Andrew Bartlett > > -- > Andrew Bartlett abartlet@pcug.org.au > Manager, Authentication Subsystems, Samba Team abartlet@samba.org > Student Network Administrator, Hawker College abartlet@hawkerc.net > http://samba.org http://build.samba.org http://hawkerc.net >