@@ -77,6 +77,7 @@ public function testGetFormWithoutExcludedGroups(): void {
7777 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
7878 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
7979 ['core ' , 'shareapi_restrict_user_enumeration_full_match_user_id ' , 'yes ' , 'yes ' ],
80+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_displayname ' , 'yes ' , 'yes ' ],
8081 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
8182 ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
8283 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
@@ -120,6 +121,7 @@ public function testGetFormWithoutExcludedGroups(): void {
120121 'restrictUserEnumerationToPhone ' => false ,
121122 'restrictUserEnumerationFullMatch ' => true ,
122123 'restrictUserEnumerationFullMatchUserId ' => true ,
124+ 'restrictUserEnumerationFullMatchDisplayname ' => true ,
123125 'restrictUserEnumerationFullMatchEmail ' => true ,
124126 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => false ,
125127 'enforceLinksPassword ' => false ,
@@ -172,6 +174,7 @@ public function testGetFormWithExcludedGroups(): void {
172174 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
173175 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
174176 ['core ' , 'shareapi_restrict_user_enumeration_full_match_user_id ' , 'yes ' , 'yes ' ],
177+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_displayname ' , 'yes ' , 'yes ' ],
175178 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
176179 ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
177180 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
@@ -217,6 +220,7 @@ public function testGetFormWithExcludedGroups(): void {
217220 'restrictUserEnumerationToPhone ' => false ,
218221 'restrictUserEnumerationFullMatch ' => true ,
219222 'restrictUserEnumerationFullMatchUserId ' => true ,
223+ 'restrictUserEnumerationFullMatchDisplayname ' => true ,
220224 'restrictUserEnumerationFullMatchEmail ' => true ,
221225 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => false ,
222226 'enforceLinksPassword ' => false ,
0 commit comments