components/pam_pkcs11/pam_pkcs11.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 29 Oct 2015 11:05:40 -0700
changeset 5029 77413b29eb5a
parent 4437 f6ae6ead79e8
child 5043 d1a20b1582d7
permissions -rw-r--r--
22107485 More Userland component man page normalizations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     1
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     3
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     7
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    12
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    18
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    22
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    23
4437
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    24
# Bypass the mangler for these files because they are pre-Solarified.
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    25
<transform file path=usr/share/man/.+$ -> add mangler.bypass true >
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/security/pam/module/pam-pkcs11@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="The OpenSC PKCS#11 PAM Login Tools"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    29
set name=com.oracle.info.description value="the OpenSC PKCS#11 PAM login tools"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1878
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    31
set name=info.classification value=org.opensolaris.category.2008:System/Security
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 291
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    33
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    34
set name=org.opensolaris.arc-caseid value=PSARC/2006/283
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    36
dir  path=etc/security/pam_pkcs11/cacerts
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    37
dir  path=etc/security/pam_pkcs11/crls
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    38
file usr/share/pam_pkcs11/digest_mapping.example \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    39
    path=etc/security/pam_pkcs11/digest_mapping.example
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    40
file usr/share/pam_pkcs11/mail_mapping.example \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    41
    path=etc/security/pam_pkcs11/mail_mapping.example
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    42
file usr/bin/make_hash_link.sh path=etc/security/pam_pkcs11/make_hash_link.sh \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    43
    mode=0555
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    44
file pam_pkcs11.conf path=etc/security/pam_pkcs11/pam_pkcs11.conf mode=0644 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    45
    original_name=SUNWpampkcs11:etc/security/pam_pkcs11/pam_pkcs11.conf \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    46
    preserve=renamenew
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    47
file usr/share/pam_pkcs11/subject_mapping.example \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    48
    path=etc/security/pam_pkcs11/subject_mapping.example
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    49
file usr/lib/$(MACH64)/pam_pkcs11/ldap_mapper.so \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    50
    path=usr/lib/pam_pkcs11/$(MACH64)/ldap_mapper.so
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    51
file usr/lib/$(MACH64)/pam_pkcs11/opensc_mapper.so \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    52
    path=usr/lib/pam_pkcs11/$(MACH64)/opensc_mapper.so
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    53
file usr/lib/$(MACH64)/pam_pkcs11/openssh_mapper.so \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    54
    path=usr/lib/pam_pkcs11/$(MACH64)/openssh_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    55
file path=usr/lib/pam_pkcs11/ldap_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    56
file path=usr/lib/pam_pkcs11/opensc_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    57
file path=usr/lib/pam_pkcs11/openssh_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    58
file usr/bin/pkcs11_inspect path=usr/lib/pam_pkcs11/pkcs11_inspect mode=0555
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    59
file usr/bin/pklogin_finder path=usr/lib/pam_pkcs11/pklogin_finder mode=0555
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    60
file usr/lib/$(MACH64)/security/pam_pkcs11.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    61
    path=usr/lib/security/$(MACH64)/pam_pkcs11.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    62
file usr/lib/security/pam_pkcs11.so path=usr/lib/security/pam_pkcs11.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    63
file doc/mappers_api.html path=usr/share/doc/pam_pkcs11/mappers_api.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    64
file doc/pam_pkcs11.html path=usr/share/doc/pam_pkcs11/pam_pkcs11.html
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    65
file path=usr/share/locale/fr/LC_MESSAGES/pam_pkcs11.mo
4437
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    66
file files/ja/pkcs11_inspect.1 \
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    67
    path=usr/share/man/ja_JP.UTF-8/man1/pkcs11_inspect.1
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    68
file files/ja/pklogin_finder.1 \
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    69
    path=usr/share/man/ja_JP.UTF-8/man1/pklogin_finder.1
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    70
file files/pkcs11_inspect.1 path=usr/share/man/man1/pkcs11_inspect.1
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    71
file files/pklogin_finder.1 path=usr/share/man/man1/pklogin_finder.1
5029
77413b29eb5a 22107485 More Userland component man page normalizations
Rich Burridge <rich.burridge@oracle.com>
parents: 4437
diff changeset
    72
file files/pam_pkcs11.7 path=usr/share/man/man7/pam_pkcs11.7
4437
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    73
file files/zh/pkcs11_inspect.1 \
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    74
    path=usr/share/man/zh_CN.UTF-8/man1/pkcs11_inspect.1
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    75
file files/zh/pklogin_finder.1 \
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    76
    path=usr/share/man/zh_CN.UTF-8/man1/pklogin_finder.1
2008
fbb3d4972042 18996594 tecla.5, teclarc.5, openssl.5 & pam_pkcs11.5 need to be added to Userland
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    77
#
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    78
license pam_pkcs11.license license=LGPLv2.1