diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 23:59:01 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 23:59:01 -0600 |
commit | 43de466294e8a908a73155a7c2f505a151e1ea2b (patch) | |
tree | 1c4d1222b35fbf1fcdd19fdfe7a51e3cd7d03590 | |
parent | 9852b704c98c6b3154e7885d8e9c0f7f78969538 (diff) | |
download | slackbuilds-43de466294e8a908a73155a7c2f505a151e1ea2b.tar.gz |
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>
-rw-r--r-- | system/smbldap-tools/smbldap-config.pl.append | 25 | ||||
-rw-r--r-- | system/smbldap-tools/smbldap-tools.SlackBuild | 5 |
2 files changed, 29 insertions, 1 deletions
diff --git a/system/smbldap-tools/smbldap-config.pl.append b/system/smbldap-tools/smbldap-config.pl.append new file mode 100644 index 0000000000..2e71aa9371 --- /dev/null +++ b/system/smbldap-tools/smbldap-config.pl.append @@ -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/) diff --git a/system/smbldap-tools/smbldap-tools.SlackBuild b/system/smbldap-tools/smbldap-tools.SlackBuild index 6dbfd22915..2070f9a1e0 100644 --- a/system/smbldap-tools/smbldap-tools.SlackBuild +++ b/system/smbldap-tools/smbldap-tools.SlackBuild @@ -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 \ |