components/openldap/Solaris/ldap-olslapd.xml
branchs11-update
changeset 4386 30b25a7b0e22
parent 550 39f79e2050e4
equal deleted inserted replaced
4385:a2e3ced2a414 4386:30b25a7b0e22
    20 CDDL HEADER END
    20 CDDL HEADER END
    21 -->
    21 -->
    22 
    22 
    23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    24 <!--
    24 <!--
    25     Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
    25     Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
    26 -->
    26 -->
    27 
    27 
    28 <service_bundle type='manifest' name='SUNWopenldapr:slapd'>
    28 <service_bundle type='manifest' name='SUNWopenldapr:slapd'>
    29 
    29 
    30 <service
    30 <service
    63 		<exec_method
    63 		<exec_method
    64 		    type='method'
    64 		    type='method'
    65 		    name='start'
    65 		    name='start'
    66 		    exec='/lib/svc/method/ldap-olslapd start'
    66 		    exec='/lib/svc/method/ldap-olslapd start'
    67 		    timeout_seconds='60'>
    67 		    timeout_seconds='60'>
       
    68 		    <method_context>
       
    69 			<method_credential
       
    70 			    user='openldap'
       
    71 			    group='openldap'
       
    72 			    privileges='basic,net_privaddr,file_dac_read,file_dac_write,file_dac_search' />
       
    73 		    </method_context>
    68 		</exec_method>
    74 		</exec_method>
    69 
    75 
    70 		<exec_method
    76 		<exec_method
    71 			type='method'
    77 			type='method'
    72 			name='stop'
    78 			name='stop'