]> source.dussan.org Git - nextcloud-server.git/commit
doc(auth): Warn about disabled token passwords and LDAP logout 37684/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 11 Apr 2023 16:11:00 +0000 (18:11 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Wed, 12 Apr 2023 07:54:53 +0000 (07:54 +0000)
commit5fe65a7d5983b55e15eed0f1cf8d0f7d7a413ee2
treead418c315ffbda16eab71526fe814734f33f6b3c
parent65aaf76760a98732ca3b7910fa46e659b53d879a
doc(auth): Warn about disabled token passwords and LDAP logout

Auth tokens store the user's login password by default. If the password
changes externally (on LDAP), all connected clients stop syncing after 5
minutes max when the password is verified the next time. A web login
revivess those app passwords.

If storing the password is disabled, the tokens continue to work after
password change. But that also means the clients are not logged out the
same way. This can be fine for some setups and problematic for others.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
config/config.sample.php