Update to 0.9.8

Feature safe:	yes
This commit is contained in:
Martin Matuska 2012-03-27 08:10:57 +00:00
parent f25e5fc338
commit 75df71e5bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293874
3 changed files with 3 additions and 39 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= smbldap-tools
PORTVERSION= 0.9.7
PORTREVISION= 1
PORTVERSION= 0.9.8
CATEGORIES= net
MASTER_SITES= http://download.gna.org/smbldap-tools/sources/${PORTVERSION}/

View file

@ -1,2 +1,2 @@
SHA256 (smbldap-tools-0.9.7.tar.gz) = f2401bf8ee2301e37dd351319f7ebc2aaf50d35d4d9941b737c677898b143378
SIZE (smbldap-tools-0.9.7.tar.gz) = 334488
SHA256 (smbldap-tools-0.9.8.tar.gz) = 9860cc5f01ba96e66d6d51763ba7894a07d280a38e76247a812b153d2a9caa26
SIZE (smbldap-tools-0.9.8.tar.gz) = 335484

View file

@ -1,35 +0,0 @@
Index: smbldap-useradd.pl
===================================================================
--- smbldap-useradd.pl (revision 123)
+++ smbldap-useradd.pl (revision 125)
@@ -514,6 +514,9 @@
$modify->code && die "failed to add entry: ", $modify->error;
}
+# Reset adds
+@adds = ();
+
# Add Samba user infos
if ( defined( $Options{'a'} ) ) {
if ( !$config{with_smbpasswd} ) {
@@ -598,8 +601,6 @@
$tmp = defined( $Options{'F'} ) ? $Options{'F'} : $config{userProfile};
my $valprofilepath = &subst_user( $tmp, $userName );
- my @adds = ();
-
if ($valhomedrive) {
push( @adds, 'sambaHomeDrive' => $valhomedrive );
}
Index: smbldap_tools.pl
===================================================================
--- smbldap_tools.pl (revision 123)
+++ smbldap_tools.pl (revision 125)
@@ -106,6 +106,7 @@
list_union
list_minus
account_by_sid
+ user_by_uid
user_next_uid
user_next_rid
group_next_uid