PHP Classes

File: templates/creation/simpleSecurityObject.xml

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   templates/creation/simpleSecurityObject.xml   Download  
File: templates/creation/simpleSecurityObject.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: 893 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 Simple Security Object</description> <icon>ldap-user.png</icon> <invalid>0</invalid> <rdn>userid</rdn> <!--<regexp>^ou=People,o=.*,</regexp>--> <title>Generic: Simple Security Object</title> <visible>1</visible> <objectClasses> <objectClass id="account"></objectClass> <objectClass id="simpleSecurityObject"></objectClass> </objectClasses> <attributes> <attribute id="userid"> <display>User Name</display> <icon>ldap-uid.png</icon> <order>1</order> <page>1</page> <spacer>1</spacer> </attribute> <attribute id="userPassword"> <display>Password</display> <icon>lock.png</icon> <order>5</order> <page>1</page> <post>=php.PasswordEncrypt(%enc%;%userPassword%)</post> <verify>1</verify> </attribute> </attributes> </template>