Revision 940f714d
Added by Serghei Mihai over 9 years ago
debian/lib/setup-slapd | ||
---|---|---|
222 | 222 |
server = "localhost" |
223 | 223 |
identity = "uid=admin,ou=people,$SUFFIX" |
224 | 224 |
password = "$PASSWORD" |
225 |
basedn = "$ORGANIZATION,$SUFFIX" |
|
225 |
basedn = "ou=$ORGANIZATION,$SUFFIX"
|
|
226 | 226 |
filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})" |
227 | 227 |
#base_filter = "(objectclass=radiusprofile)" |
228 | 228 |
|
... | ... | |
257 | 257 |
|
258 | 258 |
# Mapping of RADIUS dictionary attributes to LDAP |
259 | 259 |
# directory attributes. |
260 |
dictionary_mapping = ${confdir}/ldap.attrmap |
|
260 |
dictionary_mapping = \${confdir}/ldap.attrmap
|
|
261 | 261 |
|
262 | 262 |
# Un-comment the following to disable Novell |
263 | 263 |
# eDirectory account policy check and intruder |
Also available in: Unified diff
radius: ldap config template file fix