goodies/
directory of your
Radiator distribution.<AuthBy SQLAUTHBY>
supports the same
parameters as <AuthBy xxxxxx>
. For more
information, see Section 3.32. <AuthBy xxxxxx>. It supports also
all the common SQL configuration parameters. For more information about
the SQL configuration parameters, see Section 3.8. SQL configuration.AuthBySelect
is the SQL query used to
retrieve AuthBy clause configuration parameters based on the user's realm.
The clause is cached for reuse. You can use
AuthBySelectParam
to bind variables to the
AuthBySelect
query. %0
is replaced
with SQL quoted realm when no AuthBySelectParam
s are
configured.AuthBySelect select HOST, PORT, AUTHDN, AUTHPASSWORD, BASEDN, USERNAMEATTR, \ PASSWORDATTR, HOLDSERVERCONNECTION from RADSQLAUTHBY where TARGETNAME=%0
%0
. For
more information, see Section 3.8.1. SQL bind variables.AuthBySelectParam
:AuthBySelect select HOST, PORT, AUTHDN, AUTHPASSWORD, BASEDN, USERNAMEATTR, \ PASSWORDATTR, HOLDSERVERCONNECTION from RADSQLAUTHBY where TARGETNAME=? AuthBySelectParam %0
Class LDAP2
DefaultParam RewriteUsername s/^([^@]+).*/$1/ DefaultParam Version 3
ParamColumnDef 0,Host ParamColumnDef 1,Port ParamColumnDef 2,AuthDN ParamColumnDef 3,AuthPassword