mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
code style
This commit is contained in:
parent
6285cc2604
commit
4a2295b75b
@ -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 New Issue
Block a user