RE: Determine Global Group vs User in Local?
From: localhost (primpilus_at_cohort.ces)
Date: 12/11/03
- Next message: Chris Jackson: "Re: How can I get the domain name and username?"
- Previous message: Jason Elliott: "Impersonation not working with Asynchronous calls"
- In reply to: MSFT: "RE: Determine Global Group vs User in Local?"
- Next in thread: MSFT: "RE: Determine Global Group vs User in Local?"
- Reply: MSFT: "RE: Determine Global Group vs User in Local?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 11 Dec 2003 07:43:56 -0800
That is not a workable option for me.
The web server in question has a local group with 6
domain users, 3 global groups from one account domain,
and 2 global groups from another account domain. I
cannot reasonably make 11 LDAP queries to one account
domain to see if every entry is a group and then then
same 11 queries to another domain.
If I look at local group membership in the Computer
Management MMC, the GUI displays whether an entry is a
user or a global group. I need to do the same thing, but
with C# code.
How can I tell if an entry in a local group on a web
server (member server) is a global group or a user
account?
Thanks.
>-----Original Message-----
>You may query the whole domain with LDAP to see if there
is a group with
>such a name. For example:
>
>DirectoryEntry oGrp = new
>DirectoryEntry
("LDAP://CN=MyGroup,CN=Users,DC=Fabrikam,DC=com");
>
>Hope this help,
>
>Luke
>Microsoft Online Support
>
>Get Secure! www.microsoft.com/security
>(This posting is provided "AS IS", with no warranties,
and confers no
>rights.)
>
>.
>
- Next message: Chris Jackson: "Re: How can I get the domain name and username?"
- Previous message: Jason Elliott: "Impersonation not working with Asynchronous calls"
- In reply to: MSFT: "RE: Determine Global Group vs User in Local?"
- Next in thread: MSFT: "RE: Determine Global Group vs User in Local?"
- Reply: MSFT: "RE: Determine Global Group vs User in Local?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|