From: Alan T. DeKok Date: Tue, 25 Feb 2025 14:58:04 +0000 (-0500) Subject: document :V X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafb8be3371c04490cbc6840aa48119854189033;p=thirdparty%2Ffreeradius-server.git document :V --- diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index d5838ffa01..df9f1aec40 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -129,9 +129,24 @@ ldap { control:Password-With-Header += 'userPassword' # control:NT-Password := 'ntPassword' # reply:Reply-Message := 'radiusReplyMessage' -# reply:Tunnel-Type := 'radiusTunnelType' -# reply:Tunnel-Medium-Type := 'radiusTunnelMediumType' -# reply:Tunnel-Private-Group-ID := 'radiusTunnelPrivategroupId' + + # + # These attributes take tags. The tag can be place + # on the left-hand side, as is done elsewhere in the + # server. + # + # Or, the special tag ":V" can be used, in which case + # the value read from LDAP should begin with the tag + # number, which is surrounded by ':' e.g. + # + # :1:foo + # + # If the value does not begin with a tag in the above + # format, then the tag is set to zero (0). + # +# reply:Tunnel-Type:V := 'radiusTunnelType' +# reply:Tunnel-Medium-Type:V := 'radiusTunnelMediumType' +# reply:Tunnel-Private-Group-ID:V := 'radiusTunnelPrivategroupId' # Where only a list is specified as the RADIUS attribute, # the value of the LDAP attribute is parsed as a valuepair