Re: [phpldapadmin-users] multilist template function

2009-09-28 Thread Josh Mullis
Thanks Deon. I'll post if I get it working. On Mon, 2009-09-28 at 21:52 -0400, Deon George wrote: > Josh Mullis wrote: > >>> 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. > > Josh, you are us

Re: [phpldapadmin-users] multilist template function

2009-09-28 Thread Deon George
Josh Mullis wrote: >>> 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. Josh, you are using an old version of PLA - where the comma is treated as a field separator. In PLA 1.2.x, a semicolon is now used as

Re: [phpldapadmin-users] multilist template function

2009-09-28 Thread Josh Mullis
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? =php.MultiList(/,(objectClass=posixAccount),cn,%cn%) Thanks -Josh On Wed, 2009-09-23 at 07:52 -0400, Josh Mullis

Re: [phpldapadmin-users] multilist template function

2009-09-23 Thread Josh Mullis
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

[phpldapadmin-users] multilist template function

2009-09-22 Thread Josh Mullis
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 pa