From: Arran Cudbard-Bell Date: Tue, 27 Feb 2024 06:36:16 +0000 (-0800) Subject: Fix docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd66998d4930b0e496a07e4049837859ed25cfec;p=thirdparty%2Ffreeradius-server.git Fix docs --- diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index b68260426d8..8de2aec42bf 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -483,6 +483,10 @@ ldap { # Don't process user groups if the user has been suspended. # If set to 'no', groups will still be processed. # + # Groups are never processed for disabled users. + # + # Defaults to 'yes'. + # skip_on_suspend = 'yes' } @@ -526,7 +530,7 @@ ldap { # attribute = 'radiusProfileDn' # - # attribute_suspended: The LDAP attribute containing profile DNs to apply + # attribute_suspend: The LDAP attribute containing profile DNs to apply # in addition to the default profile above, when the user account is in # the suspended state # @@ -534,7 +538,7 @@ ldap { # attributes from the update section, are are applied if authorization # is successful. # -# attribute_suspended = 'radiusProfileDn' +# attribute_suspend = 'radiusProfileDn' } #