2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
23 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
26 Copyright 2024 Friedrich Kink
28 NOTE: This service manifest is not editable; its contents will
29 be overwritten by package or patch operations, including
30 operating system upgrade. Make customizations in a different
34 <service_bundle type='manifest' name='radius'>
41 <create_default_instance enabled='false' />
45 <dependency name='fs-local'
46 grouping='require_all'
50 value='svc:/system/filesystem/local' />
53 <dependency name='fs-autofs'
54 grouping='optional_all'
57 <service_fmri value='svc:/system/filesystem/autofs' />
60 <dependency name='net-loopback'
61 grouping='require_all'
64 <service_fmri value='svc:/network/loopback' />
67 <dependency name='net-physical'
68 grouping='require_all'
71 <service_fmri value='svc:/network/physical' />
74 <dependency name='cryptosvc'
75 grouping='require_all'
78 <service_fmri value='svc:/system/cryptosvc' />
81 <dependency name='utmp'
82 grouping='require_all'
85 <service_fmri value='svc:/system/utmp' />
88 <dependency name='config_data'
89 grouping='require_all'
93 value='file://localhost/etc/raddb/radiusd.conf' />
97 name='radiusd_multi-user-server'
98 grouping='optional_all'
101 value='svc:/milestone/multi-user-server' />
106 <envvar name="PATH" value="/usr/bin:/usr/sbin"/>
107 </method_environment>
113 exec='/usr/sbin/radiusd'
114 timeout_seconds='60'>
115 <method_context security_flags="aslr"/>
122 timeout_seconds='60' />
128 timeout_seconds='60' />
130 <property_group name='startd'
132 <!-- sub-process core dumps shouldn't restart session -->
133 <propval name='ignore_error'
134 type='astring' value='core,signal' />
137 <stability value='Unstable' />
141 <loctext xml:lang='C'>
142 The FreeRADIUS server
146 <manpage title='radiusd' section='1M' manpath='/usr/share/man' />