File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 183183 '/foo.js' ,
184184 ] ,
185185 } ,
186+ {
187+ 'path' => '/' ,
188+ 'provider' => 'location' ,
189+ 'auth_ldap_referrals' => 'off' ,
190+ } ,
186191 {
187192 'path' => '/var/www/node-app/public' ,
188193 'passenger_enabled' => true ,
601606 content : %r{^\s +Require any-valid2$} ,
602607 )
603608 }
609+ it {
610+ is_expected . to contain_concat__fragment ( 'rspec.example.com-directories' ) . with (
611+ content : %r{^\s +LDAPReferrals off$} ,
612+ )
613+ }
604614 it {
605615 is_expected . to contain_concat__fragment ( 'rspec.example.com-directories' ) . with (
606616 content : %r{^\s +Options\s Indexes\s FollowSymLinks\s MultiViews$} ,
Original file line number Diff line number Diff line change 290290 <%- if directory [ 'auth_merging' ] -%>
291291 AuthMerging <%= directory [ 'auth_merging' ] %>
292292 <%- end -%>
293+ <%- if directory [ 'auth_ldap_referrals' ] -%>
294+ LDAPReferrals <%= directory [ 'auth_ldap_referrals' ] %>
295+ <%- end -%>
293296 <%- if directory [ 'auth_ldap_url' ] -%>
294297 AuthLDAPURL <%= directory [ 'auth_ldap_url' ] %>
295298 <%- end -%>
You can’t perform that action at this time.
0 commit comments