From 8c7883364ca3c73c9e2c503428495a4405b44e39 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 16 Jun 2009 13:38:20 +0200 Subject: Remove use_ldap2 constant. --- ipalib/constants.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 57062fdf..60d2510b 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() -- cgit