@@ -78,7 +78,7 @@ public function testGetFormWithoutExcludedGroups() {
7878 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
7979 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
8080 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
81- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
81+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
8282 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
8383 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
8484 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -111,7 +111,7 @@ public function testGetFormWithoutExcludedGroups() {
111111 'restrictUserEnumerationFullMatch ' => 'yes ' ,
112112 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
113113 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
114- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
114+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
115115 'enforceLinkPassword ' => false ,
116116 'onlyShareWithGroupMembers ' => false ,
117117 'shareAPIEnabled ' => 'yes ' ,
@@ -153,7 +153,7 @@ public function testGetFormWithExcludedGroups() {
153153 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
154154 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
155155 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
156- ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
156+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
157157 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
158158 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
159159 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -186,7 +186,7 @@ public function testGetFormWithExcludedGroups() {
186186 'restrictUserEnumerationFullMatch ' => 'yes ' ,
187187 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
188188 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
189- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
189+ 'restrictUserEnumerationFullMatchIgnoreSecondDN ' => 'no ' ,
190190 'enforceLinkPassword ' => false ,
191191 'onlyShareWithGroupMembers ' => false ,
192192 'shareAPIEnabled ' => 'yes ' ,
0 commit comments