diff options
author | Jim P <jim@pingle.org> | 2012-01-07 16:36:13 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-01-07 16:36:13 -0800 |
commit | cc7ea4608ce03e4a6e271444f6562f78d7099344 (patch) | |
tree | 3773d4e4a50d0c2341b28bd737be63655e11d0c8 | |
parent | 74d8fc924ab82e5e322145e8649b70ff0ccad7aa (diff) | |
parent | 7fc3867a9f811b56d589cabd4997571bcae48e95 (diff) | |
download | pfsense-packages-cc7ea4608ce03e4a6e271444f6562f78d7099344.tar.gz pfsense-packages-cc7ea4608ce03e4a6e271444f6562f78d7099344.tar.bz2 pfsense-packages-cc7ea4608ce03e4a6e271444f6562f78d7099344.zip |
Merge pull request #187 from Nachtfalkeaw/patch-1
fixed typo in ldap
-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 |