Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1818 - 1847 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1818
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 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 1, 2004
8:21 am
1819
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 ... ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 1, 2004
8:29 am
1820
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 1, 2004
8:31 am
1821
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: ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 1, 2004
9:48 am
1822
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...
gaoming_fu
Offline Send Email
Mar 1, 2004
6:12 pm
1823
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...
jstellwagen
Offline Send Email
Mar 1, 2004
6:13 pm
1824
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...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 1, 2004
6:57 pm
1825
There's a way out. 1. Logon to ADAM machine as a local admin (Windows one) 2. Use windir\adam\dsacls to /takeOwnership of the Administrators group object....
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 1, 2004
7:32 pm
1826
Inline _ (in the form of [ANSWER]) Carlos Magalhaes ... From: kristian_wright2002 [mailto:kristian_wright2002@...] Sent: Monday, March 01, 2004 5:56...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 2, 2004
10:48 am
1827
Attempting to access the following URL: http://www.server.com/human.resources/default.asp <http://www.server.com/human.resources/default.asp> Generates the...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 2, 2004
11:22 am
1828
PS. When prompted for credentials, even providing the Administrator account/password results in the same error. Funky, no? ... From: Brendan Stephens Sent: Tue...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 2, 2004
11:24 am
1829
What permissions is set for the Directory Security? ... From: Brendan Stephens [mailto:bstephens@...] Sent: Tuesday, March 02, 2004 1:30 PM To:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 2, 2004
12:48 pm
1830
Anonymous access using the IUSER_SERVER account and Intergrated Windows Authentication. Renaming the folder, even to 'human.resource', stripping the last 's',...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 2, 2004
1:17 pm
1831
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 2, 2004
1:51 pm
1832
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...
Mikael Freidlitz
mfreidlitz
Offline Send Email
Mar 2, 2004
1:55 pm
1833
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 2, 2004
2:12 pm
1834
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 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 2, 2004
2:27 pm
1835
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...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 2, 2004
5:29 pm
1836
Found the source: Under application configuration in IIS, application mapping has a ".configuration" reference to the aspnet_isapi.dll ... From: Brendan...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 2, 2004
6:01 pm
1837
Hi All, According to MSDN, I used the following code to get all the members of a group: DirectoryEntry grpEntry = new DirectoryEntry ...
gaoming_fu
Offline Send Email
Mar 2, 2004
7:13 pm
1838
... 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...
m_scheuner
Offline Send Email
Mar 3, 2004
8:59 am
1839
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...
mllam_98
Offline Send Email
Mar 3, 2004
5:36 pm
1840
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 =...
mllam_98
Offline Send Email
Mar 3, 2004
5:37 pm
1841
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 4, 2004
9:28 am
1842
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, ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 4, 2004
9:31 am
1843
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...
Brendan Stephens
brendan_step...
Offline Send Email
Mar 4, 2004
2:16 pm
1844
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Mar 4, 2004
3:41 pm
1845
Hi All, I used the following code to get my own domain: DirectoryEntry de = new DirectoryEntry("LDAP://"); DirectorySearcher srch = new DirectorySearcher ...
gaoming_fu
Offline Send Email
Mar 5, 2004
5:08 am
1846
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...
unicrescendo
Offline Send Email
Mar 5, 2004
5:08 am
1847
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....
mllam_98
Offline Send Email
Mar 5, 2004
5:09 am
Messages 1818 - 1847 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help