in reply to Submitting password changes to external program
Why interact with the system tools at all? Why not just collect the new PW, encrypt it, and write directly to /etc/shadow? (Or write direct to /etc/passwd if AIX still stores passwords there.) That would seem to be a more direct and simple way to work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Submitting password changes to external program
by Celada (Monk) on Dec 09, 2005 at 15:26 UTC |