-
Incident report
-
Resolution: Duplicate
-
Major
-
None
-
2.2.4
-
None
-
Linux SL6 (Scientific Linux) based on Redhat linux
I am trying to use CERN cert for accessing using http authentication. I am getting error saying
"User name does not match with DB"
My cern cert is
/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=merina/CN=673555/CN=Merina Albert:xxj31ZMTZzkVA
I have created both username "merina" and "Merina Albert" . Does not giving access and error same. My ssl config in zabbix.conf is
<Directory "/usr/share/zabbix">
SSLVerifyClient require
SSLVerifyDepth 5
SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
SSLRequireSSL
SSLUserName SSL_CLIENT_S_DN_CN
AuthName "Authentication"
AuthType Basic
AuthUserFile /etc/httpd/conf.d/cmst1.htpasswd
Require valid-user
Options +FollowSymLinks
</Directory>
What am I missing ?
Thanks
Merina
- duplicates
-
ZBXNEXT-3118 Allow to use complex "login" formats (SSO cases)
- Open