diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-03-08 19:12:00 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-03-16 09:28:21 +0100 |
| commit | 0cb870e5657a5e30d66e967644ab54bfa9bf54b4 (patch) | |
| tree | 7365efb9b390b29230e1f68ad2a850075bf0b24c | |
| parent | 4871cb5b549042f383ee883e527e773c0abe9d87 (diff) | |
Remove redundant parameters from CS.cfg in dogtaginstance
Bind DN is not used for client certificate authentication so they can be
safely removed.
https://fedorahosted.org/freeipa/ticket/5298
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
| -rw-r--r-- | ipaserver/install/dogtaginstance.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ipaserver/install/dogtaginstance.py b/ipaserver/install/dogtaginstance.py index f5e5649f9..b8ce19d72 100644 --- a/ipaserver/install/dogtaginstance.py +++ b/ipaserver/install/dogtaginstance.py @@ -220,10 +220,6 @@ class DogtagInstance(service.Service): 'SslClientAuth', quotes=False, separator='=') installutils.set_directive( config, - 'authz.instance.DirAclAuthz.ldap.ldapauth.bindDN', - 'uid=pkidbuser,ou=people,o=ipaca', quotes=False, separator='=') - installutils.set_directive( - config, 'authz.instance.DirAclAuthz.ldap.ldapauth.clientCertNickname', 'subsystemCert cert-pki-ca', quotes=False, separator='=') installutils.set_directive( @@ -242,10 +238,6 @@ class DogtagInstance(service.Service): installutils.set_directive( config, - 'internaldb.ldapauth.bindDN', - 'uid=pkidbuser,ou=people,o=ipaca', quotes=False, separator='=') - installutils.set_directive( - config, 'internaldb.ldapauth.clientCertNickname', 'subsystemCert cert-pki-ca', quotes=False, separator='=') installutils.set_directive( |
