@@ -85,7 +85,7 @@ public function testGetFormWithoutExcludedGroups(): void {
8585 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
8686 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
8787 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
88- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
88+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
8989 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
9090 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
9191 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -121,7 +121,7 @@ public function testGetFormWithoutExcludedGroups(): void {
121121 'restrictUserEnumerationFullMatch ' => 'yes ' ,
122122 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
123123 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
124- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
124+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
125125 'enforceLinkPassword ' => false ,
126126 'onlyShareWithGroupMembers ' => false ,
127127 'shareAPIEnabled ' => 'yes ' ,
@@ -166,7 +166,7 @@ public function testGetFormWithExcludedGroups(): void {
166166 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
167167 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
168168 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
169- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
169+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
170170 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
171171 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
172172 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -202,7 +202,7 @@ public function testGetFormWithExcludedGroups(): void {
202202 'restrictUserEnumerationFullMatch ' => 'yes ' ,
203203 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
204204 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
205- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
205+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
206206 'enforceLinkPassword ' => false ,
207207 'onlyShareWithGroupMembers ' => false ,
208208 'shareAPIEnabled ' => 'yes ' ,
0 commit comments