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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4389 - 4426 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4389
Hello Shakil, Thanks for your prompt reply. ... string DomainName = rootDirectoryEntry.Properties ["defaultNamingContext"][0].ToString(); ... when code tries...
tarakvbhatt
Offline Send Email
Mar 1, 2007
11:29 am
4390
Always show the full stack trace of the error you get when you are describing an error. There are many possible things that could be wrong, but we won't know...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 1, 2007
11:56 pm
4391
Hi All, Can anybody tell me how to get the values of all check boxes inside User ---> Accounts tab --->Account Options. Thanks & Regards, Tarak....
tarakvbhatt
Offline Send Email
Mar 6, 2007
5:46 am
4392
Take a look at following KB article: http://support.microsoft.com/default.aspx/kb/305144/ ... [Non-text portions of this message have been removed]...
Chong Ai Chung
aichung2000
Offline Send Email
Mar 12, 2007
12:53 am
4393
Building a last minute repository for those of us who will be working through the weekend. Microsoft - Outlook - Scripting I've been reading a lot of blogs...
netmenders2000
Offline Send Email
Mar 12, 2007
12:54 am
4394
Hi All, I have a requirement like this. I want to know the List of All Organizational Units(OUs) in my AD. How to get it. ? Thanks & Regards, Tarak....
tarakvbhatt
Offline Send Email
Mar 12, 2007
6:21 am
4395
Hi All, One more thing , How to get the "Description" property value of a particular OU ? Thanks & Regards, Tarak....
tarakvbhatt
Offline Send Email
Mar 12, 2007
7:34 am
4396
Hi All, I created one ADAM isntance, it uses port number 50014 and its partition is 'DC=Test,DC=COM'. Now I want to add the 'Domain Users' as a member of the...
gaoming_fu
Offline Send Email
Mar 13, 2007
5:53 pm
4397
You can't do it that way. You need to add it as a foreign security principal using the SID of the domain users group: ...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 14, 2007
12:57 am
4398
Hi all, I have one query which is bugging me . Can we "limit the Logon Users in ADSI" using VB.NET ? If we can, can any one of you let me know how can we do...
harsha p
harsha531
Offline Send Email
Mar 14, 2007
9:55 am
4399
Hello All: I am working on setting password in ADAM using C#. I got help from code found in MSDN --"DirectoryEntry.invoke("SetPassword", password). The code...
prisihed
Offline Send Email
Mar 14, 2007
9:56 am
4400
Hi All, I am making an Application for AD User Editing.I got all the properties of all User but when ever i want to set user information it throw me this...
Shakil Ahmed
meshakilahmed
Offline Send Email
Mar 14, 2007
11:38 am
4401
Thanks Joe. What you suggested worked for me. Gaoming Fu ... security ... work, as ... when adding ... 0x8007202F)...
gaoming_fu
Offline Send Email
Mar 14, 2007
5:24 pm
4402
What are the data types of the values you are setting? It would be easier to follow your example if you used hard-coded values in it instead of values from...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 15, 2007
6:12 am
4403
There is more to it than that. I'd suggest reading the free copy of ch 10 from our book and download the code samples from the book as well. It is all...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 15, 2007
6:13 am
4404
Forgive me! I am not sure I understand your question fully. Are you asking to know what the password encryption algorithim is when you use the SetPassword...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 16, 2007
11:59 am
4405
I do not see anything directly related to attribute the error message. In a little research, I found something that indicated some corruption on the AD, or a...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 16, 2007
11:59 am
4406
Hi All, I am developing a windows service to access my AzMan store. I used the following code to open the store: AzAuthorizationStore store = new...
gaoming_fu
Offline Send Email
Mar 20, 2007
9:02 pm
4415
Hi All: I am migrating to a testing environment from my development environment. The ADAM I am connecting to in the development environment resides in the...
prisihed
Offline Send Email
Mar 29, 2007
7:13 am
4416
Can you post your code and specify the line that is listed in the error?...
Greg Nims
gregnims
Offline Send Email
Mar 29, 2007
10:10 am
4417
Here is the code: public Config() { string hostname=Dns.GetHostName(); if (EimsConfigFile == null) { Uri uriConfig = new...
Prisca Iheduru
prisihed
Offline Send Email
Mar 29, 2007
4:12 pm
4418
I would look at the Type that you are passing. You are getting a TypeInitializationException. Take a look at the remarks on this page:...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 29, 2007
5:11 pm
4419
Hi can anyone please let me know whether is it possible to use (guid=***********) filter, for SearchRequest => System.DirecotoryServices.Protocols Thanks ...
sbsabitha
Offline Send Email
Mar 30, 2007
9:07 pm
4420
Use the DirectorySearcher Class, of System.DirectoryServices Namespace with the following filter :(objectCategory=organizationalUnit)...
sbsabitha
Offline Send Email
Mar 30, 2007
9:24 pm
4421
Sure, you just need to encode the byte[] array that represents the GUID in the proper format. private string BuildOctetString(byte[] bytes) { StringBuilder sb...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 30, 2007
9:40 pm
4422
Sorry, that should actually read: private string BuildFilterOctetString(byte[] bytes) { StringBuilder sb = new StringBuilder(); for (int i = 0; i <...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 30, 2007
9:43 pm
4423
Hello Experts, Is it possible to use adsi to verify a certain password is not in a user's password history before assignin that password to the user. -Jerry...
verghese_jerry
Offline Send Email
Apr 2, 2007
8:42 pm
4424
With ADSI, no. However, you might be able to use the NetValidatePasswordPolicy API to do this[1]. [1]http://msdn2.microsoft.com/en-us/library/aa370661.aspx On...
Ryan Dunn
dunn_rp
Offline Send Email
Apr 2, 2007
10:58 pm
4425
Hi All, Can anybody tell me the exact reason why I m getting the following error : "The authentication mechanism is unknown" Thanks & Regards, Tarak....
tarakvbhatt
Offline Send Email
Apr 13, 2007
12:36 pm
4426
Can you show the code and the stack trace that produced that error? Joe K. ... From: "tarakvbhatt" <tarakvbhatt2003@...> To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 13, 2007
1:31 pm
Messages 4389 - 4426 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