Skip to content
Snippets Groups Projects
Commit c0f15c2b authored by Olivier Dony's avatar Olivier Dony
Browse files

[IMP] auth_ldap: minor wording changes in field labels/help tooltips

bzr revid: odo@openerp.com-20121124001900-x5cuz98mrm0m0i0i
parent a23fcfb1
No related branches found
No related tags found
No related merge requests found
......@@ -212,10 +212,10 @@ class CompanyLDAP(osv.osv):
"used to query the directory.")),
'ldap_filter': fields.char('LDAP filter', size=256, required=True),
'ldap_base': fields.char('LDAP base', size=64, required=True),
'user': fields.many2one('res.users', 'Model User',
help="Model used for user creation"),
'user': fields.many2one('res.users', 'Template User',
help="User to copy when creating new users"),
'create_user': fields.boolean('Create user',
help="Create the user if not in database"),
help="Automatically create local user accounts for new users authenticating via LDAP"),
'ldap_tls': fields.boolean('Use TLS',
help="Request secure TLS/SSL encryption when connecting to the LDAP server. "
"This option requires a server with STARTTLS enabled, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment