Move CACERT definition to a single place.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Jan Cholasta
2013-09-11 08:27:34 +00:00
committed by Petr Viktorin
parent 4c761108e8
commit fea7163e87
17 changed files with 24 additions and 23 deletions

View File

@@ -29,8 +29,6 @@ from ipapython import ipaldap
from ipapython.ipautil import valid_ip, get_ipa_basedn, realm_to_suffix
from ipapython.dn import DN
CACERT = '/etc/ipa/ca.crt'
NOT_FQDN = -1
NO_LDAP_SERVER = -2
REALM_NOT_FOUND = -3