File: control

package info (click to toggle)
ldaptor 0.0.43%2Bdebian1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,180 kB
  • ctags: 3,626
  • sloc: python: 18,648; xml: 787; makefile: 149; sh: 88
file content (68 lines) | stat: -rw-r--r-- 2,762 bytes parent folder | download
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: ldaptor
Section: admin
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Standards-Version: 3.9.3
Build-Depends-Indep: docbook-slides (>= 3.2.0), xsltproc,
 source-highlight, python-epydoc, dia (>= 0.93-2), python-docutils,
 python-twisted-core, python-twisted-names, python-twisted-mail,
 python-pyparsing, python-openssl, python-crypto, python (>= 2.6.5~)
Build-Depends: debhelper (>= 7.0.50~)
X-Python-Version: all
Homepage: http://www.inoi.fi/open/trac/ldaptor
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ldaptor/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ldaptor/trunk/

Package: ldaptor-utils
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-ldaptor
Description: command-line LDAP utilities
 A set of LDAP utilities for use from the command line, including:
 .
  * ldaptor-search -- Search LDAP directories.
  * ldaptor-namingcontexts -- Fetch the naming contexts the server supports.
  * ldaptor-find-server -- Find the server that serves the wanted DN by
    looking at DNS SRV records.
  * ldaptor-passwd -- Change passwords.
  * ldaptor-rename -- Change object RDN and DNs.
  * ldaptor-ldap2passwd -- Generate passwd(5) format data from LDAP
    accounts.
  * ldaptor-getfreenumber -- Do an efficient scan for e.g. next free
    uidNumber.
  * ldaptor-ldap2dhcpconf -- Create dhcp.conf based on LDAP host info.
  * ldaptor-ldap2dnszones -- Create a DNS zone files based on LDAP host info.
  * ldaptor-ldap2maradns -- Create a maradns zone file based on LDAP host info.
  * ldaptor-ldap2pdns -- pdns pipe backend.
  * ldaptor-fetchschema -- Fetch schema from a server.

Package: python-ldaptor
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-twisted-core (>= 2.2), python-twisted-names (>= 0.2),
 python-twisted-mail (>= 0.2), python-twisted-web (>= 0.5),
 python-pyparsing
Provides: ${python:Provides}
Breaks: ${python:Breaks}
Replaces: python2.3-ldaptor, ldaptor-common
Conflicts: python2.3-ldaptor, ldaptor-common
Description: pure-Python library for LDAP operations
 Ldaptor is a pure-Python library that implements:
 .
  * LDAP client logic.
  * separately-accessible LDAP and BER protocol message generation/parsing.
  * ASCII-format LDAP filter generation and parsing.
  * LDIF format data generation.
  * Samba password changing logic.

Package: ldaptor-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for Ldaptor
 A collection of documentation about Ldaptor and LDAP, including:
 .
  * An introduction to LDAP
  * The Ldaptor library API
  * Slides for a talk "Creating a simple LDAP application"