@@ -84,7 +84,7 @@ public function testGetFormWithoutExcludedGroups(): void {
8484 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
8585 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
8686 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
87- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
87+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
8888 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
8989 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
9090 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -120,7 +120,7 @@ public function testGetFormWithoutExcludedGroups(): void {
120120 'restrictUserEnumerationFullMatch ' => 'yes ' ,
121121 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
122122 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
123- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
123+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
124124 'enforceLinkPassword ' => false ,
125125 'onlyShareWithGroupMembers ' => false ,
126126 'shareAPIEnabled ' => 'yes ' ,
@@ -162,7 +162,7 @@ public function testGetFormWithExcludedGroups(): void {
162162 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
163163 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
164164 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
165- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
165+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
166166 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
167167 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
168168 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -198,7 +198,7 @@ public function testGetFormWithExcludedGroups(): void {
198198 'restrictUserEnumerationFullMatch ' => 'yes ' ,
199199 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
200200 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
201- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
201+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
202202 'enforceLinkPassword ' => false ,
203203 'onlyShareWithGroupMembers ' => false ,
204204 'shareAPIEnabled ' => 'yes ' ,
0 commit comments