Added by Darby Felton, last edited by Ralph Schindler on Jan 10, 2008  (view change)

Labels

 
(None)

Return to Zend_Ldap.
Return to Zend_Auth_Adapter_Ldap.

Zend_Ldap TODO:

  • Run tests with I18N DNs like CN=Hans Müller,CN=Users,DC=example,DC=com. Usernames and domains are ASCII but the DNs can contain non-ASCII characters which could cause issues with non-AD servers that require a DN for binding. Since LDAP is UTF-8 I suspect a server running in an ISO-8859 locale will fail in this scenario. It will be necessary to convert to and from UTF-8 as necessary.
  • dandean found that backslashes in passwords get escaped somewhere such that 'my\password' is converted to 'my
    password'. This could be occuring anywhere between form submission and bind(). FIXED - Turned out to be magic_quotes_gpc was on.

Zend_Auth_Adapter_Ldap TODO: