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?
WBR. Dmitriy
--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.
--Quanah
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
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
Dmitriy Kirhlarov wrote:
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
Look again. The 2.4 manpage is quite different from 2.3. Specifically, the unique_uri keyword is in 2.4 and not in 2.3.
How anybody can possibly say "look like nothing new" when there are 10 new paragraphs in this manpage is completely unbelievable.
Howard Chu wrote:
I'm looking man slapo-unique from 2.4. Look like nothing new
Look again. The 2.4 manpage is quite different from 2.3. Specifically, the unique_uri keyword is in 2.4 and not in 2.3.
Thanks! I check difference in cvs. It's very good.
How anybody can possibly say "look like nothing new" when there are 10 new paragraphs in this manpage is completely unbelievable.
Man page on web outdated: http://www.openldap.org/software/man.cgi?query=slapo-unique&apropos=0&am...
WBR Dmitriy
openldap-software@openldap.org