LDAP Admin - Authorised ServicesAuthorised Services by Chris R
ver 1.0Authorised Service for use with ldapns.schema
<template>
<name>Authorised Services</name>
<description>Authorised Service for use with ldapns.schema</description>
<author>Chris R</author>
<version>1.0</version>
<email></email>
<website>ldapadmin.sf.net</website>
<rdn>cn</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>hostObject</value>
<value>authorizedServiceObject</value>
</attribute>
<attribute type="text">
<name>authorizedService</name>
<Description>Authorised Services</Description>
<control type="grid"/>
</attribute>
<attribute type="text">
<name>host</name>
<Description>Authorised Hosts</Description>
<control type="grid"/>
</attribute>
</template>
|