]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.c
apacheConfig is STRUCTURAL objectClass and not AUXILIARY
[mod-vhost-ldap.git] / mod_vhost_ldap.c
index b1e57b6e433f53ea9df4299546145d7154f1de17..13a41956e606d6a1f740b0ca0125e81422531eae 100644 (file)
@@ -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 <unistd.h>
 
@@ -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;
 
This page took 0.026906 seconds and 4 git commands to generate.