mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
code style
This commit is contained in:
parent
6285cc2604
commit
4a2295b75b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class GROUP_LDAP extends lib\Access implements \OCP\GroupInterface {
|
|||
//uniqueMember takes DN, memberuid the uid, so we need to distinguish
|
||||
if((strtolower($this->connection->ldapGroupMemberAssocAttr) == 'uniquemember')
|
||||
|| (strtolower($this->connection->ldapGroupMemberAssocAttr) == 'member')
|
||||
) {
|
||||
) {
|
||||
$uid = $userDN;
|
||||
} else if(strtolower($this->connection->ldapGroupMemberAssocAttr) == 'memberuid') {
|
||||
$result = $this->readAttribute($userDN, 'uid');
|
||||
|
|
|
|||
Loading…
Reference in a new issue