diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-09-17 19:15:46 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-09-24 17:29:29 +0200 |
commit | 6ab30a669b3dde5dce2b63fb33b1ec44f1889b2f (patch) | |
tree | dab547fb88f9793df972c92972590a4ce484e949 /apps/user_ldap/appinfo | |
parent | fb904a9670369aab244b2f3fe3cec8fb65b0c277 (diff) | |
download | nextcloud-server-6ab30a669b3dde5dce2b63fb33b1ec44f1889b2f.tar.gz nextcloud-server-6ab30a669b3dde5dce2b63fb33b1ec44f1889b2f.zip |
ensure that user and group IDs in LDAP's tables are also max 64chars
- limitation by core tables (e.g. sharing), IDs are always 64chars
- when longer group IDs were requested they are hashed (does not affect
displaynames)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 99d35ae5d8f..9ff903fd7e1 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,7 +9,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation. </description> - <version>1.12.0</version> + <version>1.12.1</version> <licence>agpl</licence> <author>Dominik Schmidt</author> <author>Arthur Schiwon</author> |