summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2009-06-16 13:38:20 +0200
committerRob Crittenden <rcritten@redhat.com>2009-07-02 13:33:01 -0400
commit8c7883364ca3c73c9e2c503428495a4405b44e39 (patch)
tree7f75ba6e344e43f631fa7b25014ab9165322e824 /ipalib/constants.py
parentebdebe802dd74c9df82f87774bb3f5d9f6cbdee6 (diff)
downloadfreeipa-8c7883364ca3c73c9e2c503428495a4405b44e39.tar.gz
freeipa-8c7883364ca3c73c9e2c503428495a4405b44e39.tar.xz
freeipa-8c7883364ca3c73c9e2c503428495a4405b44e39.zip
Remove use_ldap2 constant.
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 57062fdf9..60d2510b6 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -109,7 +109,6 @@ DEFAULT_CONFIG = (
('verbose', False),
('debug', False),
('mode', 'production'),
- ('use_ldap2', False),
# CA plugin:
('ca_host', object), # Set in Env._finalize_core()