mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
src/test/ldap: Fix test function in Linux port
This commit is contained in:
parent
3012061b86
commit
c29145f00d
|
|
@ -16,8 +16,8 @@ if ($^O eq 'darwin')
|
|||
elsif ($^O eq 'linux')
|
||||
{
|
||||
$slapd = '/usr/sbin/slapd';
|
||||
$ldap_schema_dir = '/etc/ldap/schema' if -f '/etc/ldap/schema';
|
||||
$ldap_schema_dir = '/etc/openldap/schema' if -f '/etc/openldap/schema';
|
||||
$ldap_schema_dir = '/etc/ldap/schema' if -d '/etc/ldap/schema';
|
||||
$ldap_schema_dir = '/etc/openldap/schema' if -d '/etc/openldap/schema';
|
||||
}
|
||||
elsif ($^O eq 'freebsd')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user