You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep the current approach: only the administrator password never expires, others must follow the expiration policy or manage it manually with CLI and attributes.
Additional context
The -e relax parameter is required for the ldapmodify command to succeed.
Feature was available for AD, not for OpenLDAP. See the original proposal and feedback in NethServer/dev#7503. Consider admin expectations after upgrade/migration from AD/legacy releases.
When the pwdChangedTime is removed, the cluster-admin UI already provides a visual feedback:
Proposed solution
Enable the "password never expires" feature for individual users in the OpenLDAP account provider, as previously available in Active Directory.
Add UI implementation for toggling the flag both in cluster-admin and user portal interfaces.
For compat/reference, the absence of the
pwdChangedTimeattribute can be used for this purpose, and the following can be used to clear it:Alternative solutions
Additional context
The
-e relaxparameter is required for the ldapmodify command to succeed.Feature was available for AD, not for OpenLDAP. See the original proposal and feedback in NethServer/dev#7503. Consider admin expectations after upgrade/migration from AD/legacy releases.
When the
pwdChangedTimeis removed, the cluster-admin UI already provides a visual feedback:See also
Thanks to @nrauso @lucagasparini