1*45405cceSAlexander Eremin# 2*45405cceSAlexander Eremin# This file and its contents are supplied under the terms of the 3*45405cceSAlexander Eremin# Common Development and Distribution License ("CDDL"), version 1.0. 4*45405cceSAlexander Eremin# You may only use this file in accordance with the terms of version 5*45405cceSAlexander Eremin# 1.0 of the CDDL. 6*45405cceSAlexander Eremin# 7*45405cceSAlexander Eremin# A full copy of the text of the CDDL should have accompanied this 8*45405cceSAlexander Eremin# source. A copy of the CDDL is also available via the Internet at 9*45405cceSAlexander Eremin# http://www.illumos.org/license/CDDL. 10*45405cceSAlexander Eremin# 11*45405cceSAlexander Eremin# Copyright 2014 Nexenta Systems, Inc. 12*45405cceSAlexander Eremin# 13*45405cceSAlexander Eremin 14*45405cceSAlexander Eremin# 15*45405cceSAlexander Eremin# MAPFILE HEADER START 16*45405cceSAlexander Eremin# 17*45405cceSAlexander Eremin# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 18*45405cceSAlexander Eremin# Object versioning must comply with the rules detailed in 19*45405cceSAlexander Eremin# 20*45405cceSAlexander Eremin# usr/src/lib/README.mapfiles 21*45405cceSAlexander Eremin# 22*45405cceSAlexander Eremin# You should not be making modifications here until you've read the most current 23*45405cceSAlexander Eremin# copy of that file. If you need help, contact a gatekeeper for guidance. 24*45405cceSAlexander Eremin# 25*45405cceSAlexander Eremin# MAPFILE HEADER END 26*45405cceSAlexander Eremin# 27*45405cceSAlexander Eremin 28*45405cceSAlexander Eremin$mapfile_version 2 29*45405cceSAlexander Eremin 30*45405cceSAlexander EreminSYMBOL_VERSION ILLUMOS_0.1 { 31*45405cceSAlexander Eremin global: 32*45405cceSAlexander Eremin pam_sm_authenticate; 33*45405cceSAlexander Eremin pam_sm_setcred; 34*45405cceSAlexander Eremin local: 35*45405cceSAlexander Eremin *; 36*45405cceSAlexander Eremin}; 37