Hello, I successfully gotten ldap and radius to talk using the radcheck <user> <passwd> 127.0.0.1 1 testing123 which gives me a Access-Accept message. So I assume that Im working correctly.
Now I would like to get this encrypted either by using SSL or TLS. So I use debian/sarge, thus I apt-get install'ed freeradius, ldap-utils, openssl, libssl...etc What Ive tried,TLS: Setting start_tls = yes, restart server, try radcheck, get Access-Reject Message that I get from logs: Info: Ready to process requests. Error: rlm_ldap: could not start TLS Connect error Error: rlm_ldap: (re)connection attempt failed Ive read most of the messages concerning tls and radius with ldap and nothing in them has helped me to get it working. ie, added tls_mode = yes. and port = 389. What Ive tried, SSL: Setting start_tls = no, tls_mode=no, port=636 (ldap over ssl), restarted server, try radcheck, get Access-Reject Telnet ldap 636 gets in I tried to tunnel through ssl via stunnel with the same error. Message that I get from logs: Error: rlm_ldap: bind to <ldap>:636 failed: Can't contact LDAP server Error: rlm_ldap: (re)connection attempt failed Any help would be greatly appreciated! David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

