projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee56c3b
)
ldap tests: Add paths for openbsd.
author
Andres Freund
<andres@anarazel.de>
Wed, 9 Mar 2022 17:46:21 +0000
(09:46 -0800)
committer
Andres Freund
<andres@anarazel.de>
Wed, 9 Mar 2022 17:46:21 +0000
(09:46 -0800)
Discussion: https://postgr.es/m/
721828a7
-3043-6803-a85b-
da63538db3cc
@enterprisedb.com
src/test/ldap/t/001_auth.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/ldap/t/001_auth.pl
b/src/test/ldap/t/001_auth.pl
index 2c7ce2a8aa880eb0ba231882e2a9894c7222ea36..9f15248935a74288501e3811cba3312967f06dc0 100644
(file)
--- a/
src/test/ldap/t/001_auth.pl
+++ b/
src/test/ldap/t/001_auth.pl
@@
-40,6
+40,11
@@
elsif ($^O eq 'freebsd')
$slapd = '/usr/local/libexec/slapd';
$ldap_schema_dir = '/usr/local/etc/openldap/schema';
}
+elsif ($^O eq 'openbsd')
+{
+ $slapd = '/usr/local/libexec/slapd';
+ $ldap_schema_dir = '/usr/local/share/examples/openldap/schema';
+}
else
{
plan skip_all => "ldap tests not supported on $^O or dependencies not installed";