SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
databases/p5-ldap/patches/patch-test_cfg
Normal file
26
databases/p5-ldap/patches/patch-test_cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
Index: test.cfg
|
||||
--- test.cfg.orig
|
||||
+++ test.cfg
|
||||
@@ -4,19 +4,19 @@
|
||||
|
||||
# Set this to the full path of your LDAP server executable
|
||||
# (e.g '/usr/sbin/slapd')
|
||||
-$SERVER_EXE = '<path to ldap server executable>';
|
||||
+$SERVER_EXE = '${LOCALBASE}/libexec/slapd';
|
||||
|
||||
# This should be one of
|
||||
# * openldap[+ssl][+ipc][+sasl]
|
||||
# options are appended with '+' signs
|
||||
-$SERVER_TYPE = 'openldap';
|
||||
+$SERVER_TYPE = 'openldap+ssl+ipc';
|
||||
|
||||
# Change this if your host cannot be contacted as localhost
|
||||
# Some tests may fail if the name does not resolve to an IPv4 and an IPv6 address
|
||||
#$HOST = 'localhost';
|
||||
|
||||
# Set this to the directory where your OpenLDAP schema files are located
|
||||
-$SLAPD_SCHEMA_DIR = '';
|
||||
+$SLAPD_SCHEMA_DIR = '${SYSCONFDIR}/openldap/schema';
|
||||
|
||||
# OpenLDAP DB type: default is mdb, alternatives: hdb, bdb, ...
|
||||
#$SLAPD_DB = 'mdb';
|
Loading…
Add table
Add a link
Reference in a new issue