Name | Date | Size | |
---|---|---|---|
.. | 2016-12-01 22:46:24 | 15 | |
config.site | 2016-11-07 20:19:17 | 96 | |
libsasl.3lib | 2016-11-07 20:19:17 | 3.6 KiB | |
README | 2016-11-07 20:19:17 | 1.7 KiB | |
sasl_appname.conf.4 | 2016-11-07 20:19:17 | 4.1 KiB | |
usr | 2016-11-07 20:19:17 | 3 |
README
# CDDL HEADER START
#
# 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.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# 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]
#
# CDDL HEADER END
#
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
Configuration files for applications using libsasl and other sasl features
should go in /etc/sasl2 or else in configuration directories expected by
the specific application.
IMPORTANT: sasl will try to use everything it finds in /usr/lib/sasl2 unless
precluded by configuration files. Since much more is provided than any
one application configuration should use, it is important to actively
choose the contents of the auxprop_plugin and mech_list, and possibly the
canon_user_plugin, so that only the desired subset is configured for a
specific application.
These lines show all the default possibilities:
#auxprop_plugin: sasldb
#canon_user_plugin: INTERNAL
#mech_list: LOGIN PLAIN EXTERNAL OTP GSSAPI SCRAM-SHA-1
These lines show some recommended configurations:
auxprop_plugin:
mech_list: PLAIN LOGIN
Or
auxprop_plugin:
mech_list: GSSAPI