]> granicus.if.org Git - apache/commitdiff
Upon further review, it seems silly to add z the here when we didn't add
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 13 Sep 2002 23:56:37 +0000 (23:56 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 13 Sep 2002 23:56:37 +0000 (23:56 +0000)
the n to the authn_file/authn_dbm backends.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96797 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_dbm.c
modules/aaa/mod_authz_groupfile.c

index a41d00679cd439d62736fb3ebc718f0a8b3a2370..fa95303b6e3b848ffcf341c2574a5852e7992244 100644 (file)
@@ -143,7 +143,7 @@ static void *create_authz_dbm_dir_config(apr_pool_t *p, char *d)
 
 static const command_rec authz_dbm_cmds[] =
 {
-    AP_INIT_TAKE1("AuthzDBMGroupFile", ap_set_file_slot,
+    AP_INIT_TAKE1("AuthDBMGroupFile", ap_set_file_slot,
      (void *)APR_OFFSETOF(authz_dbm_config_rec, grpfile),
      OR_AUTHCFG, "database file containing group names and member user IDs"),
     AP_INIT_TAKE1("AuthzDBMType", ap_set_string_slot,
index 3b1021059a6465873287d1f8717e6d8adee99a06..219c8a1662df0da50251172038eb4f0eff85fe6c 100644 (file)
@@ -122,7 +122,7 @@ static const char *set_authz_groupfile_slot(cmd_parms *cmd, void *offset, const
 
 static const command_rec authz_groupfile_cmds[] =
 {
-    AP_INIT_TAKE12("AuthzGroupFile", set_authz_groupfile_slot,
+    AP_INIT_TAKE12("AuthGroupFile", set_authz_groupfile_slot,
                    (void *)APR_OFFSETOF(authz_groupfile_config_rec, groupfile),
                    OR_AUTHCFG,
                    "text file containing group names and member user IDs"),