by Christoph Twrdy.
I want to enable ldap login for moodle. The ldap server I use is not my own and every user (including my user) has permissions for his own user only.
So I can do 'ou=people,dc=example,dc=com'
When doing so and using my username & password I only get some details about my own user, not about other users.
Is this enough to set up authentication with ldap? What exactly will I need to use ldap authentication with moodle?
I dont want to be able to search for users or any other advanced stuff. I only want to be able to log into my own moodle-installation with the credentials(user,pw) stored in the ldap-server.