diff options
author | Marc Hefter <marchefter@march42.net> | 2022-05-17 18:05:37 +0200 |
---|---|---|
committer | Marc Hefter <marchefter@gmail.com> | 2023-04-06 08:20:22 +0200 |
commit | eee0275dc5b3cfec8f1470bf9efca357e7d3ca68 (patch) | |
tree | b297b53403033cfb741ebb502f42144894258f61 /apps/user_ldap/lib/Connection.php | |
parent | 2315c177261a03a2047f9ba3d11dd96da4fef840 (diff) | |
download | nextcloud-server-eee0275dc5b3cfec8f1470bf9efca357e7d3ca68.tar.gz nextcloud-server-eee0275dc5b3cfec8f1470bf9efca357e7d3ca68.zip |
added user profile scope setting
Signed-off-by: Marc Hefter <marchefter@march42.net>
Signed-off-by: Marc Hefter <marchefter@gmail.com>
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r-- | apps/user_ldap/lib/Connection.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index f899ee381c8..11aaaec13dd 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -81,6 +81,7 @@ use Psr\Log\LoggerInterface; * @property string ldapAttributeRole * @property string ldapAttributeHeadline * @property string ldapAttributeBiography + * @property string ldapProfileScope */ class Connection extends LDAPUtility { /** |