all groups > asp.net security > january 2007 > threads for january 8 - 14, 2007
Filter by week: 1 2 3 4 5
Active Directory
Posted by Bob Mixon at 1/13/2007 8:04:38 AM
Greetings All,
Being a little less familiar with accessing AD, can someone tell me the best
way to obtain an AD user record (profile). Ultimately I would like to simply
obtain the manager that has been assigned to a specific user.
Thank you in advance for the help!
Bob Mixon [SPS MVP]
... more >>
Get Domain Name
Posted by Dan at 1/11/2007 12:12:04 PM
Hi
I need to get the Domain Name in NT format. I can do it with the
following code, but it takes 5 seconds to execute, which is to much for
me. Anyone know how to do it faster ?
Thanks
Dany
DirectoryEntry rootDSE = new
DirectoryEntry("LDAP://RootDSE");
strin... more >>
Multiple logins on a single account = application frozen?
Posted by Jeff at 1/11/2007 8:54:26 AM
Many months of demanding work came to a point this morning when I
demoed my application for the client which consisted of about 30
people. I supplied everyone with a single shared login and we all
logged in.
Next, nothing happened. The application just froze and was completely
unresponsive - ... more >>
Authentication exception calling ActiveDirectory.Domain.GetCompute
Posted by David Thielen at 1/10/2007 8:56:01 PM
Hi;
I can call both:
using (DirectorySearcher objSearcher = new DirectorySearcher()) {
return (string) objSearcher.SearchRoot.Properties["name"].Value;
}
and:
return
System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain().Name;
When I run my app under WinXP using the VS 20... more >>
Exception when use asp.net with .net remoting
Posted by dragooon at 1/10/2007 5:53:03 PM
Could anyone shed some light on this? We have an asp.net 2.0 application
that works together with .net remoting. The asp.net application calls a .net
remoting server through tcp channel from a separate thread. The basic
workflow is like the following:
Internet user send a request
-> ... more >>
When CreateUserWizard automaticaly login on?
Posted by Jerry Qu at 1/9/2007 2:24:56 PM
Hi All,
when using CreateUserWizard control to register user, it automatically =
login the user on after done. I want add some action just after the user =
is login and need the user id, but I can not find where to add the code.
Please instruct...
TIA
Jerry... more >>
authenticating username/password against Active Directory
Posted by Boesman at 1/8/2007 6:13:43 AM
Hi,
I'm working on an intranet asp.net app and at some point a user - other
than the currently authenticated user - needs to authorise an action,
like creating a purchase order.
All usernames/passwords must be authenticated against Active Directory.
This already works fine for the overall appli... more >>
|