PHP Classes

File: templates/creation/organizationalRole.xml

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   templates/creation/organizationalRole.xml   Download  
File: templates/creation/organizationalRole.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: 1,738 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>New Organisational Role</description> <icon>ldap-o.png</icon> <invalid>0</invalid> <rdn>cn</rdn> <!--<regexp>^ou=People,o=.*,</regexp>--> <title>Generic: Organisational Role</title> <visible>1</visible> <objectClasses> <objectClass id="organizationalRole"></objectClass> </objectClasses> <attributes> <attribute id="cn"> <display>Role CN</display> <order>1</order> <spacer>1</spacer> </attribute> <attribute id="telephoneNumber"> <display>Work phone</display> <icon>phone.png</icon> <order>2</order> </attribute> <attribute id="facsimileTelephoneNumber"> <display>Fax</display> <order>3</order> <spacer>1</spacer> </attribute> <attribute id="description"> <display>Comments</display> <icon>light.png</icon> <order>4</order> <spacer>1</spacer> </attribute> <attribute id="roleOccupant"> <display>Occupant</display> <icon>ldap-default.png</icon> <order>5</order> <spacer>1</spacer> </attribute> <attribute id="street"> <display>Street Address</display> <icon>mail.png</icon> <order>6</order> </attribute> <attribute id="l"> <display>City</display> <order>7</order> </attribute> <attribute id="st"> <display>State</display> <order>8</order> </attribute> <attribute id="postalCode"> <display>Postal code</display> <order>9</order> <spacer>1</spacer> </attribute> <attribute id="postalAddress"> <display>Postal Address</display> <icon>mail.png</icon> <order>10</order> <spacer>1</spacer> </attribute> <attribute id="registeredAddress"> <display>Registered Address</display> <icon>mail.png</icon> <order>11</order> </attribute> </attributes> </template>