diff options
author | Marc Hefter <marchefter@march42.net> | 2022-05-12 07:46:22 +0200 |
---|---|---|
committer | Marc Hefter <marchefter@gmail.com> | 2023-04-06 08:20:20 +0200 |
commit | 7fa3c674de904b140575112f471c5753aa03a89c (patch) | |
tree | d4e6289d93d15069bb78b74ae814c3af5a9094c9 /apps/user_ldap/lib/Connection.php | |
parent | 404d26aa4a950e246f11ce421c48faef764fce31 (diff) | |
download | nextcloud-server-7fa3c674de904b140575112f471c5753aa03a89c.tar.gz nextcloud-server-7fa3c674de904b140575112f471c5753aa03a89c.zip |
feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some uggly copy-and-paste errors; testing functionality; preparing and editing the documentation
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 85c8b5ceda3..f899ee381c8 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -76,6 +76,7 @@ use Psr\Log\LoggerInterface; * @property string ldapAttributePhone * @property string ldapAttributeWebsite * @property string ldapAttributeAddress + * @property string ldapAttributeTwitter * @property string ldapAttributeOrganisation * @property string ldapAttributeRole * @property string ldapAttributeHeadline |