diff options
author | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-08 01:33:56 +0100 |
---|---|---|
committer | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-08 01:33:56 +0100 |
commit | 7fc3867a9f811b56d589cabd4997571bcae48e95 (patch) | |
tree | 3773d4e4a50d0c2341b28bd737be63655e11d0c8 /config/freeradius2 | |
parent | 74d8fc924ab82e5e322145e8649b70ff0ccad7aa (diff) | |
download | pfsense-packages-7fc3867a9f811b56d589cabd4997571bcae48e95.tar.gz pfsense-packages-7fc3867a9f811b56d589cabd4997571bcae48e95.tar.bz2 pfsense-packages-7fc3867a9f811b56d589cabd4997571bcae48e95.zip |
fixed typo in ldap
Diffstat (limited to 'config/freeradius2')
-rw-r--r-- | config/freeradius2/freeradius.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc index 59cb2ce5..7168f00a 100644 --- a/config/freeradius2/freeradius.inc +++ b/config/freeradius2/freeradius.inc @@ -2545,7 +2545,7 @@ ldap { # Mapping of RADIUS dictionary attributes to LDAP # directory attributes. - dictionary_mapping = ${confdir}/ldap.attrmap + dictionary_mapping = \${confdir}/ldap.attrmap ################## THE BELOW IS NOT COMPILED WITH FREERADIUS ################################# # Set password_attribute = nspmPassword to get the # user's password from a Novell eDirectory |