RE: Cannot get LDAP grouping to work

2010-05-19 Thread Hartl, Gerhard L.
] Sent: Tuesday, May 18, 2010 3:58 PM To: vcl-dev@incubator.apache.org Subject: Re: Cannot get LDAP grouping to work -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard, Where in VCL are you looking to see if the groups have been created? Groups created from LDAP sources do not appear

Re: Cannot get LDAP grouping to work

2010-05-19 Thread Josh Thompson
. - Gerhard 757.683.6980 | gha...@odu.edu | occs.odu.edu -Original Message- From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] Sent: Tuesday, May 18, 2010 3:58 PM To: vcl-dev@incubator.apache.org Subject: Re: Cannot get LDAP grouping to work Gerhard, Where in VCL are you

RE: Cannot get LDAP grouping to work

2010-05-19 Thread Hartl, Gerhard L.
: Wednesday, May 19, 2010 12:47 PM To: vcl-dev@incubator.apache.org Subject: Re: Cannot get LDAP grouping to work -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard, The first thing I'd suggest is logging in to the database and checking for the existence of the groups in the usergroup table

Re: Cannot get LDAP grouping to work

2010-05-18 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard, You're almost there. You need to put ()'s around the part of the regular expression that you want to be the name of the group in VCL. I would suggest: for($i = 0; $i $data[0]['ismemberof']['count']; $i++) {

RE: Cannot get LDAP grouping to work

2010-05-18 Thread Hartl, Gerhard L.
] = vclimage ) Array ( [0] = cn=vcladmin,ou=group,ou=vcl,o=odu [1] = vcladmin ) - Gerhard -Original Message- From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] Sent: Tuesday, May 18, 2010 2:57 PM To: vcl-dev@incubator.apache.org Subject: Re: Cannot get LDAP grouping to work

Re: Cannot get LDAP grouping to work

2010-05-18 Thread Josh Thompson
Thompson [mailto:josh_thomp...@ncsu.edu] Sent: Tuesday, May 18, 2010 2:57 PM To: vcl-dev@incubator.apache.org Subject: Re: Cannot get LDAP grouping to work Gerhard, You're almost there. You need to put ()'s around the part of the regular expression that you want to be the name