We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3012061 commit c29145fCopy full SHA for c29145f
src/test/ldap/t/001_auth.pl
@@ -16,8 +16,8 @@
16
elsif ($^O eq 'linux')
17
{
18
$slapd = '/usr/sbin/slapd';
19
- $ldap_schema_dir = '/etc/ldap/schema' if -f '/etc/ldap/schema';
20
- $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';
21
}
22
elsif ($^O eq 'freebsd')
23
0 commit comments