From ef189629182959608758a57d1edcc71e0b503875 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Wed, 31 Jul 2013 17:31:29 +0200 Subject: [PATCH] [FIX]auth_ldap: remove base_crypt warning from manifest bzr revid: dle@openerp.com-20130731153129-8hmqrgsg3e9d533f --- addons/auth_ldap/__openerp__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/addons/auth_ldap/__openerp__.py b/addons/auth_ldap/__openerp__.py index 844f6d9fa84..945dad5e3d2 100644 --- a/addons/auth_ldap/__openerp__.py +++ b/addons/auth_ldap/__openerp__.py @@ -92,11 +92,6 @@ allows pre-setting the default groups and menus of the first-time users. user with the same login (and a blank password), then rename this new user to a username that does not exist in LDAP, and setup its groups the way you want. - -Interaction with base_crypt: ----------------------------- -The base_crypt module is not compatible with this module, and will disable LDAP -authentication if installed at the same time. """, 'website' : 'http://www.openerp.com', 'category' : 'Authentication',