mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 16:23:58 +02:00
* fix #257 and add optional domain handling * format code and add to doc * fix #271
This commit is contained in:
@@ -212,7 +212,7 @@ class LDAP implements Service, AuthInterface
|
|||||||
|
|
||||||
// private repositories for each user?
|
// private repositories for each user?
|
||||||
if ($this->private_repos) {
|
if ($this->private_repos) {
|
||||||
$user->setHomedir('/'.$user['username']);
|
$user['homedir'] = '/'.$user['username'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// ...but not for admins
|
// ...but not for admins
|
||||||
|
Reference in New Issue
Block a user