summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 6927cf22f..ed396de0a 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -103,8 +103,6 @@ DEFAULT_CONFIG = (
('lite_webui_port', 9999),
('xmlrpc_uri', 'http://localhost:8888'),
('ldap_uri', 'ldap://localhost:389'),
- ('ldap_host', 'localhost'),
- ('ldap_port', 389),
# Debugging:
('verbose', False),