RE: Groups within Address Lists

2002-01-18 Thread Tom Meunier

Here's one that works very well for us:
((|((objectCategory=user)(memberof=cn=supreme court,ou=supreme 
court,dc=courts,dc=state,dc=tx,dc=us))((objectCategory=group)(memberof=cn=supreme 
court,ou=supreme court,dc=courts,dc=state,dc=tx,dc=us

...and you thought building LDAP queries for kaz.com.au was a pain...

-tom

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Posted At: Thursday, January 17, 2002 05:27 PM
 Posted To: MSExchange Mailing List
 Conversation: Groups within Address Lists
 Subject: Groups within Address Lists
 
 
 
 Win2k SP2 Native Mode
 Ex2k SP2 Native Mode
 
 I am creating Address Lists in ESM. Using 'Filter Rules' I 
 can add groups
 to a list, users to a list, but not both to the same list. I 
 have tried
 every combination under the menus. I have tried adding custom 
 code such as
 
 
 
  (|((objectCategory=user)(userPrincipalName=*@SmallCompany.com))( 
  _(objectCategory=group)(displayName=*@SmallCompany.com)))  
 
  I have tried using Global and Universal groups. The fact that I
  can add groups to a list on their own indicates it is not a
  permissions issue. I have checked fields with ADSI Edit to ensure  
  the names and values are correct.  
 
  She no go no way.  
  Any ideas appreciated. 
 
 
 
 Danny Mills
 Messaging Consultant
 KAZ Computer Services
 Melbourne, Australia
 Email: [EMAIL PROTECTED]
 
 
 
 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]
 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Groups within Address Lists

2002-01-17 Thread Chris Scharff

Been a while since I wrote LDAP queries and I'm over medicated at the
moment, but doesn't the query below say give me objects which are both users
and groups whose UPN and display name is *@company.com? If so, I think the
problem might be that you want to ask for users OR groups. It seems you are
searching for objects which are both, and they are mutually exclusive.

Chris
-- 
Chris Scharff
Senior Sales Engineer
MessageOne
If you can't measure, you can't manage! 


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, January 17, 2002 5:27 PM
 To: Exchange Discussions
 Subject: Groups within Address Lists
 
 
 
 Win2k SP2 Native Mode
 Ex2k SP2 Native Mode
 
 I am creating Address Lists in ESM. Using 'Filter Rules' I 
 can add groups to a list, users to a list, but not both to 
 the same list. I have tried every combination under the 
 menus. I have tried adding custom code such as
 
 
 
  (|((objectCategory=user)(userPrincipalName=*@SmallCompany.com))( 
  _(objectCategory=group)(displayName=*@SmallCompany.com)))  
 
  I have tried using Global and Universal groups. The fact that I
  can add groups to a list on their own indicates it is not a
  permissions issue. I have checked fields with ADSI Edit to ensure  
  the names and values are correct.  
 
  She no go no way.  
  Any ideas appreciated. 
 
 
 
 Danny Mills
 Messaging Consultant
 KAZ Computer Services
 Melbourne, Australia
 Email: [EMAIL PROTECTED]
 
 
 
 _
 List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
 Archives:   http://www.swynk.com/sitesearch/search.asp
 To unsubscribe: mailto:[EMAIL PROTECTED]
 Exchange List admin:[EMAIL PROTECTED]
 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]