* fix #257 and add optional domain handling

* format code and add to doc

* fix #271
This commit is contained in:
ahaenggli
2021-10-01 08:29:34 +02:00
committed by GitHub
parent a2f0e808c2
commit d685af9af2

View File

@@ -212,7 +212,7 @@ class LDAP implements Service, AuthInterface
// private repositories for each user?
if ($this->private_repos) {
$user->setHomedir('/'.$user['username']);
$user['homedir'] = '/'.$user['username'];
}
// ...but not for admins