mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
9852b704c9
commit
43de466294
2 changed files with 29 additions and 1 deletions
25
system/smbldap-tools/smbldap-config.pl.append
Normal file
25
system/smbldap-tools/smbldap-config.pl.append
Normal 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/)
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue