aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
diff options
context:
space:
mode:
authorMarc Hefter <marchefter@march42.net>2022-05-17 18:05:37 +0200
committerMarc Hefter <marchefter@gmail.com>2023-04-06 08:20:22 +0200
commiteee0275dc5b3cfec8f1470bf9efca357e7d3ca68 (patch)
treeb297b53403033cfb741ebb502f42144894258f61 /apps/user_ldap/lib/Connection.php
parent2315c177261a03a2047f9ba3d11dd96da4fef840 (diff)
downloadnextcloud-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.php1
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 {
/**