From: Ondřej Surý Date: Mon, 29 Aug 2005 12:31:48 +0000 (+0000) Subject: apacheConfig is STRUCTURAL objectClass and not AUXILIARY X-Git-Tag: upstream/0.2.4~4 X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/d129bb819fd7e013bd83eb9c212538adc0a85c0f apacheConfig is STRUCTURAL objectClass and not AUXILIARY git-svn-id: svn://svn.debian.org/svn/modvhostldap@7 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- diff --git a/mod_vhost_ldap.c b/mod_vhost_ldap.c index b1e57b6..13a4195 100644 --- a/mod_vhost_ldap.c +++ b/mod_vhost_ldap.c @@ -21,7 +21,7 @@ */ #define CORE_PRIVATE -#define MOD_VHOST_LDAP_VERSION "mod_vhost_ldap/0.2.2" +#define MOD_VHOST_LDAP_VERSION "mod_vhost_ldap/0.2.4" #include @@ -47,8 +47,8 @@ #include "unixd.h" /* Contains the suexec_identity hook used on Unix */ #endif -#define MIN_UID 1000 -#define MIN_GID 1000 +#define MIN_UID 100 +#define MIN_GID 100 module AP_MODULE_DECLARE_DATA vhost_ldap_module; diff --git a/mod_vhost_ldap.schema b/mod_vhost_ldap.schema index 2f136fd..f84db29 100644 --- a/mod_vhost_ldap.schema +++ b/mod_vhost_ldap.schema @@ -62,7 +62,7 @@ attributetype ( 1.3.6.1.4.1.8387.1.1.8 NAME 'apacheSuexecGid' SINGLE-VALUE ) objectclass ( 1.3.6.1.4.1.8387.1.2.1 NAME 'apacheConfig' - SUP 'top' AUXILIARY + SUP 'top' MUST ( apacheServerName $ apacheDocumentRoot ) MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $ apacheSuexecUid $ apacheSuexecGid ) )