mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.9.8
Feature safe: yes
This commit is contained in:
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
|
@ -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}/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue