mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 05:00:33 +02:00
* fix #257 and add optional domain handling * format code and add to doc
This commit is contained in:
@@ -103,6 +103,8 @@ Replace your current Auth handler in `configuration.php` file like this:
|
||||
'ldap_attributes' => ["uid","cn","dn"],
|
||||
'ldap_userFieldMapping'=> [
|
||||
'username' =>'uid',
|
||||
'username_AddDomain' =>'@example.com',
|
||||
'username_RemoveDomains' =>['@department1.example.com', '@department2.example.com'],
|
||||
'name' =>'cn',
|
||||
'userDN' =>'dn',
|
||||
'default_permissions' => 'read|write|upload|download|batchdownload|zip',
|
||||
|
Reference in New Issue
Block a user