Package: mod-vhost-ldap
Version: 0.2.2-1
Severity: minor

The apacheConfig object should include all the possible attributes in 
either its MUST or MAY parts. Otherwise, a correctly configured LDAP 
server will require the object to be an extensibleObject to allow the 
other attributes to exist.

The attached patch to mod_vhost_ldap.schema does this.
--- /usr/share/doc/libapache2-mod-vhost-ldap/mod_vhost_ldap.schema      
2005-08-16 10:24:43.000000000 +0300
+++ /etc/ldap/schema/mod_vhost_ldap.schema      2005-08-16 20:11:47.915152510 
+0300
@@ -64,4 +64,5 @@
 objectclass ( 1.3.6.1.4.1.8387.1.2.1 NAME 'apacheConfig'
        SUP 'top' AUXILIARY
        MUST ( apacheServerName $ apacheDocumentRoot )
-       MAY ( apacheServerAlias $ apacheServerAdmin ) )
+       MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $
+               apacheSuexecUid $ apacheSuexecGid ) )

Reply via email to