Daniel Brito-Mendes wrote: > Hi, > I want to make an authentification to an Active Directory. > As Base i had used the script from the tutorials > i have changed this lines > $credentials = new ezcAuthenticationPasswordCredentials( 'd.brito-mendes > ', 'xxxx' ); > $ldap = new ezcAuthenticationLdapInfo( '10.10.3.239 > <http://10.10.3.239>', 'uid=%id%', 'ou=*, dc=cruxx,dc=stockfish,dc=de', > 389 ); > but I get only: Incorrect username as Message. > Whats is going wrong? > Anyone can help me?
Hi Daniel, I noticed there is a space in the username 'd.brito-mendes '. Did you try to remove the space? If you get the same error message then I will look into the problem. Cheers, Alex. -- Alexandru Stanoi eZ Components System Developer eZ Systems | http://ez.no -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
