goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

LDAP authentication #134

Closed ohnague closed 8 years ago

ohnague commented 8 years ago

Good Morning There is some method to be able to have an LDAP authentication in non-cms

or if any library and how to implement or carry this non-cms

I think it's a good idea

greetings from Cuba

Note: You could look at this question https://github.com/goFrendiAsgard/No-CMS/issues/133

goFrendiAsgard commented 8 years ago

You can override No-CMS/application/helpers/cms_extended_login_helper.php to recognize LDAP. Use this as reference: https://github.com/goFrendiAsgard/No-CMS/blob/master/doc/tutorial/programmer_extended_login.md

This might works: Hi. First you need this: https://www.exchangecore.com/blog/how-use-ldap-active-directory-authentication-php/ (I never try it by myself)