nested groups [message #122111] |
Wed, 17 June 2015 20:24  |
ahu
Messages: 22 Registered: July 2010 Location: Munich
|
|
 
|
|
There is already an idea posted:
http://feedback.kerio.com/forums/29250-kerio-connect/suggest ions/574367-groups-within-groups
But I just wanted to push this here again, maybe the last entry has not been seen by Kerio development. I think at least for Active Directory groups, this could be easy to implement as in my example shown.
Maybe this could also be used for mailinglists
Quote:
For Active Directory, this should be pretty easy to implement, it's just an additional policy you can put in the LDAP search string as desribed here:
https://msdn.microsoft.com/en-us/library/aa746475(v=vs.85).aspx
So like this filter will find the group members:
filter (&(objectCategory=user) (memberof=CN=MyGroup,DC=int,DC=domain,DC=com))
this would find group members, if they are in a group that is a member here etc.:
filter (&(objectCategory=user) (memberof:1.2.840.113556.1.4.1941:=CN=MyGroup,DC=int,DC=doma in,DC=com))
|
|
|
|
|