Hi,
I am trying to bind user authorization to LDAP In conf.php
// LDAP settings
define('USE_LDAP', true);
define('LDAP_SSL', false); // set to true if using LDAP with SSL encryption
define('LDAP_HOST', '192.168.1.1');
define('LDAP_PORT', '389');
define('LDAP_PROTOCOL_VERSION', 3);
define('LDAP_DN', 'OU=employee,DC=example,DC=com');
define('LDAP_USER', 'jimmy'); // if no email set: cn=admin,dc=example,dc=com
define('LDAP_PASS', 'password');
I'm getting these errors:
Could not bind to server. Returned Error was: [34] Invalid DN syntax
tcpdump info:
No DN information was sent.

normal situation:

so in conf.php LDAP_DN is invalid?
Hi,
I am trying to bind user authorization to LDAP In conf.php
// LDAP settings
define('USE_LDAP', true);
define('LDAP_SSL', false); // set to true if using LDAP with SSL encryption
define('LDAP_HOST', '192.168.1.1');
define('LDAP_PORT', '389');
define('LDAP_PROTOCOL_VERSION', 3);
define('LDAP_DN', 'OU=employee,DC=example,DC=com');
define('LDAP_USER', 'jimmy'); // if no email set: cn=admin,dc=example,dc=com
define('LDAP_PASS', 'password');
I'm getting these errors:
Could not bind to server. Returned Error was: [34] Invalid DN syntax
tcpdump info:

No DN information was sent.
normal situation:

so in conf.php LDAP_DN is invalid?