amnah / yii2-user

Yii2 user authentication module
MIT License
253 stars 104 forks source link

LDAP #168

Open Geoffry304 opened 8 years ago

Geoffry304 commented 8 years ago

Hello,

is it possible to use ldap (active directory) to login?

Regards Geoffry

amnah commented 8 years ago

I've never looked into this myself, but seems possible:

https://github.com/edvler/yii2-adldap-module

Geoffry304 commented 8 years ago

I mean like possible in your plugin? Or is your plugin extendable?

amnah commented 8 years ago

Well, anything is possible. It's just a typical yii2 module, so you can customize/extend it however you'd like.

Seems like it would be similar to yii2-authclient, where you authenticate with LDAP and use those attributes to create a user/profile in the system.