[phpldapadmin-users] A doubt in phpldapadmin

2008-03-19 Thread Harinath D
hai i have a doubt in phpldapadmin i have datas in a table and i have a checkbox and submit button if need to retrieve only the particular column data that when i check the third row of the table and click the submit button i should get the values of the partcular column

Re: [phpldapadmin-users] wierd group thing happening

2008-03-19 Thread Mike Eggleston
On Sat, 15 Mar 2008, Mike Eggleston might have said: > I created yesterday a group using phpldapadmin. The group shows up > in both the LDAP server (OpenLDAP running on Fedora Core 5) and in > phpldapadmin. Trying to assign that group to a folder on a windows server, > the group does not appear in

Re: [phpldapadmin-users] Memory limit low

2008-03-19 Thread deon
Quoting Daminto Lie <[EMAIL PROTECTED]>: I have changed memory_limit in php.ini > from 8M to 256M and it still tells me that. What's it the minimum > limit we're talking about here? I'm guessing you didnt restart your web server when you made the change? ...deon ---

Re: [phpldapadmin-users] Memory limit low

2008-03-19 Thread Thibaud GUERIN
Hi, Try rebooting apache (or whatever provide web pages) to really apply changes. It helps sometimes. here: root[~]# grep memory /etc/apache/php.ini memory_limit = 50M On Wed, Mar 19, 2008 at 7:36 AM, Daminto Lie <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if anyone might be able to he