[IMP] Add an external dependency for users_ldap

bzr revid: stephane@openerp.com-20110117102936-owbi526stgjd9ucc
This commit is contained in:
Stephane Wirtel 2011-01-17 11:29:36 +01:00
parent 34f1d34f77
commit bbd1cd025b
1 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,11 @@
"version" : "0.1",
"depends" : ["base"],
"author" : "OpenERP SA",
"description": """Adds support for authentication by ldap server""",
"description": """Adds support for authentication by ldap server.
This module only works with Unix/Linux
""",
"website" : "http://www.openerp.com",
"category" : "Generic Modules/Others",
"init_xml" : [
@ -36,6 +40,9 @@
"active": False,
"installable": True,
"certificate" : "001141446349334700221",
"dependencies" : {
'python' : ['ldap'],
}
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: