./sysutils/shelldap, Shell-like interface for browsing LDAP servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.1nb4, Package name: shelldap-1.5.1nb4, Maintainer: imil

A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say.


Required to run:
[textproc/p5-YAML-Syck] [databases/p5-perl-ldap] [lang/perl5] [devel/p5-Tie-IxHash] [devel/p5-Algorithm-Diff] [devel/p5-Term-ReadLine] [devel/p5-Term-Shell]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 27.672 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-21 07:30:40 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: simplify p5-Algorithm-Diff dependency, pkgsrc version was always new enough
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-04 15:35:42 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: remove p5-Term-ReadLine, part of perl
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-12-05 22:29:25 by Sevan Janiyan | Files touched by this commit (2)
Log message:
Update to shelldap 1.5.1

2019-10-13  v1.5.1

	* Repair SASL authentications, add a 'sasluser' option

2019-06-26  v1.5.0

	* Default display attributes can set as an option

	* Support user specific aliases

	* Manage configuration file from within the shell

	* Improvements to 'ls -l' output

	* Mirror command line flags with those of openldap tools

	* Documentation improvements

2017-06-07  v1.4.0

	* Optionally support server side pagination controls.

	* Documentation spelling corrections.

2016-01-12  v1.3.2

	* Don't test for optional perl modules by string eval().

	* Migration to BitBucket for issue tracking and downloads.
	  Primary repository is still (and will continue to be) martini.nu.

	* Fix anonymous binds when SASL is not used.

	* Allow the period character when moving an entry by DN.

	* Allow editor arguments in your .shelldap.rc or EDITOR environment
	  variable when editing files externally.

2015-03-04  v1.3.1

	* Use the system definied tempdir instead of hardcoding /tmp.