ldapscripts 2.0.5-1ubuntu1 source package in Ubuntu

Changelog

ldapscripts (2.0.5-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime.debian: replaced /etc/libnss-ldap.conf references by
      /etc/ldap.conf, many thanks Ahmed El-Mahmoudy.

ldapscripts (2.0.5-1) unstable; urgency=low

  * Imported Upstream version 2.0.5
  * Removed 06_builtin_locale.patch: fixed upstream.
  * debian/control: Update description. (Closes: #686140)
  * 02_debian_config.patch refreshed.
  * New patch 06_fix_logname.patch fixes logname invocation issues.
    (Closes: #719295)
  * debian/runtime.debian: Fix awk invocation. Should fix (LP: #1225440).
  * New patch 07_fix_log_perm.patch fixes permissions of log file.
  * New patch 08_fix_log_entry.patch fixes log entry when runtime is sourced
    from file with whitespaces.
  * debian/control: Bump Standard's version: no changes needed.
 -- Bhavani Shankar <email address hidden>   Sun, 24 Nov 2013 20:48:27 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe admin

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ldapscripts_2.0.5.orig.tar.gz 35.2 KiB c0d658453fbafa8c5fb59338f4448e5964fa43172adf155940f6732fc7883352
ldapscripts_2.0.5-1ubuntu1.debian.tar.gz 8.8 KiB dadf6fb3bc34dcf514db3fa41b76da745675a53beec81eb65ae095f373b4bc14
ldapscripts_2.0.5-1ubuntu1.dsc 1.6 KiB 591121c0550310b374ccebf70845443e09914ad4b2626d9061bba8465e8c1bb4

Available diffs

View changes file

Binary packages built by this source

ldapscripts: Add and remove users and groups (stored in a LDAP directory)

 Ldapscripts are shell scripts that allow management of POSIX accounts (users,
 groups, machines) in a LDAP directory. They are similar to smbldap-tools
 but are written in shellscript, not Perl.
 .
 They only require OpenLDAP client commands (ldapadd, ldapdelete, ldapsearch,
 ldapmodify, ldappasswd) and make administrator's work a lot easier avoiding
 the need to configure Perl and each library dependency (e.g. Net::LDAP).
 .
 These scripts are very simple to configure by not requiring any Samba-related
 information (SID, profiles, homes, etc): management of Samba attributes is
 entirely done by standard commands (net, smbpasswd and pdbedit) used together
 with the scripts. Moreover, most of the configuration is guessed from the
 one of nslcd, and everything should work out from the box for most users.
 .
 The scripts may be used independently - within command lines - or
 automatically by Samba (like smbldap-tools), to handle POSIX information
 within accounts before adding Samba information.