NIS password change forcing

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default NIS password change forcing

    Is it possible to implement password expiration with NIS?
    Or does anyone have some other suggestions for forcing the users
    to change passwords.
    Thanks.
    Patrick Szuta Guest

  2. Similar Questions and Discussions

    1. How to change password
      I have inherited a contribute site from a former employee. He has not given us the administrator password to the site. How do I change it? ...
    2. How do you change the password?
      Hello, I am having trouble logging into the administrator account. I'm new at this program and I'm not sure how to open the program up at all! I've...
    3. Can't change password?
      Heya; I have PostGreSQL 7.3.4 on Mandrake Linux 9.2. For some reason Webmin, when I tell it to change the password of a pgsql user, acts like it's...
    4. Change Password Error
      Hello, Exchange 5.5 SP4 on W2K SP3. When in OWA, go to Options->Change Password, i's returning an error when you submit. I fill in the info for...
    5. change password
      How can I change the password of a user from a "C" program
  3. #2

    Default Re: NIS password change forcing

    Patrick Szuta <pat@u00.math.uiuc.edu> wrote:
    > Is it possible to implement password expiration with NIS?
    No
    > Or does anyone have some other suggestions for forcing the users
    > to change passwords.
    > Thanks.
    Start with asking yourself if password aging enhances your security
    ( as opposed to good passwords and good procedures)

    --
    Peter Håkanson
    IPSec Sverige ( At Gothenburg Riverside )
    Sorry about my e-mail address, but i'm trying to keep spam out,
    remove "icke-reklam" if you feel for mailing me. Thanx.
    phn@icke-reklam.ipsec.nu Guest

  4. #3

    Default Re: NIS password change forcing


    [email]phn@icke-reklam.ipsec.nu[/email] wrote:
    > Patrick Szuta <pat@u00.math.uiuc.edu> wrote:
    >
    >>Is it possible to implement password expiration with NIS?
    >
    > No
    >
    >>Or does anyone have some other suggestions for forcing the users
    >>to change passwords.
    >>Thanks.
    >
    >
    > Start with asking yourself if password aging enhances your security
    > ( as opposed to good passwords and good procedures)
    >
    When someone asks this question it usually has little to do with whether
    the users have good passwords or not. In my case it is a corporate
    directive that had to be implemented. We use the field in the "shadow"
    file that stores the date of the last password change. A perl script run
    from cron checks all the NIS entries every morning. 10 days before the
    password is to expire, notices are sent. If the password is not changed
    in time, the users shell is removed. The script has also been expanded
    to disable expired accounts that are older than 180 days.

    The entry in the password file is the number of days since January 1,
    1970 so it does take a little math the figure things out. We have been
    using this method for years and it works great.

    --
    Martin E. Meserve
    [email]k7mem@myrealbox.com[/email]

    K7MEM 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