Home
The Toolkit for Online Communities
15939 Community Members, 1 member online, 2176 visitors today
Log In Register

Forum .LRN Q&A: Re: External authentication with dotLRN (LDAP)

OpenACS Home : Forums : .LRN Q&A : Re: External authentication with dotLRN (LDAP) : One Message

+
Posted by Trenton Cameron on
Thanks for the sugestion Stunnel works great. Because the LDAP server (active directory) supports LDAPS I only needed to run
stunnel -c -d ldap -r myserver:ldaps
Then in the config file I set ldap to send its queries to the local host. Thanks again for all of the help.