install config files with @sample, fix an error in one of the patches and bump
This commit is contained in:
parent
9f322c6dab
commit
f8b6530e43
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/29 08:32:50 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/01/31 07:59:33 msf Exp $
|
||||
|
||||
COMMENT= "tools for managing samba ldap"
|
||||
|
||||
DISTNAME= smbldap-tools-0.9.2a
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= sysutils
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-smbldap_conf,v 1.1.1.1 2007/01/29 08:32:50 msf Exp $
|
||||
$OpenBSD: patch-smbldap_conf,v 1.2 2007/01/31 07:59:33 msf Exp $
|
||||
--- smbldap.conf.orig Mon Jan 29 14:39:29 2007
|
||||
+++ smbldap.conf Mon Jan 29 14:59:05 2007
|
||||
@@ -34,12 +34,12 @@
|
||||
@ -26,12 +26,12 @@ $OpenBSD: patch-smbldap_conf,v 1.1.1.1 2007/01/29 08:32:50 msf Exp $
|
||||
# certificate to use to connect to the ldap server
|
||||
# see "man Net::LDAP" in start_tls section for more details
|
||||
-clientcert="/etc/opt/IDEALX/smbldap-tools/smbldap-tools.pem"
|
||||
+clientcert="%%SYSCONFDIR/smbldap-tools/smbldap-tools.pem"
|
||||
+clientcert="%%SYSCONFDIR%%/smbldap-tools/smbldap-tools.pem"
|
||||
|
||||
# key certificate to use to connect to the ldap server
|
||||
# see "man Net::LDAP" in start_tls section for more details
|
||||
-clientkey="/etc/opt/IDEALX/smbldap-tools/smbldap-tools.key"
|
||||
+clientkey="%%SYSCONFDIR/smbldap-tools/smbldap-tools.key"
|
||||
+clientkey="%%SYSCONFDIR%%/smbldap-tools/smbldap-tools.key"
|
||||
|
||||
# LDAP Suffix
|
||||
# Ex: suffix=dc=IDEALX,dc=ORG
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/29 08:32:50 msf Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/01/31 07:59:33 msf Exp $
|
||||
libdata/perl5/site_perl/smbldap_tools.pm
|
||||
sbin/smbldap-configure
|
||||
sbin/smbldap-groupadd
|
||||
@ -34,6 +34,9 @@ share/doc/smbldap-tools/html/smbldap-tools009.html
|
||||
share/doc/smbldap-tools/html/smbldap-tools010.html
|
||||
share/doc/smbldap-tools/smbldap-tools.pdf
|
||||
share/examples/smbldap-tools/
|
||||
@sample ${SYSCONFDIR}/smbldap-tools/
|
||||
share/examples/smbldap-tools/smb.conf
|
||||
share/examples/smbldap-tools/smbldap.conf
|
||||
@sample ${SYSCONFDIR}/smbldap-tools/smbldap.conf
|
||||
share/examples/smbldap-tools/smbldap_bind.conf
|
||||
@sample ${SYSCONFDIR}/smbldap-tools/smbldap_bind.conf
|
||||
|
Loading…
Reference in New Issue
Block a user