microsoft.public.adsi.general
  Home FAQ Contact Sign in
microsoft.public.adsi.general only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.adsi.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Get security groups in VB6 (Access VBA)         


Author: Cory J. Laidlaw, Beyond01.com
Date: Apr 30, 2008 14:57

Howdy!

I'm new to Active Directory and LDAP. I am trying to get a list of security
groups for a single user in active directory.
Show full article (0.99Kb)
5 Comments
  LDAP Recursive query         


Author: JB
Date: Apr 29, 2008 21:55

I have a need to build an LDAP query that returns a reporting line
(using the "manager" field).

example:

User1 reports to User2
User2 reports to User3
User3 reports to null

Is there any way I can build a list from this like a hierachy below?

User3
User2
User1

In this situation a user never reports to > 1 person.

I could laboriously get a user, then check if they report to anyone,
then in turn get that user etc etc...
kinda hoping i won't have to do that..

Thanks in advance,

John, Australia
1 Comment
  Trying to make picture collage         


Author: Jennifer Sandsmark
Date: Apr 29, 2008 00:29

Hello,
I'm trying to make a picture collage using the pictures I have saved on my
computer. What would be the best way to do this? Any advice, tips or
programs I should use to create one?
Thanks!
Jenni
no comments
  Import AD users into ADAM         


Author: Camilo Orozco
Date: Apr 28, 2008 15:18

What is the best method to import all AD users into ADAM without making use
of the userProxy capability?
1 Comment
  ADAM and Active Directory         


Author: Camilo Orozco
Date: Apr 28, 2008 09:28

If we want to implement userProxy(ies) and authenticate them via simple binds
using ADAM, does ADAM requires to be joined to the domain the proxy users
belong to?

Can ADAM just use port 636 to communicate with AD?
7 Comments
  Method of finding all Groups within a Domain?         


Author: JB
Date: Apr 28, 2008 04:37

Hi,
Using the System.DirectoryServices.AccountManagement namespace, is
there some way of fetching a collection of all GroupPrinicpals?

I see that I can get all groups for a UserPrincipal, but was wanting
to get all groups per Domain if possible.

I tried to see if any of the QBE in advances filters had anything to
offer but no luck there...

Thanks in advance,

JB
2 Comments
  Using System.DirectoryServices.AccountManagment         


Author: JB
Date: Apr 27, 2008 20:21

Using the lib above seems to requires quite high privileges - is there
any way we can use the lib but with reduced privileges to do read-only
operations? (do not want to impersonate)

I'm guessing no but just thought I'd ask since it's fairly common to
want to read stuff from AD without touching it.

Maybe I should be using an alternate lib like protocols?

any help appreciated,

cheers,

John,

Perth, Aus
1 Comment
  IADsNameTranslate::Set gives Access Denied         


Author: PrasannaP
Date: Apr 27, 2008 18:54

I have a service that is running as NETWORK_SERVICE. When I call
IADsNameTranslate::Set with ADS_NAME_TYPE_USER_PRINCIPAL_NAME, I get an
access denied (HRESULT=80070005).

Any idea why this is happening? Is it due to permissions/security policy on
the Global Catalog?

Thanks
Prasanna
4 Comments
  DirectoryEntry + children + sub direcotries         


Author: harry
Date: Apr 23, 2008 22:53

Hi All,

I using DirectoryEntry and DirectoryEntries to lopp through my virtual
directory.

I am able to get/set all the properties of my virtual directory

Using following code

Vdir= New DirectoryEntry(strUrl)

Vdir.Properties("httpExpires").Value() = strValue

Vdir.CommitChanges()

In my virtual directory there are say 5 folders. I want to set the poperties
for one of these 5 folders. For that i am using the

'VDirs is DirectoryEntries

VDirs = Vdir.Children

For Each curVDir In VDirs

entryValue = New VirtualDir

If strWebSiteName = curVDir.Name Then

curVDir.Properties("httpExpires").Value() = strValue

curVDir.CommitChanges()

Exit For

End If
Show full article (1.13Kb)
no comments
  immages paint         


Author: voyageimmobile
Date: Apr 23, 2008 06:32

j'ai un message d'erreur en insérant une image ou une photo dans works 8

Pouvez vous m'aider ????
no comments
1 2 3 4