Quanah Gibson-Mount wrote:
--On Saturday, June 09, 2007 1:43 PM +0400 Dmitriy Kirhlarov dimma@higis.ru wrote:
Hi, list
I have container in my tree 'ou=cyrus,ou=mail,o=domain' and I need check 'uniqueMember' attribute -- user can be membered only in one group.
Also, for 'ou=web,ou=groups,o=domain' with same types of objects, as 'ou=cyrus,ou=mail,o=domain' user can be membered in several groups, but I need uniques check for 'gidNumber' inside 'ou=groups,o=domain'.
I need something:
unique_base ou=users,o=domain uidNumber mail mailLocalAddress
unique_base ou=groups,o=domain gidNumber
unique_base ou=cyrus,ou=mail,o=domain uniqueMember
I'm using openldap 2.3.35
Is it possible with this version or, may be, with 2.4.x?
This is possibly in 2.4, I believe.
I'm looking man slapo-unique from 2.4. Look like nothing new, but cvs diff show big difference between 2.3.9 and 2.4.5. But I can't read C :(
Could somebody, please, describe current functionality in slapo-unique on 2.4?
WBR Dmitriy