Hi there, It seems like you have everything well planned out, I am not sure what you need help with (its Monday :P) I could be just blind. Could you re phrase ...
1819
Carlos Magalhaes
carloshoshm
Mar 1, 2004 8:29 am
The user name and password in the code should be sufficient to bind to the directory and execute the code. Can we see the code please? Let us know Carlos ... ...
1820
Carlos Magalhaes
carloshoshm
Mar 1, 2004 8:31 am
Ok I wont laugh as something similar happened to me like that. By default your Domain Administrative account (or the Administrative account you setup your...
1821
Carlos Magalhaes
carloshoshm
Mar 1, 2004 9:48 am
Hi Maria, SSL is not the only option to set a password. It is one of the most secure and preferred methods but not a must. To set a password you can use: ...
1822
gaoming_fu
Mar 1, 2004 6:12 pm
Hi Carlos, Thank you so much for your response. I am very sorry if my question confused you. Let me try again. I used LDAP and WinNT to collect information of...
1823
jstellwagen
Mar 1, 2004 6:13 pm
I appreciate your response, but I still couldn't get that to work even after using LDP.exe to securely bind to the partition. Let me reiterate that I deleted...
1824
Brendan Stephens
brendan_step...
Mar 1, 2004 6:57 pm
Don't forget that if you are overwriting the proxyAddresses field, you also have to take into consideration, the X400 address, and any other addresses that...
1825
Carlos Magalhaes
carloshoshm
Mar 1, 2004 7:32 pm
There's a way out. 1. Logon to ADAM machine as a local admin (Windows one) 2. Use windir\adam92;dsacls to /takeOwnership of the Administrators group object....
1826
Carlos Magalhaes
carloshoshm
Mar 2, 2004 10:48 am
Inline _ (in the form of [ANSWER]) Carlos Magalhaes ... From: kristian_wright2002 [mailto:kristian_wright2002@...] Sent: Monday, March 01, 2004 5:56...
1827
Brendan Stephens
brendan_step...
Mar 2, 2004 11:22 am
Attempting to access the following URL: http://www.server.com/human.resources/default.asp <http://www.server.com/human.resources/default.asp> Generates the...
1828
Brendan Stephens
brendan_step...
Mar 2, 2004 11:24 am
PS. When prompted for credentials, even providing the Administrator account/password results in the same error. Funky, no? ... From: Brendan Stephens Sent: Tue...
1829
Carlos Magalhaes
carloshoshm
Mar 2, 2004 12:48 pm
What permissions is set for the Directory Security? ... From: Brendan Stephens [mailto:bstephens@...] Sent: Tuesday, March 02, 2004 1:30 PM To:...
1830
Brendan Stephens
brendan_step...
Mar 2, 2004 1:17 pm
Anonymous access using the IUSER_SERVER account and Intergrated Windows Authentication. Renaming the folder, even to 'human.resource', stripping the last 's',...
1831
Carlos Magalhaes
carloshoshm
Mar 2, 2004 1:51 pm
Just do me a favor and change Anonymous to integrated, or even digest (if you have a AD domain) Try it and let me know if it works. CM ... From: Brendan...
1832
Mikael Freidlitz
mfreidlitz
Mar 2, 2004 1:55 pm
Hi gang, I found this [1] nice little collection of basic ADSI scripts that Remie Bolte collected over att 15seconds.com. It pretty much covers most of the...
1833
Carlos Magalhaes
carloshoshm
Mar 2, 2004 2:12 pm
Hey Mikael, Thanks for the link, wonderful to see someone posting things they found out there regarding ADSI / System.directoryServices. Why don't you contact...
1834
Carlos Magalhaes
carloshoshm
Mar 2, 2004 2:27 pm
Hmmm interesting setup, well there is many different methods of "verifying" a user. If you consider a bind to the user object and reading properties a ...
1835
Brendan Stephens
brendan_step...
Mar 2, 2004 5:29 pm
No matter what I set it to, the error is generated. Intergrated, Anonymous with Administrator, same error. But what is EVEN MORE STRANGE, is it doesn't...
1836
Brendan Stephens
brendan_step...
Mar 2, 2004 6:01 pm
Found the source: Under application configuration in IIS, application mapping has a ".configuration" reference to the aspnet_isapi.dll ... From: Brendan...
1837
gaoming_fu
Mar 2, 2004 7:13 pm
Hi All, According to MSDN, I used the following code to get all the members of a group: DirectoryEntry grpEntry = new DirectoryEntry ...
1838
m_scheuner
Mar 3, 2004 8:59 am
... If you look at the group in NW 6.0 with my ADSI Browser or with the Beavertail utility (both available from this group's "Files" section), do you see the...
1839
mllam_98
Mar 3, 2004 5:36 pm
I am trying something like that but I am getting an error here is my code Dim x As String = result.Properties("distinguishedName")(0) Dim de2 As New...
1840
mllam_98
Mar 3, 2004 5:37 pm
I am trying to create an asp.net application that will allow users to change there passwords. I found some code on msdn but it is not Dim x As String =...
1841
Carlos Magalhaes
carloshoshm
Mar 4, 2004 9:28 am
Well this is a very valid error, it seems like a password policy error. You HAVE TO adhere to password policies, i.e. Specify CAP letters, numeric (1242) and...
1842
Carlos Magalhaes
carloshoshm
Mar 4, 2004 9:31 am
In your LDAP bind : LDAP://10.97.204.200/ you are binding to a specific server, this server could very well not have a ref to this user object, rather try, ...
1843
Brendan Stephens
brendan_step...
Mar 4, 2004 2:16 pm
Forgive the question, but I am very tired (several all-nighters) and before I go making any sincere code changes to my user management component: We have...
1844
Carlos Magalhaes
carloshoshm
Mar 4, 2004 3:41 pm
The short answer is no, it would not automatically create the account if you changed the msExchHomeServerName attribute (you are just changing the value of an...
1845
gaoming_fu
Mar 5, 2004 5:08 am
Hi All, I used the following code to get my own domain: DirectoryEntry de = new DirectoryEntry("LDAP://"); DirectorySearcher srch = new DirectorySearcher ...
1846
unicrescendo
Mar 5, 2004 5:08 am
Hi all, I having problem with the AD. When I run my ASP.NET application on my localhost, all members groups can be displayed correctly. However, when I run it...
1847
mllam_98
Mar 5, 2004 5:09 am
I am following the password rules I have tried this code using both a regular user and a domain admin. I keep getting the same error invalid network password....