ldaptor 0.0.43+debian1-4ubuntu1 source package in Ubuntu

Changelog

ldaptor (0.0.43+debian1-4ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. Remaining change:
    - Remove empty POT files. Fixes FTBFS caused by pkgstriptranslations.

ldaptor (0.0.43+debian1-4) unstable; urgency=low

  * remove broken binary package ldaptor-webui
    - change debian/control and debian/rules
    - add patch debian/patches/remove-webui.patch to stop building of
      ldaptor-webui documentation
    - remove debian/ldaptor-webui.*
  * remove build dependencies python-twisted-web, python-nevow, python-
    webut only required for ldaptor-webui
  * switch from python-support to dh_python2
    - add --with python2 to debian/rules
    - remove python-support build dependency
    - bump python dependency to 2.6.5~
    - change XS-Python-Version to X-Python-Version
    - add Breaks: ${python:Breaks} for Python binary packages
  * bump Standards-Version to 3.9.1
  * don't compress api-objects.txt in debian/rules
 -- Bhavani Shankar <email address hidden>   Sun, 01 May 2011 12:09:17 +0530

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ldaptor_0.0.43+debian1.orig.tar.gz 203.7 KiB e6756eb5097efec8a8839651edafb2285fb6eab963d8aaf5c048fb6e6530f6ed
ldaptor_0.0.43+debian1-4ubuntu1.debian.tar.gz 29.6 KiB 03b746b45db153a78cd5747329a630dcbad7fb0d7f6e8f6d9a3ab3044a6112a3
ldaptor_0.0.43+debian1-4ubuntu1.dsc 2.0 KiB 4e3cf303b85ae03cd9faccf5ada27310fe2d69ad4f14411f46127421d9661740

View changes file

Binary packages built by this source

ldaptor-doc: 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"

ldaptor-utils: 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.

python-ldaptor: 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.