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

@@ -17,10 +17,12 @@
  * information: Portions Copyright [yyyy] [name of copyright owner]
  *
  * CDDL HEADER END
  */
 /*
+ * Copyright (c) 2013 Gary Mills
+ *
  * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
 /*        All Rights Reserved   */

@@ -43,10 +45,11 @@
 #define NOTUNIQUE       0       /* not unique */
 #define RESERVED        1       /* reserved */
 #define UNIQUE          2       /* is unique */
 #define TOOBIG          3       /* number too big */
 #define INVALID         4
+#define LONGNAME        5       /* string too long */
 
 /*
  * Note: constraints checking for warning (release 2.6),
  * and these may be enforced in the future releases.
  */