You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/09/14 01:56:37 UTC

cvs commit: httpd-2.0/modules/aaa mod_authz_dbm.c mod_authz_groupfile.c

jerenkrantz    2002/09/13 16:56:37

  Modified:    modules/aaa mod_authz_dbm.c mod_authz_groupfile.c
  Log:
  Upon further review, it seems silly to add z the here when we didn't add
  the n to the authn_file/authn_dbm backends.
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/modules/aaa/mod_authz_dbm.c
  
  Index: mod_authz_dbm.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_dbm.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- mod_authz_dbm.c	10 Sep 2002 00:15:39 -0000	1.1
  +++ mod_authz_dbm.c	13 Sep 2002 23:56:37 -0000	1.2
  @@ -143,7 +143,7 @@
   
   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,
  
  
  
  1.3       +1 -1      httpd-2.0/modules/aaa/mod_authz_groupfile.c
  
  Index: mod_authz_groupfile.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_groupfile.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- mod_authz_groupfile.c	10 Sep 2002 14:29:58 -0000	1.2
  +++ mod_authz_groupfile.c	13 Sep 2002 23:56:37 -0000	1.3
  @@ -122,7 +122,7 @@
   
   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"),