/usr/share/zentyal/stubs/users/soap-slave.mas is in zentyal-users 2.3.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <%args>
$cert
</%args>
<Location /slave>
SetHandler perl-script
PerlHandler EBox::UsersAndGroups::WSDispatcher
<IfModule mod_ssl.c>
SSLRequireSSL
SSLVerifyClient require
SSLVerifyDepth 1
SSLRequire %{SSL_CLIENT_CERT} == file("<% $cert %>")
</IfModule>
Order allow,deny
Allow from all
</Location>
|