Update Password List

Description

Check whether any of the users listed changed her/his passwoard and update the password list.

Location of Scripts and Their Names

Location: /proj/web-cxc/htpasswd/mta/

GitHub Address: https://github.com/tisobe/Usint_script

makepasswordfile.pl Mar 20, 2014

Please read README file for more details. If you like to add a person, use head user name to the list. NOT GMAIL USER NAME.

Sep 18, 2014Initially logged
Oct 26, 2020Directory change /proj/web-cxc-secure/ to /proj/web-cxc/

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: cd /proj/web-cxc/htpasswd/mta
  2. run: perl makepasswordfile.pl

How to Run Test(s)

  1. No test available.

Expected result from the test

test results -- test results -- test results

Cron Job

CPU: boba-v
User: mta

7 * * * * cd /proj/web-cxc/htpasswd/mta; perl makepasswordfile.pl
1 * * * * cp /proj/web-cxc/htpasswd/mta/.htpasswd /data/mta_www/.

Web Addreess

NA

Note

None

Memo

If you are adding the person to access USINT related scripts, you may also want to add her/him to:

/data/mta4/CUS/www/Usint/Pass_dir/usint_users

If she/he needs to be a POC, add her/his name to :

/data/mta4/CUS/www/Usint/ocat/Info_save/too_contact_info/usint_personal
/data/mta4/CUS/www/Usint/ocat/Info_save/too_contact_info/personal_list

Future Plan/Update Schedule

It will be rewritten in python.


Back to Top Page