Changelog for
smbldap-tools-0.9.11-8.1.noarch.rpm :
Wed May 25 14:00:00 2016 jweberhoferAATTweberhofer.at
- Build package smbldap-tools-migration which contains the migration
scripts to migrate from unix/samba accounts to ldap accounts
- Update to 0.9.11
* Disable lanmanPassword by default
* smbldap-config:
- Add POD text (Thanks to Paul Howarth
, bug #3013)
- Do NOT assume \"ou=...\"-style value for \"ldap users suffix\",
\"ldap groups suffix\" and \"ldap machine suffix\" in smb.conf
* smbldap-config: Add support renamed and new parameters
(Thanks to Gervasio Susterman , bug #2914)
* smbldap-useradd:
- Do not add dummy userPassword attribute
- Die on adding a user entry fails
- Set random password instead of insecure one on `smbpasswd -a`
- Check if specified UID is owned by local user (bug #2974)
* Report error on exec() failure
* smbldap.conf: New parameter: lanmanPassword
* smbldap_tools.pm: Export account_base_rid() for smbldap-usermod
- removed smbldap-tools-0.9.10-pod.patch (included into upstream)
- removed smbldap-tools-0.9.10-export.patch (included into upstream)
- replaced smbldap-tools-0.9.9-suse-migrationscripts.patch by
smbldap-tools-0.9.11-suse-migrationscripts.patch
Tue Jun 9 14:00:00 2015 jweberhoferAATTweberhofer.at
- Updated file and directory permissions
- Don\'t require jcode and other tools to be to be installed
- Add POD to smbldap-config so we don\'t generate an empty manpage
smbldap-tools-0.9.10-pod.patch
- Add missing export of account_base_rid, needed by smbldap_usermod:
smbldap-tools-0.9.10-export.patch
Mon Mar 4 13:00:00 2013 jweberhoferAATTweberhofer.at
- Update to 0.9.10
* smbldap_tools.pm: Add is_attr_single_value() to check if
a specified attribute is defined as single-value in the LDAP schema
* smbldap_tools.pm: read_user_human_readable: Protect attribute
values from Encode::decode_utf8() with Encode::FB_CROAK
* smbldap-useradd, smbldap-usermod: Check if mailRoutingAddress
attribute is single-value or not
* smbldap-usermod:
- Remove mailRoutingAddress attribute if empty
- Suppress \"no such attribute\" error on remove mail or
mailLocalAddress attribute when already absent
Sun Sep 16 14:00:00 2012 jweberhoferAATTweberhofer.at
- Rebased opensuse patches
- Added FSF-Address patch
Wed Aug 8 14:00:00 2012 Paul Howarth - 0.9.9-1
- Update to 0.9.9
- smbldap-userlist, smbldap-grouplist: specify Net::LDAP search attributes
as an array ref, not a string
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681350)
- smbldap-useradd: fix smbldap-passwd name
- smbldap_tools.pm: $config{masterLDAP} and $config{slaveLDAP} can take a
LDAP URI
- smbldap_tools.pm: non-root user cannot run smbldap-passwd,
smbldap-userinfo, smbldap-userlist and smbldap-grouplist with SSL-enabled
LDAP server (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647860)
- Update config patch to reflect use of URIs for LDAP servers
- Drop upstreamed samba net location patch
Wed Mar 7 13:00:00 2012 Paul Howarth - 0.9.8-1
- NOTE: USERS THAT WISH TO KEEP USING THE LEGACY RID ALLOCATION ALGORITHM OF
samba 2.x, WHICH WAS THE DEFAULT IN PREVIOUS VERSIONS OF smbldap-tools,
SHOULD RUN THE smbldap-upgrade-0.9.6.pl SCRIPT AFTER UPGRADING TO THIS
VERSION
- Update to 0.9.8
- introduce autoconf (configure.in, Makefile.in and so on)
- smbldap_tools.pm: use Encode instead of Unicode::MapUTF8
- smbldap-populate, smbldap_tools.pm: use /nonexistent instead of /dev/null
for guest\'s and computer\'s homeDirectory
- smbldap_tools.pm: add read_password() to avoid `stty -echo` hacks
- use /usr/sbin/nscd -i instead of /etc/init.d/nscd
- smbldap-passwd: do not use permuted -s option for the smbpasswd(1)
command-line because the plain-old getopt(3) does not support it
- add shadowAccount parameter in smbldap.conf to control whether to treat
shadowAccount objectclass and attributes or not
- rename smbldap.conf parameters:
- hash_encrypt -> password_hash
- crypt_salt_format -> password_crypt_salt_format
- LDAPv3 Password Modify (RFC 3062) extended operation support when
password_hash=\"exop\" in smbldap.conf
- use sambaNextRid attribute in sambaDomain entry for the next RID, same as
Samba 3.0+ (only when sambaAlgorithmicRidBase attribute does NOT exist in
sambaDomain entry for backward compatibility)
- smbldap-populate: use Net::LDAP::Entry for populating entries
- smbldap-usermod: new option: --ou NODE (move user entry to the specified
organizational unit)
- canonicalize user name to treat the memberUid as case-sensitive attribute
(but the uid attribute is case-insensitive)
- smbldap-useradd: new option: -p (allow to set password from STDIN without
verification, e.g. using a pipe)
- smbldap-useradd: new option: --non-unique (allow the creation of a user
account with a duplicate [non-unique] UID)
- smbldap-populate: create parent entry for $config{usersdn} (and others) if
it does not exist (e.g. usersdn=\"ou=Users,ou=parent,${suffix}\" in
smbldap.conf)
- smbldap-config: rename from configure.pl
- smbldap-populate: create parent entry for $config{sambaUnixIdPooldn} if it
does not exist
- use Digest::SHA instead of Digest::SHA1 if Perl version > 5.10.0
- smbldap-usermod: -M, -O, -T option: remove associated attribute when the
null value is specified
- No longer need to remove IDEALX paths
- Drop now-redundant nscd and UTF-8 patches
- Use upstream build/install methodology
- Add patch to fix location of samba \"net\" command
Thu Aug 11 14:00:00 2011 Johannes Weberhofer
- fixed several opensuse LDAP-issues
- made importing-tools working
- moved importing-tools from doc to /use/share/smbldap-tools directory
Tue Jul 26 14:00:00 2011 Johannes Weberhofer
- adapted for opensuse
Mon Mar 7 13:00:00 2011 Paul Howarth - 0.9.6-3
- update to upstream svn revision 36
- fix broken configure.pl script (#677272)
- smbldap_tools.pm: various minor fixes
- smbldap-populate: fix wrong sambaGroupType values for local groups
- smbldap-useradd: use -h option for chown of home directory
- smbldap-useradd: extend -Z option to take multiple options
- smbldap-usermod: set sambaPwdLastSet to the current time if \"-B 0\" is used
- smbldap-usermod: extend -Z (--attr) option:
- take multiple -Z options
- append a value to a multi-value attribute by -Z +name=value
- remove a value from a multi-value attribute by -Z -name=value
- remove an attribute by -Z -name
- drop UTF-8 patch, no longer needed
- renumber patches to separate upstream and downstream patches
- rediff patches to apply cleanly to new base
- use a patch to recode the docs as UTF-8 rather than brute-force iconv
Wed Feb 9 13:00:00 2011 Fedora Release Engineering - 0.9.6-2
- rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Thu Dec 9 13:00:00 2010 Paul Howarth - 0.9.6-1
- update to 0.9.6
- 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
to avoid race conditions (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
- fix Z option in smbldap-useradd (custom LDAP attribute) (fixes #590429)
- alphabetically reorganize options
- fix several mis-spellings and typos in smbldap-useradd
- update source URL to reflect new upstream file layout
- drop upstreamed chown patch
- update remaining patches to remove fuzz
- drop dependency on openldap-servers (for /usr/sbin/slappasswd) as the
default configuration is to hash passwords directly rather than calling out
to slappasswd (#609056)
- drop dependency on samba-common (for /usr/bin/smbpasswd) as the default
configuration handles the functionality directly rather than calling out to
smbpasswd
- drop execute permissions from configuration/migration scripts in %%doc
Wed Jun 2 14:00:00 2010 Marcela Maslanova - 0.9.5-7
- mass rebuild with perl-5.12.0
Mon Dec 7 13:00:00 2009 Stepan Kasal - 0.9.5-6
- rebuild against perl 5.10.1
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 0.9.5-5
- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Fri Mar 6 13:00:00 2009 Paul Howarth 0.9.5-4
- change dependencies on samba and openldap-clients to samba-common and
openldap-servers respectively
- invalidate nscd caches rather than restart nscd (#476504)
- add descriptions and bugzilla references to patch references in spec