1*5691611eSGary Mills# 2*5691611eSGary Mills# CDDL HEADER START 3*5691611eSGary Mills# 4*5691611eSGary Mills# The contents of this file are subject to the terms of the 5*5691611eSGary Mills# Common Development and Distribution License (the "License"). 6*5691611eSGary Mills# You may not use this file except in compliance with the License. 7*5691611eSGary Mills# 8*5691611eSGary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5691611eSGary Mills# or http://www.opensolaris.org/os/licensing. 10*5691611eSGary Mills# See the License for the specific language governing permissions 11*5691611eSGary Mills# and limitations under the License. 12*5691611eSGary Mills# 13*5691611eSGary Mills# When distributing Covered Code, include this CDDL HEADER in each 14*5691611eSGary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5691611eSGary Mills# If applicable, add the following below this CDDL HEADER, with the 16*5691611eSGary Mills# fields enclosed by brackets "[]" replaced with your own identifying 17*5691611eSGary Mills# information: Portions Copyright [yyyy] [name of copyright owner] 18*5691611eSGary Mills# 19*5691611eSGary Mills# CDDL HEADER END 20*5691611eSGary Mills# 21*5691611eSGary Mills# 22*5691611eSGary Mills# Copyright (c) 2013 Gary Mills 23*5691611eSGary Mills 24*5691611eSGary Mills# The EXCEED_TRAD indicates the action when the traditional login name 25*5691611eSGary Mills# length limit of eight characters is exceeded. The value "warning" 26*5691611eSGary Mills# means to issue a warning message and continue. This is the default. 27*5691611eSGary Mills# The value "error" means to issue an error message and terminate. 28*5691611eSGary Mills# The value "silent" means to continue without issuing any message. 29*5691611eSGary Mills# 30*5691611eSGary MillsEXCEED_TRAD=warning 31*5691611eSGary Mills#EXCEED_TRAD=error 32*5691611eSGary Mills#EXCEED_TRAD=silent 33*5691611eSGary Mills 34