From 467f04e6683de980093457a6a4b171bfe8aaa7bc Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Thu, 21 May 2026 16:50:12 +0200 Subject: [PATCH] feat: password never expires for OpenLDAP Remove the limitation "AD only" for the password-never-expires feature. --- user_domains.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_domains.rst b/user_domains.rst index da850d01..7d002d04 100644 --- a/user_domains.rst +++ b/user_domains.rst @@ -420,7 +420,7 @@ Optional attributes are: can be set to the user's personal email address, where password expiration warnings are sent. Some applications may also use it as a valid login name. -* Password never expires (AD only) -- When enabled, the user's password +* Password never expires -- When enabled, the user's password remains valid indefinitely, bypassing the domain password age policy. * Required password change / User has to change password at next login (AD only) -- When enabled, the user is prompted to change their password at @@ -515,7 +515,7 @@ When creating a user, the following fields are available: * Password * Group (optional field) * Email address (optional field) -* Password never expires (optional field, AD only) +* Password never expires (optional field) * Required password change / User has to change password at next login (optional field, AD only) The portal is automatically configured on every instance of :ref:`active_directory-section` or :ref:`openldap-section` provider.