dnknth / ldap-ui

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

Does it only support automatic login? #37

Closed Ir1Ka closed 2 years ago

Ir1Ka commented 2 years ago

I noticed that there is no logout menu or button in the page.

Does it only support automatic login?

dnknth commented 2 years ago

There is currently no logout button. The demo only supports automatic login, but normally would prompt for credentials interactively via HTTP basic auth. So, any request on the same server that comes back with HTTP 401 will log you out.

dnknth commented 2 years ago

If you'd like to experiment, comment out BIND_DN in docker-demo/docker-compose.yml and restart the container. See docker-demo/env.demo for additional credentials.

Ir1Ka commented 2 years ago

That's pretty much only for local administration (bind localhost).

Thanks.