~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to users_ldap_company_any/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2007-07-09 04:51:04 UTC
  • Revision ID: fp@tinyerp.com-576bcee3b5c897aa49847ba4e6f69e1f2446288d
Users LDAP connection menu, modified for allowing multi-companies
with allocations of Tiny ERP different from the one of the ldap

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Authenticate users with ldap server",
 
3
        "version" : "0.1",
 
4
        "depends" : ["base"],
 
5
        "author" : "Tiny",
 
6
        "description": """Add support for authentication by ldap server""",
 
7
        "website" : "http://tinyerp.com/",
 
8
        "category" : "Generic Modules/Others",
 
9
        "init_xml" : [
 
10
        ],
 
11
        "demo_xml" : [
 
12
        ],
 
13
        "update_xml" : [
 
14
                "users_ldap_view.xml",
 
15
        ],
 
16
        "active": False,
 
17
        "installable": True
 
18
}