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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4423 - 4452 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
4427
Hi All, I have developed one service which synchronizes AD users with my user database. It checks AD every 2 minutes. If Active directory server is running...
asawaricjoshi
Offline Send Email
Apr 19, 2007
6:57 am
4428
Well, pinging it and testing the port are the easy first things to do... $ip ="192.168.100.81" $qry = ('select statuscode from win32_pingstatus where...
Michael B. Smith
swngdnz
Offline Send Email
Apr 19, 2007
1:26 pm
4429
Hi Michael, Thanks for the input. I am developing my service using VC++. Do you know how to support this in VC++ Thanks Asawari ... do... ... + $ip ... LDAP ...
asawaricjoshi
Offline Send Email
Apr 20, 2007
10:20 am
4430
Hi, win32_pingstatus works only for XP and above. I am running my application on Windows 2000. Do you have any idea, what else can I use to ping ADServer? ...
asawaricjoshi
Offline Send Email
Apr 24, 2007
9:13 am
4431
Yes, if you have .Net 2.0, you can use System.Net.NetworkInformation.Ping I recently wrote this up (for PowerShell, but you should be able to extend it to VC++...
Michael B. Smith
swngdnz
Offline Send Email
Apr 24, 2007
12:15 pm
4432
Agreed! Would need to see the code. Are you trying to connect to AD from another application? Cheers, Tim MCSD, MCSD.NET, MCAD, MCDBA, MCSA 2000, MCP Yahoo...
Timothy P Macaulay
mact312
Online Now Send Email
Apr 28, 2007
8:58 am
4433
Hi, Can you report the event as it is (event id, source and so on) and maybe tell us what does generate this message. B.R _____ From:...
Bendriss Elmehdi
bendriss_elm...
Offline Send Email
Apr 28, 2007
9:01 am
4434
Hi Tarak, I have seen this particular error in the past, and it usually has to do with using ADSI or System.DirectoryServices against a third-party LDAP...
Steven Klem
steve_klem01
Offline Send Email
Apr 29, 2007
11:24 pm
4435
Hi all, I work with sharepoint Portal server 2003. We use the Active Directory user information to log in to a sharepoint site. I want to display the Password...
tanmayee_nayak
Offline Send Email
May 2, 2007
2:39 am
4436
We have a useful class from ch 10 in our book called DomainPolicy that may be of use for you to retrieve the password policy data for a domain. You can get...
Joe Kaplan
joekaplan2003
Offline Send Email
May 3, 2007
3:58 am
4437
I've found lots of information on ADSI providers but I was wondering if the low-level APIs that the providers sit on top of and actually comunicate with the AD...
paul_judson
Offline Send Email
May 5, 2007
12:31 am
4438
There are two ADSI providers that talk to AD: LDAP and WinNT. LDAP talks to AD via the LDAP protocol and essentially just uses the Windows LDAP API ...
Joe Kaplan
joekaplan2003
Offline Send Email
May 5, 2007
2:52 am
4439
Hi, I'm writing a program using .NET Framework Express 2.0 (C#) from a WIN XP machine which successfully creates a specific list of Local Groups on a selected...
michaelbarber1957
michaelbarbe...
Offline Send Email
May 10, 2007
10:37 am
4440
What happens if you put the SID of the local group directly in the DACL? You can create a SecurityIdentifier object instead of an NTAccount object as your...
Joe Kaplan
joekaplan2003
Offline Send Email
May 11, 2007
2:18 pm
4441
I know I haven't posted any answers here. I have done a quick search. AD is really not my area. I have to deal with as part of looking after an intranet. The...
pmj_rit
Offline Send Email
May 12, 2007
1:21 am
4442
I have tried that, but to be honest it's not been tested. There are about 70 experts in the team looking after several thousand servers (don't know exactly how...
michaelbarber1957
michaelbarbe...
Offline Send Email
May 14, 2007
9:25 am
4443
The idea here is that the SID would begin resolving to the name of the group rather quickly. The point of setting the ACL with the SID would just be to get...
Joe Kaplan
joekaplan2003
Offline Send Email
May 14, 2007
2:28 pm
4444
Hi All, Can anybody tell me "How to change the "manager" property of the Organization Tab for particular User" programatically. Thanks & Regards, Tarak....
tarakvbhatt
Offline Send Email
May 22, 2007
10:14 am
4445
IRC, you just set the 'manager' attribute using the DN value of the manager object. Note, it must be the full DN - nothing else will work. ... [Non-text...
Ryan Dunn
dunn_rp
Offline Send Email
May 22, 2007
4:19 pm
4446
Does anyone know where I could look for some sample code (in C) to connect to Active Directory using AD-specific or generic LDAP libraries from an MS-DOS...
forceten_ice
Offline Send Email
May 29, 2007
10:57 am
4447
Am I correct that the only way to get/set mailbox quotas (Exchange Server 2003) from a .Net Framework 2.0 windows application is to use CDOEXM.DLL? And that...
Yantis, Richard
yantran52
Offline Send Email
May 30, 2007
8:37 pm
4448
That is the only supported mechanism, and yes, it sucks. However, the mailbox size limits are actually just attributes on the user object and can be set...
Joe Kaplan
joekaplan2003
Offline Send Email
May 30, 2007
9:46 pm
4449
If you can use wldap32.dll in your app, I have no idea what to suggest for you. Why on earth would you be building such a thing? Joe K. ... From:...
Joe Kaplan
joekaplan2003
Offline Send Email
May 30, 2007
9:47 pm
4450
Hi, I am using AD DirSync in .Net2.0 using cookies and trying to retrieve all user from a particular domain. I am getting the following errors: 1. When I run...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 11, 2007
3:02 am
4451
Dear Sir, I know what is the cause of your problems from my viewpoint: 1. Deadlock program can be happened when one user lock a resource and need to another...
amal ali mohamed
amal_ali_moh...
Offline Send Email
Jun 12, 2007
12:01 pm
4452
Thanks Amal for your suggestion & help. But i am looking for more input in technical terms to fix these issues. ... [Non-text portions of this message have...
vinod vjn
vinodjnair_2000
Offline Send Email
Jun 12, 2007
6:36 pm
Messages 4423 - 4452 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