summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2019-05-22 19:09:28 +0200
committerGitHub <noreply@github.com>2019-05-22 19:09:28 +0200
commit755611866ec8a33fe653bc651930a353d4fd12fd (patch)
tree1f051237f274adb643fe80bc172d4c8e45000c54 /lib
parent78c1492df9beea57df4ec54310824e038c02f237 (diff)
parent54299f4e66085b9ed6da914167e324bf69bbb9b8 (diff)
downloadnextcloud-server-755611866ec8a33fe653bc651930a353d4fd12fd.tar.gz
nextcloud-server-755611866ec8a33fe653bc651930a353d4fd12fd.zip
Merge pull request #15604 from nextcloud/fix/12682/fix-possible-override-of-uniquemember
fixes possible override of uniqueMember by autodetection
Diffstat (limited to 'lib')
-rw-r--r--lib/public/LDAP/ILDAPProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/LDAP/ILDAPProvider.php b/lib/public/LDAP/ILDAPProvider.php
index 9e13fb7e796..586481d837e 100644
--- a/lib/public/LDAP/ILDAPProvider.php
+++ b/lib/public/LDAP/ILDAPProvider.php
@@ -151,7 +151,7 @@ interface ILDAPProvider {
/**
* Get the LDAP attribute name for the type of association betweeen users and groups
* @param string $gid group id
- * @return string the configuration, one of: 'memberUid', 'uniqueMember', 'member', 'gidNumber'
+ * @return string the configuration, one of: 'memberUid', 'uniqueMember', 'member', 'gidNumber', ''
* @throws \Exception if group id was not found in LDAP
* @since 13.0.0
*/