Ask a Question related to AIX, Design and Development.

  1. #1

    Default passwd file

    1. Have a question regarding the lastupdate field in the passwd file. Does
    lastupdate mean the time the password was changed? Would it be possible
    that the password was changed and the field was not updated?

    To convert the number (x) in the field, is the formula below correct?

    x/86400 + 1/1/1970

    2. In general practices, should a root id exist? I just found we have 5 AIX
    machines and each has a root whose password has not been changed for at
    least 2 years. In AIX, can a user ID be configured as root equivalent
    instead of having the root id?



    Sherman H. Guest

  2. Similar Questions and Discussions

    1. script for passwd file
      Hi, I'm stuck and that I would ask if anyone has a script to check for empty passwords /etc/passwd/ /etc/shadow and then lock them.... Thanks ...
    2. Lost passwd file
      Yesterday I wiped out my passwd file on my 4.3.3 AIX box. I just installed AIX, so I don't yet have a backup. I ftp'd to my Linux box and meant...
    3. Blue Screen / Recovery / Admin Passwd not Assgnd / User Passwd Assgnd
      As the subject states, I am having a problem getting into Recovery mode via my install CD. I uninstalled some backup software and only get the...
    4. PAM + /etc/passwd
      Im sure this is a common question, but I cant find an answer. Is it possible to use PAM and store a common UID for the user instead of having to...
    5. /etc/passwd
      Hello php-general, my server is running freebsd 5.0 and yet i havent fixed bug that i knew long time ago, so can anyone point me with some...
  3. #2

    Default Re: passwd file

    "Sherman H." <shung@earthlink.net> wrote in message news:<5hJ7b.6278$PE6.5098@newsread3.news.pas.earth link.net>...
    > 1. Have a question regarding the lastupdate field in the passwd file. Does
    > lastupdate mean the time the password was changed? Would it be possible
    > that the password was changed and the field was not updated?
    >
    > To convert the number (x) in the field, is the formula below correct?
    >
    > x/86400 + 1/1/1970
    >
    > 2. In general practices, should a root id exist? I just found we have 5 AIX
    > machines and each has a root whose password has not been changed for at
    > least 2 years. In AIX, can a user ID be configured as root equivalent
    > instead of having the root id?
    Last update is the last time the password was changed. I don't believe
    it is possible to change the password without the field being updated,
    unless of course someone manually changes the password in the
    /etc/security/passwd file. I'm not sure on the exact formula to
    convert the time from epoch to current date/time.

    I believe a root ID should exist. A userid can be configured to be
    root equivalent my changing the id to 0. e.g. chuser <userid> id=0.

    Steve
    Steve Nottingham Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139