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

Reply via email to