LDAP configuration problem
Posted: Sun Sep 14, 2008 2:52 pm
Hi,
I tried to configure LDAP informaiton, but I keep getting this error:
E_WARNING ldap_search() [<a href='function.ldap-search'>function.ldap-search</a>]: Search: Operations error - in C:\Inetpub\wwwroot\testlink\lib\functions\ldap_api.php - Line 94
This is my conf part:
/** LDAP authentication credentials */
$g_ldap_server = <my server ip>;
$g_ldap_port = '389';
$g_ldap_root_dn = 'DC=<domain>,DC=com';
$g_ldap_organization = ''; # e.g. '(organizationname=*Traffic)'
$g_ldap_uid_field = 'sAMAccountName'; # Use 'sAMAccountName' for Active Directory
$g_ldap_bind_dn = ''; // 'my_bind_user' / Left empty if you LDAP server allows anonymous binding
$g_ldap_bind_passwd = ''; // 'my_bind_password' / Left empty if you LDAP server allows anonymous binding
I tried to configure LDAP informaiton, but I keep getting this error:
E_WARNING ldap_search() [<a href='function.ldap-search'>function.ldap-search</a>]: Search: Operations error - in C:\Inetpub\wwwroot\testlink\lib\functions\ldap_api.php - Line 94
This is my conf part:
/** LDAP authentication credentials */
$g_ldap_server = <my server ip>;
$g_ldap_port = '389';
$g_ldap_root_dn = 'DC=<domain>,DC=com';
$g_ldap_organization = ''; # e.g. '(organizationname=*Traffic)'
$g_ldap_uid_field = 'sAMAccountName'; # Use 'sAMAccountName' for Active Directory
$g_ldap_bind_dn = ''; // 'my_bind_user' / Left empty if you LDAP server allows anonymous binding
$g_ldap_bind_passwd = ''; // 'my_bind_password' / Left empty if you LDAP server allows anonymous binding