-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--#set var="head_title" value="LDAP client API for Python" -->
<!--#set var="head_pagedescription" value="LDAP client API for Python" -->
<!--#include file="ssi/head.shtml" -->
<h2>What is python-ldap?</h2>
<ul>
<li>
python-ldap provides an object-oriented API to access LDAP
directory servers from <a href="https://www.python.org/">Python</a>
programs.
</li>
<li>
For LDAP operations the module wraps
<a href="https://www.openldap.org/">OpenLDAP's</a>
client library <em>libldap</em> for that purpose.
</li>
<li>
Additionally the package contains modules for other LDAP-related
stuff:
<ul>
<li>LDIF</li>
<li>LDAP URLs</li>
<li>LDAPv3 subschema</li>
</ul>
</li>
</ul>
<h2>Get it!</h2>
<p>
<a href="download.html">Download information</a> available for several platforms.
</p>
<h2>Mailing list</h2>
<p>
Discussion about the use and future of Python-LDAP occurs in
the <em>[email protected]</em> mailing list.
</p>
<p>
You can
<a href="https://mail.python.org/mailman/listinfo/python-ldap">
subscribe or unsubscribe</a> to this list or browse
the <a href="https://mail.python.org/pipermail/python-ldap/">
list archive</a>.
</p>
<!--#include file="ssi/footer.shtml" -->