I know it only show security group if I set Group Object Filter as "(&(ObjectCategory=Group)(!(proxyAddresses=*))) " in the configuration of Crowd's Directory. But now, I'd like to show distribution group, not security group.
Hi John, the filter (ObjectCategory=Group) is suposed to include all kind of groups in MSAD, I've just tested this filter here with Crowd and it pulled distribution groups just fine.
Cheers
Thanks for your reply. But I'd like to show distribution group only only only, not security group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, sorry for the confusion, this should bring only distribution groups (more details can be found here):
(&(objectCategory=group)
(!(groupType:1.2.840.113556.1.4.803:=2147483648)))
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm happy to help ;) you may mark this question as answered if you think it was answered satisfactorily. This will increase the visibility of the question and may help other people in the future.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.