/etc/security/password

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default /etc/security/password

    hi

    just out of curiosity, what does /etc/security/password do? is there such
    a file in solaris? and is it the same as /etc/shadow?
    thanks
    mike Guest

  2. Similar Questions and Discussions

    1. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of...
    2. Disable user password security:
      I wonder to disable some pdf files user password, may i know is it possible? Thanks your concern. Regards, Tham
    3. Username and password security
      Hi I have a webservice that takes a username and password to create a sessionkey, for use with other webservices, this session key has a timeout...
    4. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I...
    5. password security
      I can't get past password box "ctrl alt delete" How can i 1. change password 2. bypass this to get to windows/desktop startup screen? HELP........
  3. #2

    Default Re: /etc/security/password

    mike wrote:
    >
    > hi
    >
    > just out of curiosity, what does /etc/security/password do? is there such
    > a file in solaris? and is it the same as /etc/shadow?
    > thanks

    There is a /etc/default/password and it maintains your default settings for
    pasword length, min weeks, max weeks etc...
    John England Guest

  4. #3

    Default Re: /etc/security/password

    On Thu, 24 Jul 2003 11:58:39 -0700, mike wrote:

    > just out of curiosity, what does /etc/security/password do?
    don't know.
    > is there such a file in solaris?
    no.
    >and is it the same as /etc/shadow?
    no because /etc/shadow exists and /etc/security/password (or passwd)
    does not exist therefore they can't be the same.

    Now Solaris does have support for an /etc/security/passwd.adjunct
    file which is the /etc/shadow equivalent for NIS. It is however
    not documented particulary well. Search on sunsolve.sun.com in
    the InfoDocs and SRDB's collection for "yp c2 passwd.adjunct".

    --
    Darren J Moffat
    Darren J Moffat Guest

  5. #4

    Default Re: /etc/security/password

    [email]s99999999s2003@yahoo.com[/email] (mike) writes in comp.unix.solaris:
    |just out of curiosity, what does /etc/security/password do? is there such
    |a file in solaris? and is it the same as /etc/shadow?

    If I remember correctly (it's been a few years since I ran an AIX box),
    /etc/security/passwd is roughly the AIX equivalent of Solaris
    /etc/shadow (but of course in a completely alien format, since it is
    AIX).

    --
    __________________________________________________ ______________________
    Alan Coopersmith [email]alanc@alum.calberkeley.org[/email]
    [url]http://www.CSUA.Berkeley.EDU/~alanc/[/url] aka: [email]Alan.Coopersmith@Sun.COM[/email]
    Working for, but definitely not speaking for, Sun Microsystems, Inc.
    Alan Coopersmith Guest

  6. #5

    Default Re: /etc/security/password

    It used to be there in SunOS4.1.x, when you turned C2 security on. It did
    serve the same function as /etc/shadow does now. That was a decade or so
    ago.

    "Alan Coopersmith" <alanc@alum.calberkeley.org> wrote in message
    news:bfupec$256d$1@agate.berkeley.edu...
    > [email]s99999999s2003@yahoo.com[/email] (mike) writes in comp.unix.solaris:
    > |just out of curiosity, what does /etc/security/password do? is there such
    > |a file in solaris? and is it the same as /etc/shadow?
    >
    > If I remember correctly (it's been a few years since I ran an AIX box),
    > /etc/security/passwd is roughly the AIX equivalent of Solaris
    > /etc/shadow (but of course in a completely alien format, since it is
    > AIX).
    >
    > --
    > __________________________________________________ ______________________
    > Alan Coopersmith [email]alanc@alum.calberkeley.org[/email]
    > [url]http://www.CSUA.Berkeley.EDU/~alanc/[/url] aka: [email]Alan.Coopersmith@Sun.COM[/email]
    > Working for, but definitely not speaking for, Sun Microsystems, Inc.

    Tim O'Neill Guest

  7. #6

    Default Re: /etc/security/password

    I don't know if this thread is still active.

    /etc/security/passwd is a legacy implementation of shadow passwords from BSD and is still in use in AIX. So yes, it has the same function as /etc/shadow in Solaris, however it does look very different from an /etc/shadow file.
    Jon 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