Displaying 3 results from an estimated 3 matches for "passwd_cant_change".
2018 Jan 16
2
Prevent password change from command line
...User cannot change
password" attribute
in Samba AD DC (currently 4.3.11-Ubuntu) like from aduc
found
https://groups.google.com/forum/#!topic/linux.samba/86cB1X8c-1c
and
https://lists.samba.org/archive/samba/2013-August/175185.html
but no solution provided
the UserAccountControl flag "PASSWD_CANT_CHANGE" can not be set via ldap
and there is no sambatool useer subcommand to do this...
do you think there is a solution?
2018 Jan 16
2
Prevent password change from command line
On Tue, 16 Jan 2018 16:21:31 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Arnaud FLORENT via samba
> In chel di` si favelave...
>
> > the UserAccountControl flag "PASSWD_CANT_CHANGE" can not be set via
> > ldap
>
> No, it is not true. You have 'simply'' to OR 0x00010000
> userAccountControl attribute, eg:
>
> userAccountControl = userAccountControl || 0x00010000
>
> look at:
>
> https://msdn.microsoft.com/en-us/library/ms...
2013 Aug 22
2
Set "User cannot change password" from command/script
...gh the
other database (which has its own GUI).
I've been unable to find a linux command which allows me to set the "*User
cannot change password*" property when creating or updating a user with the
sync script.
samba-tool doesn't provide such feature, ldapmodify because flag 64
(PASSWD_CANT_CHANGE)
is protected in attribute UserAccountControl.
Can anybody help me on this? Is there any way to enable/disable this user
property with a command from within linux (locally on the samba4 DC server)?