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 3255 - 3284 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3255
I need a script to create a folder structure, in sysvol\...\scripts, that resembles the second-tier level of my OU structure. My AD structure is based on...
thebitbyter
Offline Send Email
May 2, 2005
1:27 pm
3256
Hi, I am able to successfully update the fields of address city state country zip to the AD but the notes and country field changes are not reflected in the...
Vikramaditya Reddy ja...
vikramaditya89
Offline Send Email
May 2, 2005
2:12 pm
3257
Hi In my web application i want to authenticate users from their windows user name, password, application is deployed on win2000 server , which do not contain...
pcmedsinge
Offline Send Email
May 2, 2005
3:09 pm
3258
If I understand you correctly - you want to authenticate to local accounts? Since the server is not a member it will not be able to authenticate domain...
BILLNOSPAM
williambelli...
Offline Send Email
May 2, 2005
4:48 pm
3259
This is not likely, but.. If your project uses the built-in Microsoft installer and you have installed/removed the package you may have removed the...
BILLNOSPAM
williambelli...
Offline Send Email
May 2, 2005
5:20 pm
3260
Thanks for the reply and explanation. I'll try that and see if the issue is resolved. Thanks, Mike ... __________________________________________________ Do...
Michael Collazo
mcdragon69
Offline Send Email
May 2, 2005
7:42 pm
3261
Same error........ ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Michael Collazo
mcdragon69
Offline Send Email
May 2, 2005
7:48 pm
3262
I have authentication set to integrated windows authentication. Anonymous is disabled. ... __________________________________________________ Do You Yahoo!? ...
Michael Collazo
mcdragon69
Offline Send Email
May 2, 2005
7:51 pm
3263
Ok, now I suspect a double-hop issue. Just to verify, are you saying that it works fine when the web server is running on your local machine, but it fails...
Joe Kaplan
joekaplan2003
Offline Send Email
May 2, 2005
8:42 pm
3264
Hello.... I have a problem when I add a new user programmatically using ADSI and C# and the Exception message is: "Exception has been thrown by the target of...
eng_shaima1183
Offline Send Email
May 3, 2005
7:19 am
3265
... The ActiveDS.dll file is on my machine under the system32 folder. These are the other AD files on my machine: adsiisex.dll, adsldp.dll, adsldpc.dll,...
alastairq8
Offline Send Email
May 3, 2005
9:31 am
3266
Ok, Before you going to PSS or reinstalling, try and unregistered ActiveDs.Dll and reregistering it with regsvr32 /u <File> and regsvr32 /i <File>. P.s can...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 3, 2005
9:55 am
3267
Hi, I was successfully able to uplaod the fields of address,notes,country field to the Active Directory but these changes did not reflect in the GAL can I know...
Vikramaditya Reddy ja...
vikramaditya89
Offline Send Email
May 3, 2005
10:01 am
3268
Hello... Can you tell me please what are the important steps before programming using ADSI and C#. Because the domain controller (Windows Server 2003) don't...
eng_shaima1183
Offline Send Email
May 3, 2005
11:51 am
3269
Hi, Please check your LDAP path and which DC your pinging to for infomration. This should be the first thing. Regards, Vikramaditya. ... [Non-text portions of...
Vikramaditya Reddy ja...
vikramaditya89
Offline Send Email
May 3, 2005
12:17 pm
3270
Hello, I am creating a user in AD with C# using the following code: ... DirectoryEntry de = new DirectoryEntry(); de.Path = "LDAP:// ........ DirectoryEntries...
Martin Akermann
makerman1975
Offline Send Email
May 3, 2005
2:40 pm
3271
You need to provide a code sample showing the code that isn't working and a stack trace showing the crash and where it occurred if you want help. I could guess...
Joe Kaplan
joekaplan2003
Offline Send Email
May 3, 2005
2:50 pm
3272
I don't think installing the latest MDAC could possibly hurt. You might give that a try. Bill Belliveau ... From: alastairq8 [mailto:alastair@...] ...
BILLNOSPAM
williambelli...
Offline Send Email
May 3, 2005
3:49 pm
3273
... You can set those ONLY on Windows 2003 Server - Win2000 server AD did not allow you to set Terminal Server related entries. Search on groups.google.com for...
Marc Scheuner
m_scheuner
Offline Send Email
May 3, 2005
6:10 pm
3274
... Well, what is it that you're trying to do? This is a *VERY* broad question..... of course, you have to be somewhat "fluent" in C# and need to know your way...
Marc Scheuner
m_scheuner
Offline Send Email
May 3, 2005
6:14 pm
3275
How to create a Custom ObjectClass using System.DirectoryServices using .NET ?? Also how to create Custom Attributes?? Thanks Vinay...
Pathi
pathivinay
Online Now Send Email
May 3, 2005
9:00 pm
3276
Don't. It isn't really worth it to extend the schema with SDS. Use LDIF files instead. To learn more about extending the schema in general (which you need...
Joe Kaplan
joekaplan2003
Offline Send Email
May 3, 2005
10:11 pm
3277
Simply my program is dedicated for designing an ISP for a phone based company. I need in this program to check or authenticate the user with its password, thus...
eng_shaima1183
Offline Send Email
May 4, 2005
3:32 am
3278
Thanks a lot about your answer, but what I really meant that I know how to program in ADSI and C#, beside that I've learned more from your site. But exactly...
eng_shaima1183
Offline Send Email
May 4, 2005
4:06 am
3279
Thanks a lot, but can you please check my code which I've wrote it in the message"Re:Error registering user!"-numbered by 3277 sent to this site. ... ...
eng_shaima1183
Offline Send Email
May 4, 2005
4:12 am
3280
A couple of things: Using authenticationtypes.secure is a better way to go when binding to AD as you don't pass the user's credentials in plain text on the...
Joe Kaplan
joekaplan2003
Offline Send Email
May 4, 2005
4:56 am
3281
Thanks a lot... I'll try now, hoping it will work and I think I've misspelled the samAccountName, beside that I'm using the instruction" ...
eng_shaima1183
Offline Send Email
May 4, 2005
5:35 am
3282
... No, there are several potential and actual problems. ... What exactly is stored in "strUser" ?? When adding a user, you need to specify its RDN (relative...
Marc Scheuner
m_scheuner
Offline Send Email
May 4, 2005
9:35 am
3283
... GAL is something from Exchange, right? The data being displayed there possibly isn't coming from the AD attribute you're expecting it to come from. To...
Marc Scheuner
m_scheuner
Offline Send Email
May 4, 2005
9:37 am
3284
Thanks so much, I understand now the source of errors. I will try the new codes, and hope it will work. Thanks again... ... need to ... to ... objects - ... ...
eng_shaima1183
Offline Send Email
May 4, 2005
3:35 pm
Messages 3255 - 3284 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