15691611eSGary Mills#
25691611eSGary Mills# CDDL HEADER START
35691611eSGary Mills#
45691611eSGary Mills# The contents of this file are subject to the terms of the
55691611eSGary Mills# Common Development and Distribution License (the "License").
65691611eSGary Mills# You may not use this file except in compliance with the License.
75691611eSGary Mills#
85691611eSGary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95691611eSGary Mills# or http://www.opensolaris.org/os/licensing.
105691611eSGary Mills# See the License for the specific language governing permissions
115691611eSGary Mills# and limitations under the License.
125691611eSGary Mills#
135691611eSGary Mills# When distributing Covered Code, include this CDDL HEADER in each
145691611eSGary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155691611eSGary Mills# If applicable, add the following below this CDDL HEADER, with the
165691611eSGary Mills# fields enclosed by brackets "[]" replaced with your own identifying
175691611eSGary Mills# information: Portions Copyright [yyyy] [name of copyright owner]
185691611eSGary Mills#
195691611eSGary Mills# CDDL HEADER END
205691611eSGary Mills#
215691611eSGary Mills#
225691611eSGary Mills# Copyright (c) 2013 Gary Mills
235691611eSGary Mills
245691611eSGary Mills# The EXCEED_TRAD indicates the action when the traditional login name
255691611eSGary Mills# length limit of eight characters is exceeded.  The value "warning"
265691611eSGary Mills# means to issue a warning message and continue.  This is the default.
275691611eSGary Mills# The value "error" means to issue an error message and terminate.
285691611eSGary Mills# The value "silent" means to continue without issuing any message.
295691611eSGary Mills#
305691611eSGary MillsEXCEED_TRAD=warning
315691611eSGary Mills#EXCEED_TRAD=error
325691611eSGary Mills#EXCEED_TRAD=silent
335691611eSGary Mills
34*7fc68ddfSAlbert Lee# The MANAGE_ZFS indicates if ZFS create/destroy operations
35*7fc68ddfSAlbert Lee# should be performed by default when user passes -m flag to
36*7fc68ddfSAlbert Lee# userdel/usermod or -r flag to userdel
37*7fc68ddfSAlbert LeeMANAGE_ZFS=NO
38*7fc68ddfSAlbert Lee#MANAGE_ZFS=YES
39