|
No, what you would have to do is write a program to parse the above files and insert the inforamation into a database. You could then connect to that database and read the information.
This is a waste, since in the program (minus the database) you will be doing this first step anyway! Take a look at the structure of those files. You will need to parse them and organize the data for yourself.
After that you can then make use of useradd, userdel, and usermod to make your changes with system calls.
Jkrohn
__________________
Jkrohn
|