32 lines
825 B
XML
32 lines
825 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
<!--This template doesnt work needs modification to the Engine.-->
|
|
<template>
|
|
<title>LDAP Alias</title>
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
<icon>images/mail_alias.png</icon>
|
|
<description>New LDAP Alias</description>
|
|
<askcontainer>1</askcontainer>
|
|
<rdn>aliasedObjectName</rdn>
|
|
<visible>1</visible>
|
|
<invalid>1</invalid>
|
|
|
|
<objectClasses>
|
|
<objectClass id="alias"></objectClass>
|
|
<objectClass id="extensibleObject"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="aliasedObjectName">
|
|
<display>Alias To</display>
|
|
<helper>
|
|
<display></display>
|
|
<location>side</location>
|
|
<value>=php.DrawChooserLink(aliasedObjectName,0)</value>
|
|
</helper>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
</attributes>
|
|
</template>
|