Cross Reference: kadmin.xml
xref
: /
solaris-userland
/
components
/
krb5
/
Solaris
/
kadmin.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5488
N/A
<?
xml
version=
"1.0"
?>
5488
N/A
<!
DOCTYPE
service_bundle
SYSTEM
"/
usr
/
share
/
lib
/
xml
/
dtd
/
service_bundle.dtd.1
"
>
5488
N/A
<!--
5488
N/A
5488
N/A
CDDL HEADER START
5488
N/A
5488
N/A
The contents of this file are subject to the terms of the
5488
N/A
Common Development and Distribution License (the "License").
5488
N/A
You may not use this file except in compliance with the License.
5488
N/A
5488
N/A
You can obtain a copy of the license at
usr
/
src
/
OPENSOLARIS.LICENSE
5488
N/A
or
http://www.opensolaris.org/os/licensing
.
5488
N/A
See the License for the specific language governing permissions
5488
N/A
and limitations under the License.
5488
N/A
5488
N/A
When distributing Covered Code, include this CDDL HEADER in each
5488
N/A
file and include the License file at
usr
/
src
/
OPENSOLARIS.LICENSE
.
5488
N/A
If applicable, add the following below this CDDL HEADER, with the
5488
N/A
fields enclosed by brackets "[]" replaced with your own identifying
5488
N/A
information: Portions Copyright [yyyy] [name of copyright owner]
5488
N/A
5488
N/A
CDDL HEADER END
5488
N/A
5488
N/A
Copyright (c) 2004, 2015, Oracle
and
/
or
its affiliates. All rights reserved.
5488
N/A
5488
N/A
NOTE: This service manifest is not editable; its contents will
5488
N/A
be overwritten by package or patch operations, including
5488
N/A
operating system upgrade. Make customizations in a different
5488
N/A
file.
5488
N/A
5488
N/A
Service manifest for the Kerberos administration daemon
5488
N/A
-->
5488
N/A
5488
N/A
<
service_bundle
type=
'manifest'
name=
'SUNWkrbr:kadmin'
>
5488
N/A
5488
N/A
<
service
5488
N/A
name=
'
network
/
security
/
kadmin
'
5488
N/A
type=
'service'
5488
N/A
version=
'1'
>
5488
N/A
5488
N/A
<
create_default_instance
enabled=
'false'
/>
5488
N/A
5488
N/A
<
single_instance
/>
5488
N/A
5488
N/A
<
dependency
5488
N/A
name=
'dns'
5488
N/A
grouping=
'require_all'
5488
N/A
restart_on=
'error'
5488
N/A
type=
'service'
>
5488
N/A
<
service_fmri
value=
'svc:/
network
/
dns
/
client
'
/>
5488
N/A
</
dependency
>
5488
N/A
5488
N/A
<
dependency
5488
N/A
name=
'rpcbind'
5488
N/A
grouping=
'require_all'
5488
N/A
restart_on=
'restart'
5488
N/A
type=
'service'
>
5488
N/A
<
service_fmri
value=
'svc:/
network
/
rpc
/
bind
'
/>
5488
N/A
</
dependency
>
5488
N/A
5488
N/A
<
exec_method
5488
N/A
type=
'method'
5488
N/A
name=
'start'
5488
N/A
exec=
'/
usr
/
lib
/
krb5
/
kadmind
'
5488
N/A
timeout_seconds=
'60'
>
5488
N/A
<
method_context
>
5488
N/A
<
method_credential
5488
N/A
user=
'root'
5488
N/A
group=
'root'
5488
N/A
privileges=
'basic,!file_link_any,!proc_info,!proc_session,file_dac_search,file_dac_write,net_privaddr,proc_audit'
5488
N/A
/>
5488
N/A
</
method_context
>
5488
N/A
</
exec_method
>
5488
N/A
5488
N/A
<
exec_method
5488
N/A
type=
'method'
5488
N/A
name=
'stop'
5488
N/A
exec=
':kill'
5488
N/A
timeout_seconds=
'60'
/>
5488
N/A
5488
N/A
<
stability
value=
'Unstable'
/>
5488
N/A
5488
N/A
<
template
>
5488
N/A
<
common_name
>
5488
N/A
<
loctext
xml
:
lang=
'C'
>
5488
N/A
Kerberos administration daemon </
loctext
>
5488
N/A
</
common_name
>
5488
N/A
<
documentation
>
5488
N/A
<
manpage
title=
'kadmind'
section=
'1M'
5488
N/A
manpath=
'/
usr
/
share
/
man
'
/>
5488
N/A
</
documentation
>
5488
N/A
</
template
>
5488
N/A
</
service
>
5488
N/A
5488
N/A
</
service_bundle
>