dnknth / ldap-ui

Minimalistic web frontend for OpenLDAP
MIT License
370 stars 28 forks source link

please re-phrase in the readme.. #35

Closed dkalog closed 2 years ago

dkalog commented 2 years ago

Instead of ..

If a partial DN like BIND_PATTERN=%s,dc=example,dc=org is configured, the corresponding login would be cn=admin. If a specific pattern like BIND_PATTERN=cn=%s,dc=example,dc=org is configured, the login name is just admin.

replace with

If a partial DN like BIND_PATTERN=%s,dc=example,dc=org is configured, the corresponding login would be admin. If a specific pattern like BIND_PATTERN=cn=%s,dc=example,dc=org is configured, the login name is just cn=admin.

dnknth commented 2 years ago

The original wording is correct, and the proposed solution is not. You can easily test it with the Flintstones demo in the docker-demo directory.