You searched for the word(s):
|
< 1 second(s)
-
Hi all:I have a problem when I want to authenticate an user. My code only works if the user have administration role. I use the next code. Dim entry As DirectoryEntry = New DirectoryEntry entry.Path = ...
-
Hi all:I try to add a user using asp.net in an ADAM, but I can't.This is the code that I use:Dim usuario As DirectoryEntry Dim de As DirectoryEntry = New DirectoryEntry de.Path = ...
|