Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
c0f15c2b
Commit
c0f15c2b
authored
12 years ago
by
Olivier Dony
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] auth_ldap: minor wording changes in field labels/help tooltips
bzr revid: odo@openerp.com-20121124001900-x5cuz98mrm0m0i0i
parent
a23fcfb1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/auth_ldap/users_ldap.py
+3
-3
3 additions, 3 deletions
addons/auth_ldap/users_ldap.py
with
3 additions
and
3 deletions
addons/auth_ldap/users_ldap.py
+
3
−
3
View file @
c0f15c2b
...
...
@@ -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
=
"
C
reate
the
user
if not in database
"
),
help
=
"
Automatically c
reate
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,
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment