Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radius LDAP configuration? #22

Open
Antairez opened this issue Oct 12, 2016 · 1 comment
Open

Radius LDAP configuration? #22

Antairez opened this issue Oct 12, 2016 · 1 comment

Comments

@Antairez
Copy link

Antairez commented Oct 12, 2016

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

USER_UID=$1
ldapsearch -v -x -D 'uid='${USER_UID}',ou=users,dc=crowd' -W -H ldap://localhost:10389 -b ou=users,dc=crowd uid=${USER_UID}
@dwimberger
Copy link
Owner

Why not use the Radius counterpart?
https://github.com/dwimberger/crowd-radius-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants