From f863290572ff91d9a8a8d6cb2ad819964c3a1426 Mon Sep 17 00:00:00 2001 From: Jake Nabasny Date: Tue, 28 Nov 2023 11:01:52 -0500 Subject: feat(ldap): sync additional properties to profile and SAB Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny Co-authored-by: Richard Steinmetz Signed-off-by: Richard Steinmetz --- tests/lib/Accounts/AccountManagerTest.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/lib/Accounts/AccountManagerTest.php b/tests/lib/Accounts/AccountManagerTest.php index 0a29ff02d30..da31c77abc6 100644 --- a/tests/lib/Accounts/AccountManagerTest.php +++ b/tests/lib/Accounts/AccountManagerTest.php @@ -616,6 +616,12 @@ class AccountManagerTest extends TestCase { 'scope' => IAccountManager::SCOPE_LOCAL, ], + [ + 'name' => IAccountManager::PROPERTY_BIRTHDATE, + 'value' => '', + 'scope' => IAccountManager::SCOPE_LOCAL, + ], + [ 'name' => IAccountManager::PROPERTY_PROFILE_ENABLED, 'value' => '1', -- cgit v1.2.3