Source: ldaptor
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Standards-Version: 3.8.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-twisted-web, python-nevow, python-webut, python-pyparsing,
 python-openssl, python-crypto, python-support (>= 0.6)
Build-Depends: debhelper (>= 7.0.50), python-all-dev
XS-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: ldaptor-webui
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-nevow ,
 python-webut, python-ldaptor, python-openssl
Description: web user interface for editing LDAP directories
 A web-based user interface to search and edit information in an LDAP
 directory.
 .
 The included utility ldaptor-webui starts an HTTP server on a
 configurable port.

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}
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"
