admuser.cgi README

Special thanks to:
Vic Hou <vic@thinking.com.tw>				Chinese-Big5 language
Dmitri Slepnev <ds@ieeu.udm.ru>				Russian-Koi8 language
Radek Malic <malcic@sdc.bno.cdrail.cz>			Czech language
reaction@absolute.securenet.at				German language
domonkos@vbgpaks.sulinet.hu				Hungarian Language
Diego Liziero <pmcq@emmenet.it>				Italian language
Daniel L. Sjosvard <daniel.sjosvard@paals.se>   	Swedich language
Radovan Drobnjakovic <admin.rts@rts.co.yu>		Serbian language
Jorge Becerra <jorge@jm.lib.cult.cu>			Spanish language
Henry-Pascal ELDIN <Henry-Pascal.Eldin@eldin.net>	French language

Installing:

1. run ./configure

   configure options: --prefix=where the config file is
				default: /usr/local/etc/admuser

                      --enable-language=English, Brazilian_Portuguese, 
					Chinese_Big5, Czech, French, German,
					Hungarian, Italian, Russian_Koi8,
					Serbian, Spanish, Swedish
				default: English

                      --enable-cgidir=where your cgi-bin is 
				default: /usr/local/etc/httpd/cgi-bin


2. make

3. make install

4. Go to /usr/local/etc/admuser (or file entered with --prefix on configure)
   and change admuser.conf as you need:


# admuser.conf
#
# TAG:  password_file file
#       pwd_files format:
#                 password_file1;alias1
#                 password_file2;alias2
#       Example:
#               /usr/local/etc/squid/passwd;Squid Password File
#               /usr/local/etc/pwdtest;Admuser Passwd Test Only
#
#password_file /usr/local/etc/admuser/pwd_files 

# TAG:  authenticate passwd_file
#       User can be authenticated to use admuser.cgi
#       You must create the first userid in /usr/local/etc/admuser/pwauth with htpasswd.
#       Eg.: htpasswd -c /usr/local/etc/admuser/pwauth admuser
#authenticate /usr/local/etc/admuser/passwd

# TAG:  header "text"
#       Text for the html header.
#
#header "User Administration Utility"

# TAG:  background_color color
#       background color for the html.
#
#background_color white

# TAG:  text_color color
#       Text color for the html.
#
#text_color blue

# TAG:  title_color color
#       Title color for the html.
#
#title_color green

# TAG:  logo_image file
#       Logo image for the html.
#
#logo_image /gifs/admuser.gif

# TAG:  logo_image_size width height
#       Size of the Logo image.
#
#image_size 80 80

# TAG:  background_image file
#       Background image for html
#
#background_image /gifs/admuser.gif


Remember, passwd file must be owned by httpd user, or chmod 777

Notes to translation:
1. Copy English.h to YOUR_LANGUAGE.h
2. Translate YOUR_LANGUAGE.h
3. Send YOUR_LANGUAGE.h to orso@ineparnet.com.br to implement.
		

admuser source: http://www.ineparnet.com.br/orso/index.html

Any suggestions and/or comments: orso@ineparnet.com.br
