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 your group to be featured on the Yahoo! Groups website? 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 2811 - 2840 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2811
We have developed the GroupService(Webservice developed in VB.NET) code mainly dealing with group related operations like adding groups, adding user to groups...
Vikram
vikram_puranik
Offline Send Email
Feb 2, 2005
3:16 pm
2812
Ah, my own company! Always funny meeting in public like this. :) Could you show an example of the code that doesn't work? It sounds like one of the normal...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 2, 2005
3:47 pm
2813
Hello All, In C# and .Net 2003 environment, I are using LDAP to get information of users and groups from Active Directory of Windows server. In some domains...
gaoming_fu
Offline Send Email
Feb 2, 2005
11:44 pm
2814
... Well, question is: what is special / different about those domains that cause you problems? Is there a full two-way trust between your domain where your...
Marc Scheuner
m_scheuner
Offline Send Email
Feb 3, 2005
7:10 am
2815
Thanks Marc. Most of time, accessing from console app is OK, but will get error from Windows forms and aspx pages. If this is permission issue, how can I check...
gaoming_fu
Offline Send Email
Feb 3, 2005
4:13 pm
2816
The easiest way to check to see if it is a permissions issue is to supply hard-coded credentials for testing and see if that makes the problem go away. If so,...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 3, 2005
4:50 pm
2817
Thanks Joe. Why is objectSid so different from other properties? ... supply ... problem go ... without ... have the ... that case, ... that is a ... domain...
gaoming_fu
Offline Send Email
Feb 3, 2005
5:02 pm
2818
That's a good question. It is possible that there are more ACL restrictions on this attribute than on the other attributes you are searching for. Another...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 3, 2005
5:35 pm
2819
Hi Joe, Thank you very much. ... restrictions ... for. ... schema ... schema. ... errors. ... instance is ... server is down ... that error ... problem, but ...
gaoming_fu
Offline Send Email
Feb 4, 2005
4:08 pm
2820
In our developement environment here and in testing, aside from issues arrising from the (disabled by default) anonymous LDAP login, I have seen issues with...
Brendan Stephens
brendan_step...
Offline Send Email
Feb 4, 2005
8:48 pm
2821
I am looking for some help Pl Guide me. I am new in using ADSI I need to Valid User name and password in ASP Application.I am getting User Name and Password in...
Baranitharan
tharanbarani
Offline Send Email
Feb 5, 2005
8:16 am
2822
I use a non-freeware utility called ScriptLogic DesktopAuthority, which works quite well to accomplish this task .ie. You can specify rules or validation logic...
jason_burton@...
jason_burton
Online Now Send Email
Feb 7, 2005
10:16 pm
2823
Is there a better code practice to use for automating account creation and properties? ie. ADSI versus WMI or another? I'm tryin to figure out using ASP.Net...
jason_burton@...
jason_burton
Online Now Send Email
Feb 7, 2005
10:17 pm
2824
Thanks Joe and Brendan for all your information, it helps me a lot. I sent a test program to one of customers and the following is what has been found: 1....
gaoming_fu
Offline Send Email
Feb 7, 2005
11:01 pm
2825
I'm actually not a big fan of either approach (using directoryEntry(LDAP://domain.com) or DirectoryEntry()) because neither is explicit about what you are...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 8, 2005
4:39 am
2826
I am interested in any advice for getting started with scripts to automatically create Exchange/ADS 2003 users. My basic idea is to provide IT STAFF with a web...
suppg02
Offline Send Email
Feb 8, 2005
5:23 am
2827
Can someone give me a asp.net example of how to list all users within a certain OU? TIA Donald...
Donald Neisler
paris_tj
Offline Send Email
Feb 8, 2005
3:37 pm
2828
Hi, why I go the following error Unknown error (0x80005000) Description: An unhandled exception occurred during the execution of the current web request....
Samy Tharwat
samytharwat
Offline Send Email
Feb 8, 2005
6:17 pm
2829
Hey Samy, 0x80005000 translates to ADS_BAD_PATH that means that your path is not correct (95% of the time) Can you please post the entire code and if you pass...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 8, 2005
6:22 pm
2830
Hi, I remember hearing that the FineOne() method of DirectorySearcher had a memory leak in it, I just googled and found this page: ...
Bruce Krasnof
brucekrasnof
Offline Send Email
Feb 8, 2005
6:35 pm
2831
Can someone help me. I need to Valid User name and password in ASP Application.I am getting User Name and Password in Text Boxes How can I check Valid...
Baranitharan
tharanbarani
Offline Send Email
Feb 9, 2005
5:27 am
2832
some one help me.through the following code i am validating valid user or not but i how can i check valid password com.CommandText = "SELECT cn FROM 'GC://...
Baranitharan
tharanbarani
Offline Send Email
Feb 9, 2005
5:27 am
2833
... Given a OU as an LDAP path (strOUPath), use this: // bind to the OU DirectoryEntry deOU = new DirectoryEntry(strOUPath); // list all the child objects of...
Marc Scheuner
m_scheuner
Offline Send Email
Feb 9, 2005
5:31 am
2834
... This will at best validate that a user of the given name exists - however, it will *NOT* look at the password! You will need to use something like the...
Marc Scheuner
m_scheuner
Offline Send Email
Feb 9, 2005
5:33 am
2835
Ok, I registered and recieved my OID from Microsoft so I can extend our ADAM scheme. I used the ADAM Scheme MMC to add several new attributes, however I cannot...
just_2be_chilling
just_2be_chi...
Offline Send Email
Feb 9, 2005
3:12 pm
2836
Ray, The user object is a USER CLASS Object. What you will need to do is decide the following: Scenario: Attributes you addeded: Attribute1 Attribute2 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 10, 2005
1:58 pm
2837
Just to point out something here for people that might not be aware of this. Did you know that you can generate your own OID? The only time you really want...
Ryan Dunn
dunn_rp
Offline Send Email
Feb 10, 2005
2:53 pm
2838
There are essentially three ways of doing this. There are advantages and disadvantages to each. 1. Use the DirectoryEntry. Pass the username and password in...
Ryan Dunn
dunn_rp
Offline Send Email
Feb 10, 2005
3:01 pm
2839
When you use the OID tool, you're assigning numbers from using a branch assigned to Microsoft by the Internet Assigned Number Authority (www.iana.org...
Charles Oppermann
chuckop65
Offline Send Email
Feb 10, 2005
5:37 pm
2840
Exactly, I did not mean to imply running OID.exe for each schema extension. Rather, run it only once and then derive your extension's OID from that. The same...
Ryan Dunn
dunn_rp
Offline Send Email
Feb 10, 2005
5:52 pm
Messages 2811 - 2840 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