phpldapadmin: Add phpldapadmin configuration.
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / example.xml
diff --git a/etc/phpldapadmin/templates/creation/example.xml b/etc/phpldapadmin/templates/creation/example.xml
new file mode 100644 (file)
index 0000000..6fd7408
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE template SYSTEM "template.dtd">
+<template>
+<title>Example entry</title>
+<regexp>^$</regexp>
+<icon>images/star.png</icon>
+<description>This is the description</description>
+<rdn>o</rdn>
+<visible>0</visible>
+
+<objectClasses>
+<objectClass id="organization"></objectClass>
+</objectClasses>
+
+<attributes>
+<attribute id="attribute1">
+       <description>This is the attribute description</description>
+       <display>Attribute 1</display>
+       <hint>This is an example</hint>
+       <icon>images/user.png</icon>
+       <order>1</order>
+       <page>1</page>
+</attribute>
+<attribute id="attribute2">
+       <description>This is the attribute description</description>
+       <display>Attribute 2</display>
+       <order>2</order>
+       <page>2</page>
+</attribute>
+<attribute id="attribute3">
+       <description>This is the attribute description</description>
+       <display>Attribute 3</display>
+       <order>1</order>
+       <page>2</page>
+</attribute>
+</attributes>
+</template>