policy.conf (499fd60129a966ad9d9e752e65f591c3a6a1c697) policy.conf (0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02b)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 23 unchanged lines hidden (view full) ---

32PROFS_GRANTED=Basic Solaris User
33CONSOLE_USER=Console User
34
35# crypt(3c) Algorithms Configuration
36#
37# CRYPT_ALGORITHMS_ALLOW specifies the algorithms that are allowed to
38# be used for new passwords. This is enforced only in crypt_gensalt(3c).
39#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 23 unchanged lines hidden (view full) ---

32PROFS_GRANTED=Basic Solaris User
33CONSOLE_USER=Console User
34
35# crypt(3c) Algorithms Configuration
36#
37# CRYPT_ALGORITHMS_ALLOW specifies the algorithms that are allowed to
38# be used for new passwords. This is enforced only in crypt_gensalt(3c).
39#
40CRYPT_ALGORITHMS_ALLOW=1,2a,md5
40CRYPT_ALGORITHMS_ALLOW=1,2a,md5,5,6
41
42# To deprecate use of the traditional unix algorithm, uncomment below
43# and change CRYPT_DEFAULT= to another algorithm. For example,
44# CRYPT_DEFAULT=1 for BSD/Linux MD5.
45#
46#CRYPT_ALGORITHMS_DEPRECATE=__unix__
47
48# The Solaris default is the traditional UNIX algorithm. This is not

--- 34 unchanged lines hidden ---
41
42# To deprecate use of the traditional unix algorithm, uncomment below
43# and change CRYPT_DEFAULT= to another algorithm. For example,
44# CRYPT_DEFAULT=1 for BSD/Linux MD5.
45#
46#CRYPT_ALGORITHMS_DEPRECATE=__unix__
47
48# The Solaris default is the traditional UNIX algorithm. This is not

--- 34 unchanged lines hidden ---