osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
842 stars 196 forks source link

Read only bind user #85

Closed pwFoo closed 3 years ago

pwFoo commented 3 years ago

Hi,

I use you openldap and docker-phpLDAPadmin containers to run my ldap. Because memberof seems not to be supported out of the box I added https://github.com/wheelybird/ldap-user-manager. But LUM doesn't support read only bind users.

What I try to do.

I'm new with (open)ldap und phpldapadmin and don't know how to create such users (with phpldapadmin). Maybe you could help my how that should be done?

pwFoo commented 3 years ago

Would that use case given by LDAP_READONLY_USER?

LDAP_READONLY_USER
LDAP_READONLY_USER_USERNAME
LDAP_READONLY_USER_PASSWORD

Read only access to use as binddn?

Best would more than one read only user with just read access to memberof "custom_group", but one read only user would be a workaround.

pwFoo commented 3 years ago

Moved to openldap repository: https://github.com/osixia/docker-openldap/issues/531