diff options
author | taca <taca@pkgsrc.org> | 2010-12-25 08:08:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-25 08:08:06 +0000 |
commit | 033911da88c9181831d8884c8a35d78b0b03cc0d (patch) | |
tree | a773295fce60852c4ecf23f74faab563aec30b99 /sysutils/smbldap-tools/PLIST | |
parent | 91c348fc4b9bd685c5a4a067f207f36ccab6bd43 (diff) | |
download | pkgsrc-033911da88c9181831d8884c8a35d78b0b03cc0d.tar.gz |
Updte smbldap-tools package to 0.9.6.
2010-11-15 <mm@FreeBSD.org>
* smbldap-useradd:
- fix Z option in getopt (custom LDAP attribute)
- drop unused L option from getopt
- alphabetically reorganize getopt options
- fix several mis-spellings and typos
(thx to Paul Howarth <paul@city-fan.org>)
* other utilities:
- alphabetically reorganize getopt and help
* new tag 0.9.6
2010-10-21 <mm@FreeBSD.org>
* new tool: smbldap-grouplist (list LDAP groups)
* smbldap-useradd, smbldap-usershow, smbldap-usermod:
- change default encoding of givenName and sn to UTF-8 (bug #11717)
- new option: -X (input/output encoding, defaults to UTF-8)
- new option: -O (localMailAddress attribute)
- changed option: -M (now sets only mail attribute)
- home directory is now chowned as $userUidNumber:$userGidNumber
(bug #11721)
- use gecos as displayName if givenName and userSN not provided
(bug #14517)
* smbldap-passwd:
- new option: -p (allow root to set password from
STDIN without verification, e.g. using a pipe) (bug #11964)
- change userPassword, shadowLastChange and shadowMax individually
e.g. no shadow class or user may not have rights (bug #15052)
* smbldap-groupmod: allow deletion of users from groups without
a defined samba group SID)
* remove references to smbldap_conf.pm
Diffstat (limited to 'sysutils/smbldap-tools/PLIST')
-rw-r--r-- | sysutils/smbldap-tools/PLIST | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/smbldap-tools/PLIST b/sysutils/smbldap-tools/PLIST index 51384cbf82c..ccfdffb87ec 100644 --- a/sysutils/smbldap-tools/PLIST +++ b/sysutils/smbldap-tools/PLIST @@ -1,21 +1,22 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/12/25 08:08:06 taca Exp $ bin/smbldap-passwd ${PERL5_SUB_INSTALLVENDORLIB}/smbldap_tools.pm sbin/smbldap-groupadd sbin/smbldap-groupdel +sbin/smbldap-grouplist sbin/smbldap-groupmod sbin/smbldap-groupshow -sbin/smbldap-useradd -sbin/smbldap-userdel -sbin/smbldap-userinfo -sbin/smbldap-usermod -sbin/smbldap-usershow sbin/smbldap-tools/configure.pl -sbin/smbldap-tools/smbldap-populate sbin/smbldap-tools/smbldap-migrate-pwdump-accounts sbin/smbldap-tools/smbldap-migrate-pwdump-groups sbin/smbldap-tools/smbldap-migrate-unix-accounts sbin/smbldap-tools/smbldap-migrate-unix-groups +sbin/smbldap-tools/smbldap-populate +sbin/smbldap-useradd +sbin/smbldap-userdel +sbin/smbldap-userinfo +sbin/smbldap-usermod +sbin/smbldap-usershow share/doc/smbldap-tools/smbldap-tools.html share/doc/smbldap-tools/smbldap-tools.pdf share/examples/smbldap-tools/slapd.conf |