]> source.dussan.org Git - nextcloud-server.git/commit
Support LDAP dns longer than 255 characters
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 2 Nov 2021 15:22:37 +0000 (16:22 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 13 Dec 2021 08:38:43 +0000 (09:38 +0100)
commitfe3203a66e41c64aff1c871bd62213d824bb4fa5
treebaea35f3dc5331ad185f4680681a20aa769a6eb7
parent86c0b22e974940ddfa01e22fc28c72d6e2e87cdb
Support LDAP dns longer than 255 characters

Adds an ldap_full_dn column to store the dn, and only store a sha256
 hash in the ldap_dn which is shorter and can be indexed without
 trouble.
Migration still needs to be implemented.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/lib/Mapping/AbstractMapping.php
apps/user_ldap/lib/Migration/Version1010Date20200630192842.php