mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
ldap tests: Add paths for openbsd.
Discussion: https://postgr.es/m/721828a7-3043-6803-a85b-da63538db3cc@enterprisedb.com
This commit is contained in:
parent
ee56c3b216
commit
45fb0de4dc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user