38 lines
893 B
XML
38 lines
893 B
XML
<?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>
|