Maybe I could ask this from another direction...

Is this string (the text inside the parenthesis) php code, xml code, or
proprietary code sent to the multilist function?




<option>=php.MultiList(/,(objectClass=posixAccount),cn,%cn%)</option>




Thanks
-Josh





On Wed, 2009-09-23 at 07:52 -0400, Josh Mullis wrote:

> On Tue, 2009-09-22 at 16:16 -0400, Josh Mullis wrote:
> 
> > 
> > 
> > Good day all,
> > 
> > 
> > I am trying to create a template for nisNetgroup objects.
> > 
> > This template will populate the nisNetgroupTriple attribute, which
> > has the following syntax:
> > 
> > (,username,)
> > 
> > 
> > 
> > 
> > The problem I am having is in using the multilist.php function.
> > 
> > I can't seem to find how to specify literal parenthesis' and commas.
> > 
> > 
> > 
> > Any help is much appreciated.
> > 
> > Thanks
> > -Josh
> 
> 
> 
> 
> Sorry, forgot to give my template string...
> 
> 
> Here is what works...
> <option>=php.MultiList(/,(objectClass=posixAccount),cn,%cn%)</option>
> 
> 
> 
> This is what I want to do, but will not work...
> ###    Added (, ,) around the %cn%    ###
> 
> <option>=php.MultiList(/,(objectClass=posixAccount),cn,(,%cn
> %,))</option>
> 
> 
> 
> May be wrong, but I think I just need to know how to specify the
> literal () and ,
> 
> 
> 
> Thanks!
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to