diff options
author | Marc Hefter <marchefter@gmail.com> | 2023-03-10 10:56:16 +0100 |
---|---|---|
committer | Marc Hefter <marchefter@gmail.com> | 2023-04-06 08:20:30 +0200 |
commit | 5ea46d81bb5fff84e8676cf5d7a059edb6271bc1 (patch) | |
tree | f745ccc96bf050e701c4910f699917a4640e181d /apps/user_ldap/lib/Connection.php | |
parent | 0c6d440643414151add23d4bf7eb4cff326f7b98 (diff) | |
download | nextcloud-server-5ea46d81bb5fff84e8676cf5d7a059edb6271bc1.tar.gz nextcloud-server-5ea46d81bb5fff84e8676cf5d7a059edb6271bc1.zip |
nice up the code handling AccountManager
merging defaultScopes from DEFAULT_SCOPES and account_manager.default_property_scope
removing unneccessary profileScope setting (using config.php instead)
honoring admin choice 'profile.enabled'=>false in config.php
moved checking for empty array to updateProfile function
corrected some typos and cleaned some comments
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 1c365ef2afc..d8d00dd4d27 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -82,7 +82,6 @@ use Psr\Log\LoggerInterface; * @property string ldapAttributeRole * @property string ldapAttributeHeadline * @property string ldapAttributeBiography - * @property string ldapProfileScope */ class Connection extends LDAPUtility { /** |