Re: [phpldapadmin-users] duplicate group IDs [SOLVED]

2012-07-20 Thread Adam Tauno Williams
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

Re: [phpldapadmin-users] duplicate group IDs [SOLVED]

2012-07-19 Thread Co, Cathryn
[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'

Re: [phpldapadmin-users] duplicate group IDs

2012-07-19 Thread Eriberto
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

[phpldapadmin-users] duplicate group IDs

2012-07-18 Thread Co, Cathryn
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