Has anyone got a list of all the attributes/properties that one has to use Pinvoke for when using DirectoryServices. Thanks! Regards, Carlos Magalhaes ... This...
Hey all, Here is a great tool, those of you familiar with the server explorer in VS.NET that allows you to explore SQL server DB's on your network from VS.NET...
When using :- Invoke("setPassword", "bananas") or NativeObject.SetPassword("bananas") I get the following error System.Reflection.TargetInvocationException:...
Hey Alan, Can you please show us the full code including the directoryentry object and what type of applicaition is this , web application or windows...
Carlos it is an asp.net VB web app Sub NewUser(sender As Object, e As System.EventArgs) try dim sRTN as string dim dsUser as DirectoryEntry Dim ent As New...
Alan, Could you please add some details about the network architecture? Here I mean where do you run this on a member server, remember "setPassword" needs a...
I know this can get irritating but this is important. Have a look at this post(link below) it has all the possible methods of being able to create a...
Also forgot to mention its a domain admin calling the page and the standard ASPNET user (i guess running the server side scripts) ... given ... directoryentry ...
Willy, The Appsettings used are <add key="SmartnetOU" value="LDAP://rootserver/OU=SmartNet,OU=MR,OU=UK,DC=ukdc,DC=eurodc,DC =ourdomain,DC=net" /> <add...
Alan, Sorry for not being clear, but what I meant was 'Is the machine running asp.net/IIS a domain member (machine account in AD)?'. I was never able to call...
Alan, I posted back to you when you asked this same question in the asp.net forums. If you read the thread that I referenced, you would see the following: 1....
Hi carlos , I am not able to get active directory extension in my vs.net even after installing it , what could be the possible reason , Do i need to restart...
Mrinal Kamboj
mrinal@...
Mar 4, 2003 4:01 pm
212
Ryan/Willy/Carlos Thanks for your help, it became clear when I added Page.User.Identity.Name to my error message. The code was in a form authentication...
The network that the PC with the VS.NET installed, is that network a AD network? I had a funny problem I have two networks on the Windows NT4 it didn't appear...
dear sir; i have a question i want to search all group ,how to realize? use adsi in asp? under the code why search's the result rs.eof always is true( "group...
OK : I have a question I want to search all group : Which group do you want to search, 1. What is the name of the group 2. do you have permissions on that...
can you please tell me how to set up webdav enabled server running the users should be authenticated using ldap i am having problem with ldap module...
Can you please specify. Operating system: LDAP directory you will be using: .Net framework? Network topology. Regards, Carlos Magalhaes ... From: chennuin...
I was wondering if anyone on this list has a best practice for determining the lastlogon for a given user? I am in a situation where occasionally we need to...
We wrote some WMI scripts to collect information about our computers. If a system is down, the timeout killed performance as well. We solved it by pinging...
Hey Ryan, Which bug are you referring to I have hit so many of them (or what I think are bugs) and have had work around so maybe I can help you there. With...
Can you ping the server before you try to connect. WMI is a great way to retrieve AD information as well. www.microsoft.com/technet set the vb scripting...
The bug I am talking about is that the "lastLogon" property from a SearchResult is not the same as from a DirectoryEntry. One is a Int64, the other is...
Hi Carlos my operating systems is Redhat linux 8.0 i enabled WedDav for a Directoy and even tested it by sending some webdav requests like MLCOL to the...
Hey Kali, I am not a Linux expert but I will help where I can. I assume you are trying to authenticate a user through a Webpage using apache web server. What...
This confirms it! Yes, there is a Bug in Integer8 properties as returned from a DirectorySearcher search. The only workaround I know of is to perform a search...
Hi Carlos I am trying to configure OPENLDAP for the user authentication and have trouble setting it up I want a directory on the server(apache runnin on ...