Whoops... /modules/ldap is on the local freeradius server, not the the remote ldap server.



/modules/ldap:  (on remote ldap server)

ldap {

        server = "10.10.3.1"
        basedn = "dc=lctn,dc=org"
        filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"

/etc/ldap/slapd.conf (on remote ldap server)

Commented out access statements.

#access to attrs=userPassword
#        by dn="cn=admin,dc=lctn,dc=org" write
#        by anonymous auth
#        by self write
#        by * none



/freeradius/radiusd.conf (added ldap module)

instantiate {

        exec


        expr
        ldap



   So... what is going wrong?

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to