On Fri, 2012-07-20 at 09:03 +1000, Co, Cathryn wrote:
> Solved by modifying the sizelimit config option in slapd.conf. The
> default config returns a max of 500 entries; setting this to unlimited
> fixed the issue.
That is, sadly, your only real option. PHP [AFAIK] doesn't support the
extended op
[email protected]
Subject: Re: [phpldapadmin-users] duplicate group IDs
Not an elegant solution but you can try change the follow line in
/etc/phpldapadmin/config.php:
$servers->setValue('auto_number','min',array('uidNumber'=>1000,'gidNumber'
Not an elegant solution but you can try change the follow line in
/etc/phpldapadmin/config.php:
$servers->setValue('auto_number','min',array('uidNumber'=>1000,'gidNumber'=>500));
to:
$servers->setValue('auto_number','min',array('uidNumber'=>1000,'gidNumber'=>1200));
Regards,
Eriberto - Brazil
Hi all,
Currently have phpLDAPadmin 1.2.2 running with ~600 entries. I'm running into
an issue where if I try to create a group from template, it does not fetch a
new, unique gidNumber and seems to be stuck on gid 1181. This resulted in
multiple groups having the same gid.
Here's my group tem