diff --git a/mkapachepw.py b/mkapachepw.py index def6a21..1c35aaa 100755 --- a/mkapachepw.py +++ b/mkapachepw.py @@ -9,7 +9,7 @@ # Program Information PROGNAME = "mkapachepw" -RCSID = "$Id: mkapachepw.py,v 1.104 2005/04/01 22:30:33 root Exp $" +RCSID = "$Id: mkapachepw.py,v 1.105 2005/04/02 00:26:03 root Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -25,10 +25,10 @@ # Variables User Might Change # #----------------------------------------------------------# -GRFILE = "./groups" # Group output file -PWFILE = "./passwords" # Password output file -STARTUID = 100 # User IDs below this ignored -STARTGID = 100 # Group IDS below this ignored +GRFILE = "./.htgroups" # Group output file +PWFILE = "./.htpasswords" # Password output file +STARTUID = 100 # User IDs below this ignored +STARTGID = 100 # Group IDS below this ignored