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 4060 - 4089 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4060
http://dev.icarusindie.com:2004/resources/files/sdks/XP+SP2+SDK/Samples/NetDS/ADSI/samples/DSUI/userext/userproppage/ this example works :-) !!!...
nikomsj3
Offline Send Email
Feb 1, 2006
4:10 pm
4061
All, Have a single instance of ADAM installed on an AD domain controller. The directory structure is very similiar to the AD structure. The ADAM instance is...
jward448
Offline Send Email
Feb 8, 2006
10:34 pm
4062
All, I have an application that was developed against AD that uses the samaccountname attribute quite a bit. We are trying to develop an ADAM instance to...
jward448
Offline Send Email
Feb 8, 2006
10:35 pm
4063
Sure, you can use ADAMSync that comes with SP1/R2 (Windows 2003 Server). Below is a link to Eric Fleischman's blog he is one of the ADAM guru's showing you how...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 20, 2006
8:40 am
4064
In addition to that here are some more links with regards to ADAMSync and how to extend your ADAM schema to look like your AD schema: ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 20, 2006
8:42 am
4065
I have a web application that captures selected user data and save it to a SQL database. I need to use one of the data items to update Active Directory. I can...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 20, 2006
1:30 pm
4066
People build web applications to update AD all the time. Typically you will use ADSI for doing this, but you would use System.DirectoryServices in ASP.NET. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 20, 2006
2:38 pm
4067
I'm using ASP.Net 1.1. I'll try modifying the code used for the command line to use System.DirectoryServices. Thanks. Bob Filipiak A question not asked is a...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
11:21 am
4068
Here is a copy of the script that reads the file on the hard drive. The Command.Text string has ... in place of the actual values. ... Dim strUsername,...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
1:24 pm
4069
I tried using System.DirectoryServices: Dim CommandText As String = _ "<LDAP://dc=...,dc=..,dc=....,dc=...>;(&(objectCategory=Person)(objectClass=user)" & _ ...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
3:45 pm
4070
You aren't using the DirectorySearcher correctly. You need to instantiate it with a DirectoryEntry object that uses the path you want as a search root for its...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 21, 2006
4:29 pm
4071
Thanks. Bob Filipiak A question not asked is a missed opportunity to learn. ... From: "Joe Kaplan" <joe@...> Date: Tue, 21 Feb 2006 10:29:08 -0600 ...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
4:55 pm
4072
If we are not looking for any multivalued attribute associated with user then one idea would be go for ADSI linked server. Microsoft provides builtin SP to...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Feb 22, 2006
5:12 am
4073
My organization does not require all Windows workstations to join the AD but is attempting to safeguard non-AD machines through periodic running services...
rakline01
Offline Send Email
Feb 23, 2006
10:57 am
4074
Hello Everyone, i would like to know if there is a way (adsi or an existing tool) that can pull user permissions and group memberships. i am planning a domain...
Ignazio Castellana
ighione
Offline Send Email
Feb 24, 2006
9:09 pm
4075
Install Certificate Server on your DC. Also, if your certificate's trust cannot be validated by the client, you will not be able to complete the ldap_bind. ......
steviewonderbaker
steviewonder...
Offline Send Email
Feb 27, 2006
8:57 pm
4076
If the DC can do LDAP over SSL, then your cert must be fine. If ADAM is running under a service account (and not local system like AD), it needs to be able to...
dhackemeyer
Offline Send Email
Mar 1, 2006
3:42 am
4077
Thanks to everyone for the replies. Unfortunately due to time we ended up scrapping ADAM and starting over with AD. Installed Standalone CAs on each DC....
James Ward
jward448
Offline Send Email
Mar 1, 2006
6:46 pm
4078
I´m trying to move a computer in the domain with the directoryentry.moveto function and i´m geeting this error: [COMException (0x80072032): An invalid dn...
arsenio_g2
Offline Send Email
Mar 2, 2006
9:41 pm
4079
It would be useful if you showed the arguments you used. :) Also, were you just trying to move the computer, or rename it as well as move it? Thanks, Joe K. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
1:03 am
4080
All of a sudden it disappeared any help and link is highly appriciated -Vivek _________________________________________________________________ All that you...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Mar 3, 2006
5:35 am
4081
... http://www.microsoft.com/downloads/details.aspx?FamilyId=9688F8B9-1034-4EF6-A3E5-2A2A57B5C8E4&displaylang=en -- Tomasz Onyszko http://www.w2k.pl/blog/ -...
Tomasz Onyszko
t_onyszko
Offline Send Email
Mar 3, 2006
8:58 am
4082
I´m only trying to move it to another OU. That's my code in VB .NET: Dim Machine As DirectoryEntry Dim search As DirectorySearcher Dim result As SearchResult ...
arsenio_g2
Offline Send Email
Mar 3, 2006
2:22 pm
4083
I can't see what exactly is wrong from the code you showed. Your code is kind of hard to follow because you are reusing variable names a lot, but can you print...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
3:38 pm
4084
Thanks for the suggest, these are the paths for the computer that i´m trying to move and the ou who´s gonna be the new parent: ...
arsenio_g2
Offline Send Email
Mar 3, 2006
4:11 pm
4085
Can you write a simple console application (not a web app) that is just hardcoded to move this one computer to that OU (without doing all the searches and...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
4:54 pm
4086
Misspelling? dinstiguishedname should be distinguishedname ? ... From: ADSIANDDirectoryServices@yahoogroups.com ...
Richard Kline
rakline01
Offline Send Email
Mar 3, 2006
8:21 pm
4087
Good catch! The misspelling of the attribute would prevent it from getting loaded, but that would not prevent GetDirectoryEntry from working, as it goes off of...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
9:00 pm
4088
About the intention of the program, is to move the new computers that are create in the Computer OU to a different OU, so it´s not just one computer and it´s...
arsenio_g2
Offline Send Email
Mar 6, 2006
2:23 pm
4089
Did you try my suggestion of trying to create a dead simple console app that just does the move with hard-coded paths so you could post that here? Like we...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 6, 2006
3:09 pm
Messages 4060 - 4089 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