May I have some guidance on how to set up Radius to use this LDAP solely for authentication please?
ldap {
#
# Note that this needs to match the name in the LDAP
# server certificate, if you're using ldaps.
server = "127.0.0.1"
identity = "ou=users,dc=crowd"
#password = mypass
basedn = "ou=users,dc=crowd"
filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})"
#base_filter = "(objectclass=radiusprofile)"
Trying to mimic what's being done in the testAuth.sh
May I have some guidance on how to set up Radius to use this LDAP solely for authentication please?
Trying to mimic what's being done in the testAuth.sh