Hi... i have a template with about 9 attributes, i have modified the
template and add 3 more attributes but these are not displayed when i
access to the phpldapadmin via web....

Only show one of then... not the others....



This is the only one that is displayed....

vmaVacationForward

The attributes that does not show are:

vmaVacationlocalcopy
vmaVacationForwardActive


I no not unsderstand why...  i tried the order option but it does not
work... 

Thanks a lot for any idea...

Michael.-


Here is my .xml template...
-----------------------------------

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<template>
<title>Virtual Mail Account</title>
<regexp>^ou=(users|accounts),.*</regexp>
<icon>images/mail_account.png</icon>
<description>New Virtual Mail Account</description>
<askcontainer>1</askcontainer>
<rdn>mail</rdn>
<visible>1</visible>

<objectClasses>
<objectClass id="inetOrgPerson"></objectClass>
<objectClass id="VirtualMailAccount"></objectClass>
<objectClass id="VmaVacation"></objectClass>
</objectClasses>

<attributes>
<attribute id="givenName">
        <display>Primer Nombre</display>
        <icon>images/uid.png</icon>
        <onchange>autoFill:cn,%givenName% %sn%</onchange>
        <onchange>autoFill:description,%givenName/l%.%sn/l%</onchange>
        <order>1</order>
        <page>1</page>
</attribute>

<attribute id="sn">
        <display>Apellido</display>
        <onchange>autoFill:cn,%givenName% %sn%</onchange>
        <onchange>autoFill:description,%givenName/l%.%sn/l%</onchange>
        <order>2</order>
        <page>1</page>
</attribute>

<attribute id="cn">
        <display>Nombre Completo</display>
        <order>3</order>
        <page>1</page>
</attribute>

<attribute id="mail">
        <display>E-Mail</display>
        <order>5</order>
        <page>1</page>
</attribute>

<attribute id="homeDirectory">
        <value>/var/vmail</value>
        <hidden>1</hidden>
</attribute>

<attribute id="mailbox">
        <display>Casilla de correo</display>
        <order>9</order>
        <page>1</page>
</attribute>

<attribute id="userPassword">
        <display>Contraseña</display>
        <helper>
                <default>ssha</default>
                <display>Encryption</display>
                <id>enc</id>
                <location>side</location>
                <value>blowfish</value>
                <value>clear</value>
                <value>crypt</value>
                <value>ext_des</value>
                <value>md5</value>
                <value>md5crypt</value>
                <value>sha</value>
                <value>smd5</value>
                <value>ssha</value>
        </helper>
        <icon>images/lock.png</icon>
        <order>5</order>
        <page>1</page>
        <post>=php.Password(%enc%,%userPassword%)</post>
        <spacer>1</spacer>
        <type>password</type>
        <verify>1</verify>
</attribute>

<attribute id="vmaVacationActive">
        <display>Activar mensaje de vacaciones</display>
        <askcontainer>1</askcontainer>
        <default>FALSE</default>
        <value>TRUE</value>
        <value>FALSE</value>
        <order>11</order>
        <page>1</page>
</attribute>


<attribute id="vmaVacationForward">
        <display>Casilla de correo para Forward</display>
        <spacer>1</spacer>
        <page>1</page>
</attribute>

<attribute id="vmaVacationlocalcopy">
        <display>Activar Forward con copia local para cuenta de
correo</display>
        <askcontainer>1</askcontainer>
        <default>FALSE</default>
        <value>TRUE</value>
        <value>FALSE</value>
        <page>1</page>
</attribute>

<attribute id="vmaVacationForwardActive">
        <display>Activar Forward para cuenta de correo</display>
        <askcontainer>1</askcontainer>
        <default>FALSE</default>
        <value>TRUE</value>
        <value>FALSE</value>
        <page>1</page>
</attribute>

<attribute id="Active">
        <display>Activar cuenta de correo</display>
        <askcontainer>1</askcontainer>
        <default>TRUE</default>
        <value>TRUE</value>
        <value>FALSE</value>
        <order>10</order>
        <page>1</page>
</attribute>

<attribute id="vmaVacationInfo">
        <display>Mensaje de vacaciones</display>
        <type>textarea</type>
        <order>11</order>
        <page>1</page>
</attribute>

</attributes>
</template>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to