~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/users_ldap.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: users_ldap
 
3
    :synopsis: Authenticate users with ldap server 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/users_ldap"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Authenticate users with ldap server (*users_ldap*)
 
23
==================================================
 
24
:Module: users_ldap
 
25
:Name: Authenticate users with ldap server
 
26
:Version: 5.0.0.1
 
27
:Author: Tiny
 
28
:Directory: users_ldap
 
29
:Web: http://www.openerp.com
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Add support for authentication by ldap server
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `trunk <http://www.openerp.com/download/modules/trunk/users_ldap.zip>`_
 
46
 
 
47
 
 
48
Dependencies
 
49
------------
 
50
 
 
51
 * :mod:`base`
 
52
 
 
53
Reports
 
54
-------
 
55
 
 
56
None
 
57
 
 
58
 
 
59
Menus
 
60
-------
 
61
 
 
62
 
 
63
None
 
64
 
 
65
 
 
66
Views
 
67
-----
 
68
 
 
69
 * \* INHERIT res.company.form.inherit.users_ldap (form)
 
70
 
 
71
 
 
72
Objects
 
73
-------
 
74
 
 
75
Object: res.company.ldap (res.company.ldap)
 
76
###########################################
 
77
 
 
78
 
 
79
 
 
80
:sequence: Sequence, integer
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
:ldap_password: LDAP password, char, required
 
87
 
 
88
 
 
89
 
 
90
 
 
91
 
 
92
:ldap_server: LDAP Server address, char, required
 
93
 
 
94
 
 
95
 
 
96
 
 
97
 
 
98
:company: Company, many2one, required
 
99
 
 
100
 
 
101
 
 
102
 
 
103
 
 
104
:ldap_base: LDAP base, char, required
 
105
 
 
106
 
 
107
 
 
108
 
 
109
 
 
110
:create_user: Create user, boolean
 
111
 
 
112
    *Create the user if not in database*
 
113
 
 
114
 
 
115
 
 
116
:ldap_server_port: LDAP Server port, integer, required
 
117
 
 
118
 
 
119
 
 
120
 
 
121
 
 
122
:user: Model user, many2one
 
123
 
 
124
    *Model used for user creation*
 
125
 
 
126
 
 
127
 
 
128
:ldap_binddn: LDAP binddn, char, required
 
129
 
 
130
 
 
131
 
 
132
 
 
133
 
 
134
:ldap_filter: LDAP filter, char, required
 
135
 
 
136