]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix docs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Feb 2024 06:36:16 +0000 (22:36 -0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Feb 2024 06:36:16 +0000 (22:36 -0800)
raddb/mods-available/ldap

index b68260426d836b3a0be19d5f8eb7d05c1c81db43..8de2aec42bf57a29966478385bee0db2c58ba56d 100644 (file)
@@ -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'
        }
 
        #