Up |
|
|
  |
|
|
  |
Author: JBJB
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 |
|
  |
Author: Jennifer SandsmarkJennifer 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
|
|
  |
Author: Camilo OrozcoCamilo 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 |
|
  |
Author: Camilo OrozcoCamilo 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 |
|
  |
Author: JBJB
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 |
|
  |
Author: JBJB
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 |
|
  |
Author: PrasannaPPrasannaP
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 |
|
  |
Author: harryharry
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
|
|
  |
|
|
  |
Author: voyageimmobilevoyageimmobile
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
|
|
|
|
|
|