From: Kutter M. <mar...@er...> - 2004-05-25 07:26:15
|
Hi *! The SPOPS-0.86 ldap test 40_ldap.t and 41_ldap_inline_config.t scripts contain some errors which cause them to fail (these errors may not appear on an LDAP directory with disabled schema checking, but as this is not what one can expect, the tests should also work with enabled schema check). Most errors can be tracked down to assigning a DN to an LDAP object with a different value (or no value) in the equally named field. At least openldap-2.1 complains with something like "naming attribute 'ou' is not present in entry". In the 41_ldap_inline_config.t script, the error appears to be a typo: The class of an SPOPS object is tested, but is defined different than the test value. The attached patches should fix these errors. Regards, Martin Kutter |