Displaying 4 results from an estimated 4 matches for "change_expired_password".
2023 Oct 27
1
Samba AD DC: users cannot change expired passwords
...# Force account unlock when password is changed
>> $ad_options['force_unlock'] = true;
>> # Force user change password at next login
>> $ad_options['force_pwd_change'] = false;
>> # Allow user with expired password to change password
>> $ad_options['change_expired_password'] = true;
>>
>> Why would there be an option 'change_expired_password' when this is
>> not a supported feature in AD?
>>
>> Since I have no MS-AD so cannot check it.
>>
>> - Kees.
> Not answering for Andrew, but just wondering aloud :-)
>...
2023 Oct 29
1
Samba AD DC: users cannot change expired passwords
...> unlock when password is changed$ad_options['force_unlock'] =
> > > true;# Force user change password at next
> > > login$ad_options['force_pwd_change'] = false;# Allow user with
> > > expired password to change
> > > password$ad_options['change_expired_password'] = true;
> > > Why would there be an option 'change_expired_password' when this
> > > isnot a supported feature in AD?
> > > Since I have no MS-AD so cannot check it.
> > > - Kees.
> > Not answering for Andrew, but just wondering aloud :-)
>...
2023 Oct 27
2
Samba AD DC: users cannot change expired passwords
...e: LDAPv3 standard behavior
$ad_mode = true;
# Force account unlock when password is changed
$ad_options['force_unlock'] = true;
# Force user change password at next login
$ad_options['force_pwd_change'] = false;
# Allow user with expired password to change password
$ad_options['change_expired_password'] = true;
Why would there be an option 'change_expired_password' when this is not
a supported feature in AD?
Since I have no MS-AD so cannot check it.
- Kees.
>
> Andrew Bartlett
>
> On Thu, 2023-10-26 at 21:31 +0200, Kees van Vloten via samba wrote:
>> Hi Tobias...
2023 Oct 29
1
Samba AD DC: users cannot change expired passwords
...unlock'] = true;
>
>
> # Force user change password at next login
>
>
> $ad_options['force_pwd_change'] = false;
>
>
> # Allow user with expired password to change password
>
>
> $ad_options['change_expired_password'] = true;
>
>
>
>
> Why would there be an option 'change_expired_password' when this
> is not a supported feature in AD?
>
>
>
> Since I have no MS-AD so cannot check it.
>
> - Kees.
All the more reason do so f...