components/pam_pkcs11/pam_pkcs11.p5m
author Huie-Ying Lee <huieying.lee@oracle.com>
Tue, 15 Nov 2016 11:51:30 -0800
changeset 7305 217292ed4b89
parent 6731 d80c638073cb
child 7829 2de4f4ace09c
permissions -rw-r--r--
25099052 pam_pkcs11.7 man page should be placed under usr/share/man/man7
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
#
6032
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    21
# Copyright (c) 2011, 2016, 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 >
5043
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    26
$(SOLARIS_12_ONLY)file files/ja/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/ja_JP.UTF-8/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    27
$(SOLARIS_12_ONLY)file files/ja/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/ja_JP.UTF-8/man1/pklogin_finder.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    28
$(SOLARIS_12_ONLY)file files/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    29
$(SOLARIS_12_ONLY)file files/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/man1/pklogin_finder.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    30
$(SOLARIS_12_ONLY)file files/zh/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/zh_CN.UTF-8/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    31
$(SOLARIS_12_ONLY)file files/zh/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/zh_CN.UTF-8/man1/pklogin_finder.1
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    32
set name=pkg.fmri \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    33
    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
    34
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
    35
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
    36
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
    37
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
    38
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
    39
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    40
set name=org.opensolaris.arc-caseid value=PSARC/2006/283 value=PSARC/2016/427
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    41
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
    42
dir  path=etc/security/pam_pkcs11/cacerts
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    43
file path=etc/security/pam_pkcs11/card_eventmgr.conf.example
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    44
dir  path=etc/security/pam_pkcs11/crls
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    45
# The other example files such as pam_d.login.example and
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    46
# pam_pkcs11.conf.example, are intentionally omitted here either because the
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    47
# examples are not applicable to Solaris or we already provide default
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    48
# configuration.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    49
file path=etc/security/pam_pkcs11/digest_mapping.example
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    50
file 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
    51
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
    52
    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
    53
    preserve=renamenew
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    54
file usr/lib/pam_pkcs11/pkcs11_make_hash_link \
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    55
    path=etc/security/pam_pkcs11/pkcs11_make_hash_link mode=0555
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    56
file path=etc/security/pam_pkcs11/subject_mapping.example
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    57
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
    58
    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
    59
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
    60
    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
    61
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
    62
    path=usr/lib/pam_pkcs11/$(MACH64)/openssh_mapper.so
6731
d80c638073cb PSARC/2016/513 ISA specification for pam_pkcs11.conf
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6432
diff changeset
    63
link path=usr/lib/pam_pkcs11/32 target=.
6032
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    64
link path=usr/lib/pam_pkcs11/64 target=$(MACH64)
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    65
file usr/lib/$(MACH64)/pam_pkcs11/card_eventmgr \
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    66
    path=usr/lib/pam_pkcs11/card_eventmgr mode=0555
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    67
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
    68
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
    69
file path=usr/lib/pam_pkcs11/openssh_mapper.so
6032
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    70
file usr/lib/$(MACH64)/pam_pkcs11/pkcs11_inspect \
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    71
    path=usr/lib/pam_pkcs11/pkcs11_inspect mode=0555
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    72
file usr/lib/$(MACH64)/pam_pkcs11/pklogin_finder \
e4905501cafd 22835291 pam_pkcs11 should be 64-bit
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 5682
diff changeset
    73
    path=usr/lib/pam_pkcs11/pklogin_finder mode=0555
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    74
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
    75
    path=usr/lib/security/$(MACH64)/pam_pkcs11.so
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    76
file path=usr/lib/security/pam_pkcs11.so
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    77
file doc/README.eventmgr path=usr/share/doc/pam_pkcs11/README.eventmgr
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    78
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
    79
file doc/pam_pkcs11.html path=usr/share/doc/pam_pkcs11/pam_pkcs11.html
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    80
file path=usr/share/locale/de/LC_MESSAGES/pam_pkcs11.mo
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    81
file path=usr/share/locale/fr/LC_MESSAGES/pam_pkcs11.mo
6432
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    82
file path=usr/share/locale/nl/LC_MESSAGES/pam_pkcs11.mo
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    83
file path=usr/share/locale/pl/LC_MESSAGES/pam_pkcs11.mo
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    84
file path=usr/share/locale/pt_br/LC_MESSAGES/pam_pkcs11.mo
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    85
file path=usr/share/locale/ru/LC_MESSAGES/pam_pkcs11.mo
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    86
file path=usr/share/locale/tr/LC_MESSAGES/pam_pkcs11.mo
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    87
file path=usr/share/man/man1/card_eventmgr.1
e821c64a5943 PSARC/2016/427 PAM_PKCS11 0.6.8
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6032
diff changeset
    88
file path=usr/share/man/man1/pkcs11_make_hash_link.1
7305
217292ed4b89 25099052 pam_pkcs11.7 man page should be placed under usr/share/man/man7
Huie-Ying Lee <huieying.lee@oracle.com>
parents: 6731
diff changeset
    89
file files/pam_pkcs11.7 path=usr/share/man/man7/pam_pkcs11.7
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
    90
#
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    91
license pam_pkcs11.license license=LGPLv2.1