system/smbldap-tools: Fixed upstream bug #3013

Thanks to Paul Howarth for the fix.
http://gna.org/support/index.php?3013

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-11-14 23:59:01 -06:00
parent 9852b704c9
commit 43de466294
2 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,25 @@
_END_
=head1 NAME
smbldap-config - Configure the smbldap-tools
=head1 SYNOPSIS
smbldap-config
=head1 DESCRIPTION
An interactive script to configure the smbldap-tools to work with your
existing LDAP server(s). Before running it, you should ensure that your
samba controller is up and running, and that the domain SID is defined
(you can check it by running 'net getlocalsid').
One other minor nit - the Free Software Foundation has changed address and is no longer at 59 Temple Place (an address mentioned in the copyright headers of various files). The new address is:
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301
USA
(see http://www.fsf.org/about/contact/)

View file

@ -33,7 +33,7 @@
PRGNAM=smbldap-tools
VERSION=0.9.10
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@ -53,6 +53,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Thanks to Paul Howarth - http://gna.org/support/index.php?3013
cat $CWD/smbldap-config.pl.append >> smbldap-config.pl
PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2)
./configure \