by Sven R..
Hello,
i set up a lamp server (ubuntu 12.04), installed php5-ldap (aptitude install php5-ldap, a2enmod ldap).
Installation of moodle 2.3 was fine, but the ldap-auth does not work.
I running a moodle 2.2 on another server (debian 6), there ldap-auth works fine.
I put in my new moodle 2.3 ldap-config the same data as in my old moodle 2.2, but no login is possible, I'm getting these errors:
LDAP-Modul cannot connect to any server: Server: 'ldaps://10.16.1.1', Connection: 'Resource id #46', Bind result: ''
and:
Stack trace:
- line 435 of /lib/setuplib.php: moodle_exception thrown
- line 1991 of /auth/ldap/auth.php: call to print_error()
- line 173 of /auth/ldap/auth.php: call to auth_plugin_ldap->ldap_connect()
- line 4033 of /lib/moodlelib.php: call to auth_plugin_ldap->user_login()
- line 133 of /login/index.php: call to authenticate_user_login()
Does anyone knows these errors? Who can I get it work?
Solarflares