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.

Thanks!

-----Original Message-----
From: Eriberto [mailto:eribe...@eriberto.pro.br] 
Sent: Friday, 20 July 2012 4:50 AM
To: phpldapadmin-users@lists.sourceforge.net
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'=>500));

to:

$servers->setValue('auto_number','min',array('uidNumber'=>1000,'gidNumber'=>1200));

Regards,

Eriberto - Brazil

2012/7/18 Co, Cathryn <cathryn...@cba.com.au>:

> 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.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

************** IMPORTANT MESSAGE *****************************       
This e-mail message is intended only for the addressee(s) and contains 
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return email, 
do not use or
disclose the contents, and delete the message and any attachments from your 
system. Unless
specifically indicated, this email does not constitute formal advice or 
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us, please 
reply to this
e-mail by typing Unsubscribe in the subject line. 
**************************************************************




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to