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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4435 - 4465 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
4453
Using straight VB.NET 2005 code (ASPX), is it possible to obtain a list of the SMTP addresses associated with an Exchange 2003 mailbox by using one of those...
Richard Kline
rakline01
Offline Send Email
Jun 20, 2007
9:39 pm
4454
we have a test instance of ADAM residing in a test domain. i am trying to bind to it with an id in our production domain. i am unable to do so in ldp. is...
Greg Nims
gregnims
Offline Send Email
Jun 20, 2007
9:48 pm
4455
It depends on what you mean. If you are using a proxy user or you are trying a bind redirect, there are two different answers I think. I am guessing you are...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 20, 2007
9:54 pm
4456
It depends. Is there a trust between these two domains? When you use Windows auth for binding to ADAM with a Windows user account, the authentication is...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 20, 2007
9:58 pm
4457
A mailbox is associated with an object that has a homeMDB. The addresses for that object are in the proxyAddresses attribute, so you can read that. The SMTP...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 20, 2007
10:05 pm
4458
Thank you! It works like a charm. Except I'm only retrieving a maximum of four ProxyAddresses regardless of the actual numbe associated with the mailboxr. It...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
9:38 am
4459
I think that I see it now. The code is using the wrong count value in the line. For j = 0 To thisResult.Properties.Count Instead of a for loop, I should move...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
10:15 am
4460
You are using the number of attributes returned as your indexer into the number of attribute values for a specific attribute. That is not correct. I'd suggest...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 22, 2007
2:15 pm
4462
Thanks! As always, your help is greatly appreciated. ________________________________ From: ADSIANDDirectoryServices@yahoogroups.com ...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
2:49 pm
4463
Posting my question again as I didn't receive any solution to these issues. ... <vinodjnair@...> wrote: Hi, I am using AD DirSync in .Net2.0 using cookies and...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 22, 2007
7:26 pm
4464
If you reach your goal in this aspect. Please, send to me how you implement or recover your problems vinod vjn <vinodjnair@...> wrote:...
amal ali mohamed
amal_ali_moh...
Offline Send Email
Jun 24, 2007
1:04 pm
4465
Hi, I am able to retrieve the samAccountName, ObjectGUID properties of AD users using the Search object. But I would like to know how can i retrieve...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 27, 2007
10:25 am
Messages 4435 - 4465 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