ldaptor 0.0.43+debian1-6ubuntu1 source package in Ubuntu

Changelog

ldaptor (0.0.43+debian1-6ubuntu1) precise; urgency=low

  * Merge with Debian; remaining changes:

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

  * debian/control:
    - remove unneeded Breaks: ${python:Breaks}
    - bump Standards-Version to 3.9.2 (no changes needed)
  * remove deprecated webui test in debian/rules (dh_override_auto_clean)
    (Closes: #653869)
 -- Matthias Klose <email address hidden>   Mon, 02 Jan 2012 08:46:34 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe admin

Builds

Precise: [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-6ubuntu1.debian.tar.gz 29.4 KiB c161689c7491615248cfdb4c91ee42ee0c57b6a3d74630b2a06fa54da97a4354
ldaptor_0.0.43+debian1-6ubuntu1.dsc 1.8 KiB f2cb8bebd66c23a523197ec590629b739a89bbe2bf26836a0988a299d74cdb23

View changes file

Binary packages built by this source

ldaptor-doc: No summary available for ldaptor-doc in ubuntu quantal.

No description available for ldaptor-doc in ubuntu quantal.

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.