Page 1 of 1

Another LDAP module

Posted: Mon Jul 23, 2007 10:13 am
by Dissimilis
Hi there,
I made LDAP authentication module for admin login. Everything works fine.
There is some tags to access LDAP information in FrontEnd like: {cAuth find='John Doe' display="userprincipalname"} which would produce "john.doe@domain.ext".
Later on I will expand this for front end functionality.

Anyway, there one big problem with all this. It requires CMS Core hacking - adding "LoginPre" event. It's not that hard as it sounds. May be one of you Core guys can modify original version, so I can release this to public? I would do this my self, but dont know how to deal with svn :)