AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

AIX automated password change

  • 1.  AIX automated password change

    Posted Mon February 15, 2010 02:35 AM

    Originally posted by: Ankit1515


    Hi

    As per the policy we have a regular password change activity on our serves
    I need to automate the pwd change activity.

    The script will accept the various server ips and the password
    and the passwd will change for all the said IPs

    Can u please assist in doing this.
    Thanks in advance


  • 2.  Re: AIX automated password change

    Posted Mon February 15, 2010 10:08 AM

    Originally posted by: unixgrl


    This can be done with just a few lines of code.
    Look at the "chpasswd" command and use it in your script inside
    a loop that handles your server list.