admuser.cgi README Special thanks to: Vic Hou Chinese-Big5 language Dmitri Slepnev Russian-Koi8 language Radek Malčic Czech language reaction@absolute.securenet.at German language domonkos@vbgpaks.sulinet.hu Hungarian Language Diego Liziero Italian language Daniel L. Sjosvard Swedich language Radovan Drobnjakovic Serbian language Jorge Becerra Spanish language Henry-Pascal ELDIN French language More contributors see CONTRIBUTORS file. 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 You need to use .htaccess to allow only admuser authorized users. Create a new cgi-bin using Apache ScriptAlias tag. 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: 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