|
@ -2,7 +2,7 @@ |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
# |
|
|
# |
|
|
# OpenERP, Open Source Management Solution |
|
|
# OpenERP, Open Source Management Solution |
|
|
# This module copyright (C) 2013 Daniel Reis. |
|
|
|
|
|
|
|
|
# Copyright (C) 2013 Daniel Reis (https://launchpad.com/~dreis-pt) |
|
|
# |
|
|
# |
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
# it under the terms of the GNU Affero General Public License as |
|
|
# it under the terms of the GNU Affero General Public License as |
|
@ -20,21 +20,22 @@ |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
"name" : "LDAP mapping for user name and e-mail", |
|
|
|
|
|
"version" : "1.0", |
|
|
|
|
|
"depends" : ["auth_ldap"], |
|
|
|
|
|
"author" : "Daniel Reis", |
|
|
|
|
|
"description": """\ |
|
|
|
|
|
|
|
|
'name': "LDAP mapping for user name and e-mail", |
|
|
|
|
|
'version': "1.0", |
|
|
|
|
|
'depends': ["auth_ldap"], |
|
|
|
|
|
'author': "Daniel Reis (https://launchpad.com/~dreis-pt)", |
|
|
|
|
|
'description': """\ |
|
|
Allows to define the LDAP attributes to use to retrieve user name and e-mail address. |
|
|
Allows to define the LDAP attributes to use to retrieve user name and e-mail address. |
|
|
|
|
|
|
|
|
The default attribute used for the name is "cn". |
|
|
The default attribute used for the name is "cn". |
|
|
For Active Directory, you might prefer to use "displayName" instead. |
|
|
For Active Directory, you might prefer to use "displayName" instead. |
|
|
AD also supports the "mail" attribute, so it can be mapped into OpenERP. |
|
|
AD also supports the "mail" attribute, so it can be mapped into OpenERP. |
|
|
""", |
|
|
""", |
|
|
"category" : "Tools", |
|
|
|
|
|
"data" : [ |
|
|
|
|
|
|
|
|
'category': "Tools", |
|
|
|
|
|
'data': [ |
|
|
'users_ldap_view.xml', |
|
|
'users_ldap_view.xml', |
|
|
], |
|
|
], |
|
|
"installable": True, |
|
|
|
|
|
|
|
|
'installable': True, |
|
|
|
|
|
'auto_install': True, |
|
|
} |
|
|
} |
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |