Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Ldap
  • Hi all, 

    I use package ldap. But i don't know how implement for use in the simpleauth. 

    Becaus when i use : 

    I have in my config file auth.php 

    'driver' => array('LdapAuth', 'SimpleAuth')

    In my code i have this instruction : 

    Auth::instance('LdapAuth'); 

    But if i dump this always i have 
    Ldap\Auth_Login_LdapAuth 
    Not config load why ? 

    Sorry for my english ? 

  • Sounds logical that Auth::instance('LdapAuth') would return the instance, in this can an Ldap\Auth_Login_LdapAuth object.

    What did you expect?

Howdy, Stranger!

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

In this Discussion