2009-06-30 09:40:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
2009-06-30 09:29:51 +00:00
|
|
|
<template>
|
|
|
|
<title>simple_sec_object</title>
|
|
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
|
|
<icon>images/user.png</icon>
|
|
|
|
<description>New Simple Security Object</description>
|
|
|
|
<askcontainer>1</askcontainer>
|
|
|
|
<rdn>userid</rdn>
|
|
|
|
<visible>1</visible>
|
|
|
|
|
|
|
|
<objectClasses>
|
|
|
|
<objectClass id="account"></objectClass>
|
|
|
|
<objectClass id="simpleSecurityObject"></objectClass>
|
|
|
|
</objectClasses>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
<attribute id="userid">
|
|
|
|
<display>t_user_name</display>
|
|
|
|
<icon>images/uid.png</icon>
|
|
|
|
<order>1</order>
|
|
|
|
<page>1</page>
|
2009-06-30 09:40:37 +00:00
|
|
|
<spacer>1</spacer>
|
2009-06-30 09:29:51 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute id="userPassword">
|
|
|
|
<display>t_password</display>
|
|
|
|
<helper>
|
2009-06-30 09:40:37 +00:00
|
|
|
<default>md5</default>
|
2009-06-30 09:29:51 +00:00
|
|
|
<display>t_encryption</display>
|
2009-06-30 09:40:37 +00:00
|
|
|
<id>enc</id>
|
2009-06-30 09:29:51 +00:00
|
|
|
<location>side</location>
|
2009-06-30 09:40:37 +00:00
|
|
|
<value>blowfish</value>
|
2009-06-30 09:29:51 +00:00
|
|
|
<value>clear</value>
|
2009-06-30 09:40:37 +00:00
|
|
|
<value>crypt</value>
|
|
|
|
<value>ext_des</value>
|
2009-06-30 09:29:51 +00:00
|
|
|
<value>md5</value>
|
2009-06-30 09:40:37 +00:00
|
|
|
<value>md5crypt</value>
|
|
|
|
<value>sha</value>
|
|
|
|
<value>smd5</value>
|
|
|
|
<value>ssha</value>
|
2009-06-30 09:29:51 +00:00
|
|
|
</helper>
|
2009-06-30 09:40:37 +00:00
|
|
|
<icon>images/lock.png</icon>
|
|
|
|
<order>5</order>
|
|
|
|
<page>1</page>
|
2009-06-30 09:29:51 +00:00
|
|
|
<post>=php.Password(%enc%,%userPassword%)</post>
|
2009-06-30 09:40:37 +00:00
|
|
|
<type>password</type>
|
|
|
|
<verify>1</verify>
|
2009-06-30 09:29:51 +00:00
|
|
|
</attribute>
|
|
|
|
</attributes>
|
|
|
|
</template>
|