PHP Classes

File: templates/creation/example.xml

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   templates/creation/example.xml   Download  
File: templates/creation/example.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 819 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE template SYSTEM "template.dtd"> <template> <askcontainer>1</askcontainer> <description>This is the description</description> <icon>star.png</icon> <invalid>1</invalid> <rdn>o</rdn> <regexp>^$</regexp> <title>Example entry</title> <visible>0</visible> <objectClasses> <objectClass id="organization"></objectClass> </objectClasses> <attributes> <attribute id="attribute1"> <display>Attribute 1</display> <hint>This is an example</hint> <icon>ldap-uid.png</icon> <order>1</order> <page>1</page> </attribute> <attribute id="attribute2"> <display>Attribute 2</display> <order>2</order> <page>2</page> </attribute> <attribute id="attribute3"> <display>Attribute 3</display> <order>1</order> <page>2</page> </attribute> </attributes> </template>