In EZproxy, you can use a text file to authenticate users by defining usernames and passwords manually. This method requires two parts:
13524697531 13587533212
If the file containes usernames and passwords, each line will contain a username, a colon, and a password. Avoid any extra spaces around the colon:
jsmith:secret mdoe:codeword
Passwords are case-sensitive only in Hosted EZproxy. Usernames remain case-insensitive.
With Standalone EZproxy with file authentication, both usernames and passwords are checked using case-insensitive comparisons. This allows the usernames jsmith, JSMITH, JSmith to match along with the passwords secret, SECRET, sEcReT."
::file=myusers.txt
Note: Changes to user.txt take effect immediately. You do not have to restart EZproxy when you update this file, and if you create an updated version of myusers.txt, those changes will be available immediately.