mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Add new env variables. 'container_dns' for DNS plugin, 'use_ldap2' for new LDAP backend debugging.
This commit is contained in:
parent
cf8ed7b77a
commit
ff0819b189
@ -92,6 +92,7 @@ DEFAULT_CONFIG = (
|
||||
('container_policygroups', 'cn=policygroups,cn=configs,cn=policies'),
|
||||
('container_policylinks', 'cn=policylinks,cn=configs,cn=policies'),
|
||||
('container_hbac', 'cn=hbac'),
|
||||
('container_dns', 'cn=dns'),
|
||||
|
||||
# Ports, hosts, and URIs:
|
||||
('lite_xmlrpc_port', 8888),
|
||||
@ -105,6 +106,7 @@ DEFAULT_CONFIG = (
|
||||
('verbose', False),
|
||||
('debug', False),
|
||||
('mode', 'production'),
|
||||
('use_ldap2', False),
|
||||
|
||||
# CA plugin:
|
||||
('ca_host', object), # Set in Env._finalize_core()
|
||||
|
Loading…
Reference in New Issue
Block a user