Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
LDAP authentication
  • 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 :)
  • May apologies.  I just now noticed there's a whole other forum dedicated to Auth.  Oops!
  • kenjiskenjis
    Accepted Answer
    I guess few people use LDAP.

    There are another package: https://github.com/sharkpp/fuel-ldapauth
    But README is only Japanese...
  • praentitongpraentitong
    Accepted Answer
    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

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion