Re: [phpldapadmin-users] PLA can't find TLS Certificates

2009-09-28 Thread Josh Mullis
On Sun, 2009-08-23 at 16:07 -0400, Deon George wrote: > Josh, there is where it gets complicated. > > PLA is not the "direct" ldap client - "php-ldap" is. So, TLS (and SSL) > session establishment is done in php-ldap. php-ldap runs as the your > web > server user. (This is why PLA doesnt have any

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 li

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,) >

[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

[phpldapadmin-users] PLA can't find TLS Certificates

2009-08-23 Thread Josh Mullis
Good day all, I am having difficulties getting PLA to use tls certificates. Seems to be a problem with PLA not knowing where the certificates are... --ERRORS-- PLA: "Could not start TLS. Please check your LDAP server configuration." Ldap server: TLS trace: SSL3 alert write:fatal:handshake

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Josh Mullis
I am also having the same problem with debugging on v 1.2 On a fresh install of redhat. Everything run and done as root and it does not work. I can do the exact same process with 1.1.x and debugging works without a prob. Obviously something is different with this version. On Tue, 200

[phpldapadmin-users] Template for multiple objects

2009-08-14 Thread Josh Mullis
Hey guys... When creating posixAccounts, I always have to go and create the user's posixGroup account along with it. Was wondering if there was a way to create both the posixAccount and posixGroup objects within the same template. This way, all your "user creation" options are done in one ta