8 Commits

Author SHA1 Message Date
ahaenggli
b5c778fd7f Improve LDAP: attribute checks, handling, user filtering (#493) 2024-10-28 20:43:25 +01:00
Andrei Telteu
27310f9d48 Added chmod perm, modal to change, api with local/ftp/sftp (#399)
Read a fill current permissions for local driver

Finished permissions for ftp driver, read and change

Read permissions for sftp adapter

Created FilegatorFtp for a cleaner permissions integration

Implemented recursive chmod options for files/folders

Modified tests to cover permissions

Lint frontend permissions component
2024-04-17 17:23:21 +02:00
ahaenggli
d685af9af2 fix #271 (#272)
* fix #257 and add optional domain handling

* format code and add to doc

* fix #271
2021-10-01 08:29:34 +02:00
ahaenggli
d45346809f fix #257 and add optional domain handling (#258)
* fix #257 and add optional domain handling

* format code and add to doc
2021-08-23 09:03:08 +02:00
Luiz Kill
a48fa3c717 Adds an attributes parameter to the ldap adapter (#184)
* Adds an attribute parameter to the ldap adapter

Using this parameter is much more efficient than the default action (which is to return all attributes and their associated values). The use of this parameter should therefore be considered good practice.

(from https://www.php.net/manual/en/function.ldap-search.php)

* Updates the docs about ldap_attributes parameter

* Enhances portuguese translation

* Update backend/Services/Auth/Adapters/LDAP.php

Commit suggestion
2021-02-18 09:18:30 +01:00
Milos Stojanovic
53c993bdc8 ignore coverage for ldap 2020-11-02 14:42:22 +01:00
Milos Stojanovic
86e582efb8 add docs to LDAP, fix trailing spaces 2020-10-26 08:45:58 +01:00
ahaenggli
12a83d07c1 Feature/ldap auth (#146)
* add ldap auth

* remove some comments
2020-10-26 08:40:30 +01:00