Hello,

Thanks for your time reading this.

I started a ZF2 project, and the first step I want to implement an auth system based on a ldap directory.

I use zfcuser-ldap, and I achieve to connect. Here is the Ldap object instance output.

2013-06-25T17:54:25+02:00 DEBUG (7): Zend\Ldap\Ldap Object
(
    [connectString:Zend\Ldap\Ldap:private] => ldap://10.208.40.10
    [options:protected] => Array
        (
            [host] => 10.208.40.10
            [port] => 0
            [useSsl] =>
            [username] => cn=inspector,ou=DSA,dc=iteseo
            [password] => jaFj.D.F
            [bindRequiresDn] => 1
            [baseDn] => ou=DSA,dc=iteseo
            [accountCanonicalForm] => 3
            [accountDomainName] => imanagedservices.inet
            [accountDomainNameShort] =>
            [accountFilterFormat] =>
            [allowEmptyPassword] =>
            [useStartTls] =>
            [optReferrals] =>
            [tryUsernameSplit] => 1
            [networkTimeout] =>
        )

    [resource:protected] => Resource id #310
    [boundUser:protected] => cn=inspector,ou=DSA,dc=iteseo
    [rootDse:protected] =>
    [schema:protected] =>
)


The problem is the user is not found. This is the chain that is used: uid=T685545,ou=DSA,dc=iteseo

User data might be ok, since it logs in other applications.

I will appreciate if someone could guide to discover what is going on.

Thanks for your time.

Best Regards,
·_- manou

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to