[1.1.0 -> 2.0.4] How to authenticate users like foo at ldap with LDAP server?
Clark J. Wang
dearvoid at gmail.com
Fri May 23 12:43:49 CEST 2008
In FreeRADIUS 1.1, I can ask LDAP server to authenticate users with name
foo at ldap by configuring like this:
--- File: hints ---
DEFAULT Suffix == "ldap", Strip-User-Name = Yes
Hint = "ldap"
--- File: users ---
DEFAULT Hint == "ldap", Auth-Type := LDAP
-- File: radiusd.conf ---
modules {
ldap {
...
}
}
authorize {
...
# ldap
...
}
authenticate {
...
Auth-Type LDAP {
ldap
}
...
}
After upgrading to 2.0.4, when starting `radiusd -X' it failed with error:
/usr/local/FreeRADIUS-2.0.4/etc/raddb/users[179]: Parse error (check) for
entry DEFAULT: Unknown value LDAP for attribute Auth-Type
2.0.4 does not support this usage any longer?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20080523/6291f921/attachment.html>
More information about the Freeradius-Users
mailing list