Hi,
I am trying to use phpldapadmin (1.0.2). I am very inexpirienced with ldap.
This is my config:
<?php
$config->custom->session['blowfish'] = '';
$config->custom->appearance['language'] = 'de';
$config->custom->jpeg['tmpdir'] = "/tmp";
$config->custom->appearance['tree_filter'] = '(objectclass=*)';
$i=0;
$ldapservers = new LDAPServers;
$ldapservers->SetValue($i,'server','name','Local LDAP server');
$ldapservers->SetValue($i,'server','host','lonely-star.org');
$ldapservers->SetValue($i,'server','port','389');
$ldapservers->SetValue($i,'server','base',array('dc=lonely-star,dc=org'));
$ldapservers->SetValue($i,'server','auth_type','session');
$ldapservers->SetValue($i,'server','tls',false);
$ldapservers->SetValue($i,'server','sasl_auth',false);
?>
When I try to login, I get:
Could not bind to the LDAP server.
LDAP said: No such attribute
Error number: 0x10 (LDAP_NO_SUCH_ATTRIBUTE)
Description: That entry does not contain the attribute specified.
I have no Idea what is wrong, any help?
Thanks!
Nathan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users