]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add fallthrough options to sample LDAP module config
authorNick Porter <nick@portercomputing.co.uk>
Thu, 27 Feb 2025 13:49:46 +0000 (13:49 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 27 Feb 2025 13:51:27 +0000 (13:51 +0000)
raddb/mods-available/ldap

index 0dce2e3984baabdb1cda538f9e05bde60b44d487..d455637423551ea0d9d4b22aa718ed3283388dbe 100644 (file)
@@ -578,6 +578,19 @@ ldap {
                #  will be evaluated to determine whether a profile should be applied.
                #
 #              check_attribute = 'radiusProfileCondition'
+
+               #
+               #  fallthrough_attribute:: The LDAP attribute containing a condition
+               #  which will be evaluated to determine whether more profiles should
+               #  be applied after this one.
+               #
+#              fallthrough_attribute = 'radiusProfileFallthrough'
+
+               #
+               #  fallthrough_def:: If the attribute referenced in fallthrough_attribute
+               #  is not in the reply, what should be the default behaviour
+               #
+#              fallthrough_default = yes
        }
 
        #