diff options
author | Marc Hefter <marchefter@march42.net> | 2022-05-07 16:27:20 +0200 |
---|---|---|
committer | Marc Hefter <marchefter@gmail.com> | 2023-04-06 08:19:39 +0200 |
commit | 404d26aa4a950e246f11ce421c48faef764fce31 (patch) | |
tree | 8535e3de7f5b23e28478fdab652058cc93920eb4 /apps/user_ldap/lib/Connection.php | |
parent | e63a6f5cdbaf3d9034470d4ef096fdb344fddf8f (diff) | |
download | nextcloud-server-404d26aa4a950e246f11ce421c48faef764fce31.tar.gz nextcloud-server-404d26aa4a950e246f11ce421c48faef764fce31.zip |
feature addition: [user_ldap] update user profile from LDAP; WIP work-in-progress; TODO update profile
Signed-off-by: Marc Hefter <marchefter@march42.net>
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r-- | apps/user_ldap/lib/Connection.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 6700890c8c7..85c8b5ceda3 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -73,6 +73,13 @@ use Psr\Log\LoggerInterface; * @property int hasMemberOfFilterSupport * @property int useMemberOfToDetectMembership * @property string ldapMatchingRuleInChainState + * @property string ldapAttributePhone + * @property string ldapAttributeWebsite + * @property string ldapAttributeAddress + * @property string ldapAttributeOrganisation + * @property string ldapAttributeRole + * @property string ldapAttributeHeadline + * @property string ldapAttributeBiography */ class Connection extends LDAPUtility { /** |