Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/passwd.4
          +++ new/usr/src/man/man4/passwd.4
   1    1  '\" te
        2 +.\" Copyright (c) 2013 Gary Mills
   2    3  .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
   3    4  .\" Copyright 1989 AT&T
   4    5  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5    6  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6    7  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH PASSWD 4 "Jul 28, 2004"
        8 +.TH PASSWD 4 "Apr 16, 2013"
   8    9  .SH NAME
   9   10  passwd \- password file
  10   11  .SH SYNOPSIS
  11   12  .LP
  12   13  .nf
  13   14  \fB/etc/passwd\fR
  14   15  .fi
  15   16  
  16   17  .SH DESCRIPTION
  17   18  .sp
↓ open down ↓ 22 lines elided ↑ open up ↑
  40   41  where
  41   42  .sp
  42   43  .ne 2
  43   44  .na
  44   45  \fB\fIusername\fR\fR
  45   46  .ad
  46   47  .RS 15n
  47   48  is the user's login name.
  48   49  .sp
  49   50  The login (\fBlogin\fR) and role (\fBrole\fR) fields accept a string of no more
  50      -than eight bytes consisting of characters from the set of alphabetic
       51 +than 32 bytes consisting of characters from the set of alphabetic
  51   52  characters, numeric characters, period (\fB\&.\fR), underscore (\fB_\fR), and
  52   53  hyphen (\fB-\fR). The first character should be alphabetic and the field should
  53   54  contain at least one lower case alphabetic character. A warning message is
  54   55  displayed if these restrictions are not met.
  55   56  .sp
  56   57  The \fBlogin\fR and \fBrole\fR fields must contain at least one character and
  57   58  must not contain a colon (\fB:\fR) or a newline (\fB\en\fR).
  58   59  .RE
  59   60  
  60   61  .sp
↓ open down ↓ 289 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX