Hey all, I searched the forums a bit and was wondering what the community typically uses for LDAP authentication.
I know I can create my own auth driver but if I can avoid re-creating a wheel, great. I did find https://github.com/axelitus/fuel-pkg-ldap but also noticed it wasn't in the main fuel-package repository.
So I guess the simplified question is for LDAP authentication, what's everyone else using? the axelitus package or something else?
Thanks!
Sidenote introduction: I'm a CodeIgniter native but very new to FuelPHP (Loving itm btw). This is my first post here so pardon if I seem a bit n00bish. I am :)
I use my own ldap authentification, since it's really simple to implement using auth drivers and ldap directories often differ in behavior. here is a quick example of validate_user function implementation : http://pastebin.com/s2m6pv8X