xref: /onnv-gate/usr/src/lib/pam_modules/smbfs/mapfile-vers (revision 8744:03d5725cda56)
16007Sthurlow#
26007Sthurlow# CDDL HEADER START
36007Sthurlow#
46007Sthurlow# The contents of this file are subject to the terms of the
56007Sthurlow# Common Development and Distribution License (the "License").
66007Sthurlow# You may not use this file except in compliance with the License.
76007Sthurlow#
86007Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96007Sthurlow# or http://www.opensolaris.org/os/licensing.
106007Sthurlow# See the License for the specific language governing permissions
116007Sthurlow# and limitations under the License.
126007Sthurlow#
136007Sthurlow# When distributing Covered Code, include this CDDL HEADER in each
146007Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156007Sthurlow# If applicable, add the following below this CDDL HEADER, with the
166007Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying
176007Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner]
186007Sthurlow#
196007Sthurlow# CDDL HEADER END
206007Sthurlow#
216007Sthurlow#
22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
236007Sthurlow# Use is subject to license terms.
246007Sthurlow#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
386007Sthurlow#
396007Sthurlow
406007SthurlowSUNW_1.1 {
416007Sthurlow    global:
426007Sthurlow	pam_sm_authenticate;
436007Sthurlow	pam_sm_setcred;
446007Sthurlow    local:
456007Sthurlow	*;
466007Sthurlow};
47