diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/tests/test-ldap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/test-ldap.sh b/source4/lib/ldb/tests/test-ldap.sh index 3e285a39a95..37827219c01 100755 --- a/source4/lib/ldb/tests/test-ldap.sh +++ b/source4/lib/ldb/tests/test-ldap.sh @@ -10,6 +10,10 @@ for f in $SCHEMA_NEEDED; do ln -s /etc/ldap/schema/$f.schema tests/schema/$f.schema continue; fi + if [ -r /etc/openldap/schema/$f.schema ]; then + ln -s /etc/openldap/schema/$f.schema tests/schema/$f.schema + continue; + fi echo "ERROR: you need the following OpenLDAP schema files in tests/schema/" for f in $SCHEMA_NEEDED; do |