From e56e08c56ea0a4a8ac45aff7bfcd39d351e04e53 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 17 Apr 2012 15:34:14 -0400 Subject: CryptPolicy deprecated, part2 - updated rest of library to use CryptContext directly --- passlib/handlers/ldap_digests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passlib/handlers/ldap_digests.py') diff --git a/passlib/handlers/ldap_digests.py b/passlib/handlers/ldap_digests.py index 19089ee..f51e482 100644 --- a/passlib/handlers/ldap_digests.py +++ b/passlib/handlers/ldap_digests.py @@ -223,7 +223,7 @@ _init_ldap_crypt_handlers() ## global _lcn_host ## if _lcn_host is None: ## from passlib.hosts import host_context -## schemes = host_context.policy.schemes() +## schemes = host_context.schemes() ## _lcn_host = [ ## "ldap_" + name ## for name in unix_crypt_names -- cgit v1.2.1