diff options
author | Marc Hefter <marchefter@gmail.com> | 2023-03-05 12:01:52 +0100 |
---|---|---|
committer | Marc Hefter <marchefter@gmail.com> | 2023-04-06 08:20:29 +0200 |
commit | dd2bd6a925f0fb482a53eac61e46d680bb074c85 (patch) | |
tree | f73eb6552cfec62e1772f9be28fc8da48ca7153b /apps/user_ldap/lib/Connection.php | |
parent | c6408587ed12634e6d5067a385a7766f3306d894 (diff) | |
download | nextcloud-server-dd2bd6a925f0fb482a53eac61e46d680bb074c85.tar.gz nextcloud-server-dd2bd6a925f0fb482a53eac61e46d680bb074c85.zip |
refined code, to be independend from OCP\IUser
rework updateProfile in user_ldap/lib/User/User.php
some cleanup at processAttributes in user_ldap/lib/User/User.php
rearranged Fediverse attribute, to match profile layout
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 8bf2904179a..1c365ef2afc 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -77,11 +77,11 @@ use Psr\Log\LoggerInterface; * @property string ldapAttributeWebsite * @property string ldapAttributeAddress * @property string ldapAttributeTwitter + * @property string ldapAttributeFediverse * @property string ldapAttributeOrganisation * @property string ldapAttributeRole * @property string ldapAttributeHeadline * @property string ldapAttributeBiography - * @property string ldapAttributeFediverse * @property string ldapProfileScope */ class Connection extends LDAPUtility { |