Ask a Question related to ASP.NET Security, Design and Development.
-
Jerry #1
active directory lookup
I have a requirment where I need to check if a given user has been defined
in the active directory list of users..
I've looked at directoryentry, directorysearch but I'm getting no where..
1. Does the code that needs to seach the active directory have to have
admin rights?
2. When I define the filter for my search in the directory entry, I get an
error "dn syntax error"..
dim ade as directoryentry(LDAP://Users,dc=mydomain)
dim search as directorysearch(ade)
dim result searchresult
'userfname.userlname are passed as args.
search.filter = "(cn=" + userfname.userlname + ")"
result = search.findone
the last line causes the error....
thanks
Jerry
Jerry Guest
-
trying to get Active Directory with SSL
I am trying to connect to Active Directory that is using SSL to verify a person's user name and password. <cfldap action='QUERY' ... -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Asp.net and Active Directory Log On To
Hello, I use Active Directory to authenticate users in my Asp.Net web applications. The problem I'm having is that the user's account are set to... -
Active Directory, ASP, & IIS
What do you mean? How are you running the ASP application not in IIS? Ray at home "Lynn" <lynn.shoemake@cts.cendant.com> wrote in message... -
Directory services lookup
I have an asp.net utility that searches AD users. The utility works fine on my workstation (W2K) and other team members workstations, but once I...



Reply With Quote

