I am having a slight problem with the templating engine and I am hoping
someone can help with this.

I would like to have the ability to grant/deny access to hosts through LDAP.
I am using the pam_check_host_attr which is working. When I create a new
user using my creation template I have a MultiList that pulls all the hosts
from LDAP and I can check which hosts that user can access. The only problem
is, in my modification template, that same stanza for MultiList comes up
blank. I see the checkboxes but not the hosts list like I do in my creation
template.

I am using version 1.2.0.5. I currently have the following stanza in my
creation template which works just fine, but it does not work in the
modification template. Any help is appreciated.

<attribute id="host">
        <display>System Access</display>
        <order>1</order>
        <page>1</page>
<value><![CDATA[=php.MultiList(/;(&(objectClass=ipHost));cn;%cn%
(%ipHostNumber%))]]></value>
</attribute>

-- 
View this message in context: 
http://old.nabble.com/MultiList-in-creation-template-versus-modification-tp27469887p27469887.html
Sent from the phpldapadmin-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to