2006-12-25 08:44:30 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
|
|
|
|
|
<!--
|
|
|
|
|
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
2010-02-18 20:12:19 +00:00
|
|
|
Copyright 2006 Alkaloid Networks, LLC
|
2006-12-25 08:44:30 +00:00
|
|
|
Use is subject to license terms.
|
|
|
|
|
|
|
|
|
|
ident "@(#)server.xml 1.3 04/12/03 SMI"
|
2010-02-18 20:12:19 +00:00
|
|
|
$Id$
|
2006-12-25 08:44:30 +00:00
|
|
|
-->
|
|
|
|
|
<service_bundle type='manifest' name='ALKAldap2dns:ldap2dns'>
|
|
|
|
|
|
|
|
|
|
<service
|
|
|
|
|
name='application/management/ldap2dns'
|
|
|
|
|
type='service'
|
|
|
|
|
version='1'>
|
|
|
|
|
|
|
|
|
|
<exec_method
|
|
|
|
|
type='method'
|
|
|
|
|
name='stop'
|
|
|
|
|
exec=':kill'
|
|
|
|
|
timeout_seconds='60' />
|
|
|
|
|
|
|
|
|
|
<instance name='default' enabled='false' >
|
|
|
|
|
<exec_method
|
|
|
|
|
type='method'
|
|
|
|
|
name='start'
|
2006-12-27 21:21:25 +00:00
|
|
|
exec='/usr/bin/ldap2dnsd'
|
2006-12-25 08:44:30 +00:00
|
|
|
timeout_seconds='60' >
|
|
|
|
|
<method_context>
|
|
|
|
|
<method_environment>
|
|
|
|
|
<envvar name='LDAP2DNS_UPDATE' value='60' />
|
|
|
|
|
<envvar name='LDAP2DNS_OUTPUT' value='data' />
|
|
|
|
|
</method_environment>
|
|
|
|
|
</method_context>
|
|
|
|
|
</exec_method>
|
|
|
|
|
</instance>
|
|
|
|
|
|
|
|
|
|
<stability value='Unstable' />
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<common_name>
|
|
|
|
|
<loctext xml:lang='C'>
|
|
|
|
|
LDAP to DNS manager
|
|
|
|
|
</loctext>
|
|
|
|
|
</common_name>
|
|
|
|
|
<documentation>
|
|
|
|
|
<manpage title='ldap2dns' section='1'
|
|
|
|
|
manpath='/usr/man' />
|
|
|
|
|
</documentation>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</service>
|
|
|
|
|
|
|
|
|
|
</service_bundle>
|