mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
constants: remove CACERT
CACERT depends on ipaplatform. Replace all uses of CACERT with paths.IPA_CA_CRT and remove CACERT. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
a2c5888973
commit
977050c66b
@@ -22,7 +22,6 @@
|
||||
All constants centralised in one file.
|
||||
"""
|
||||
import socket
|
||||
from ipaplatform.paths import paths
|
||||
from ipapython.dn import DN
|
||||
from ipapython.version import VERSION, API_VERSION
|
||||
|
||||
@@ -34,9 +33,6 @@ except Exception:
|
||||
except Exception:
|
||||
FQDN = None
|
||||
|
||||
# Path to CA certificate bundle
|
||||
CACERT = paths.IPA_CA_CRT
|
||||
|
||||
# regular expression NameSpace member names must match:
|
||||
NAME_REGEX = r'^[a-z][_a-z0-9]*[a-z0-9]$|^[a-z]$'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user