LDAP Admin - eGroupware 1.2 EntryeGroupware 1.2 Entry by Alexandros Gougousoudis
ver 0.1Sample egw Entry
<template>
<name>eGroupware 1.2 Entry</name>
<description>Sample egw Entry</description>
<author>Alexandros Gougousoudis</author>
<version>0.1</version>
<email>dros@gmx.de</email>
<website>ldapadmin.sf.net</website>
<rdn>cn</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>phpgwAccount</value>
</attribute>
<attribute type="text">
<name>phpgwAccountStatus</name>
<value>A</value>
</attribute>
<attribute type="text">
<name>phpgwAccountType</name>
<value>u</value>
</attribute>
<attribute type="text">
<name>phpgwAccountExpires</name>
<value>-1</value>
</attribute>
</template>
|