Hi all,

When I display my posixAccount objects, I use a custom template to
show attributes the way I want.
Now, in the posixAccount template page, I'm trying to have a quick
overview of the groups the object is member of.
I don't want to change / add anything to the object structure.
I am wondering if that can be done through the template system, with a
"fake attribute", like the following :

<attribute id="custom_groupMembership">
        <display>Groups Membership</display>
        <order>21</order>
        <page>1</page>
        <readonly>1</readonly>
        <option>=php.PickList(/,(uniquemember=*%uid%*),gidNumber,%cn%)</option>
</attribute>

I'm trying to pass the %uid% value of my current object to the
PickList function, but it doesn't work.

Is there any way to do what I'm looking for ? Hooks ?

Thank you !

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to