[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

adding multiple users, name format?



Hi,

I'm in the process of adding thousands of users to our system.
Our users have a short life span on the system and we get many new
users every year.
We have a small script that will add many users to our system.
We can get a list of users and their passwords in this format:

FirstName LastName Password

From this file, we can script it down to another file for batch adding.
Example user: John Smith pass123
jsmith pass123

From the format above, we can easily run a script and add our users.
Our biggest problem occurs when we have duplicate names.

Does anyone know of a utility or script method that would auto check for duplicates and adjust accordingly? In the past, we've used uniq to grab the dup's, but then we adjusted the name manually. Can be very time consuming if you have many duplicates.

Any advice appreciated!
Thanks
Mike

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



Reply to: