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 2257 - 2286 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2257
Hi all, I am trying to query for specific user within a group and am getting an error Error Type: Provider (0x80040E37) Table does not exist. using the code as...
and_arch
Offline Send Email
Aug 2, 2004
8:44 pm
2258
Hi Andy, I'm not very familiar with either VB or searching using ADO, but this one caught my eye... ... If you already HAVE the default naming context in...
Marc Scheuner
m_scheuner
Offline Send Email
Aug 3, 2004
4:57 am
2259
Judging by a quick scan of the posts here my challenge seems like newbie material, but I'm fairly inexperienced with Microsoft's New Ways so please forgive me....
Brad
rectaltronics
Offline Send Email
Aug 3, 2004
4:39 pm
2260
Hi Brad, ... Yes, the WinNT provider is very limited in its capabilities, and only provided for backward compatibility with WinNT 4 domains - avoid it whenever...
Marc Scheuner
m_scheuner
Offline Send Email
Aug 3, 2004
6:18 pm
2261
Marc, I agree that is a mistake but on correcting the same I still cannot get the code to work. Also what you said about the "sDomainADsPath" variable is true....
Anand Acharya
and_arch
Offline Send Email
Aug 3, 2004
6:37 pm
2262
... What's the error exactly ? Where does it happen ? ... That might be, yes - a lot of ASP/ASP.NET problems arise from credentials and permissioning. Since...
Marc Scheuner
m_scheuner
Offline Send Email
Aug 4, 2004
4:51 am
2263
Hey there, (HEY MARC) -- Right so we have some credential delegation problems here do we? 1. What ver of IIS are you running 2. Does your domain /forest have...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 4, 2004
9:57 am
2264
For something like this I'm actually more interested in knowing the context under which the page is running (so for IIS6, context of the app pool) and the...
Eric Fleischman
efleis@...
Send Email
Aug 4, 2004
1:38 pm
2265
Thanks - the ADSI browser was helpful for composing the searches, although I didn't even bother reading the source - C# would be pretty much "Chinese" to me. ...
Brad
rectaltronics
Offline Send Email
Aug 4, 2004
5:55 pm
2266
Hey all, Here is a full blown tool built by the MS PSS (Eric can confirm) team for administrating Active Directory and Exchange via a web page. It is built in...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 5, 2004
8:17 am
2267
1) Yes it's written by MS PSS. 2) I'm not aware of it being web-based, but I could have missed the memo on that one. 3) It doesn't require .net 2.0. It is...
Eric Fleischman
efleis@...
Send Email
Aug 5, 2004
8:22 am
2268
Hi! Is it possible to query just user accounts - like real accounts that i have added... I keep getting SystemMailbox, I_USR, I_WAM, computer accounts, and...
Terry Hans
terryhans
Offline Send Email
Aug 9, 2004
1:14 am
2269
Hey Terry, Right so there are some details that we need here. 1. I assume you doing this through a web page and usually a webpage that reports I_USR and I_WAM...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 9, 2004
8:19 am
2270
I actually got the feeling that the problem here wasn't that it isn't returning results, it's that the search filter being used returned more than he was...
Eric Fleischman
efleis@...
Send Email
Aug 9, 2004
2:25 pm
2271
Hey Terry, Did you ever figure out what was causing your problem, or do you have more comments? I would love to find out what the problem was... See your mail...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 13, 2004
12:25 pm
2272
Hey all, I have some code to find all Service Connection Points (SCP's) in AD, I am trying to find out if anyone has a super efficient query to return ADAM...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 13, 2004
12:31 pm
2273
So all SCPs is easy: (objectCategory=serviceConnectionPoint) The problem is that ADAM SCPs are not that different than all other SCPs. If you were to find them...
Eric Fleischman
efleis@...
Send Email
Aug 13, 2004
2:31 pm
2274
Eric, Good point, will ADAM ever have the functionality to set the serviceBindingInformation to OID(s) like : 1.2.840.113556.1.4.1851 1.2.840.113556.1.4.1791 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 13, 2004
2:48 pm
2275
Will it? That's forward looking. Who knows. :) But today it doesn't have the OIDs. I'll file a bug to have that added, I like putting the OIDs there. Thanks...
Eric Fleischman
efleis@...
Send Email
Aug 13, 2004
2:56 pm
2276
Awesome, thanks. Would make life soo much easier :) Carlos ... From: Eric Fleischman [mailto:efleis@...] Sent: Friday, August 13, 2004 4:56 PM To:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 13, 2004
3:06 pm
2277
Eric, Just digging around in the DIR I found that keywords also stores the instance name i.e. instance:dirteam now that could also be some sort of trigger no,...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 13, 2004
3:25 pm
2278
Ah wait! It's there already. 11> keywords: partition:O=msft,C=us; 0b5c25ec-dd0a-4b00-bae1-4aa433e9f6b2; ...
Eric Fleischman
efleis@...
Send Email
Aug 13, 2004
3:28 pm
2279
I know this has been asked before, I have read the answers given and I am unable to get this work ( I don't know that much about AD configuration) I have an...
ollie5194
Offline Send Email
Aug 15, 2004
6:26 pm
2280
Can you post a simple code sample that reproduces the problem? It sounds like you should be able to use impersonation to connect successfully, but obviously...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 15, 2004
8:08 pm
2281
Dear All, I was trying to Authenticate user defined on ADAM, but i had alot of problems, I'll appreciate any solution. I've installed ADAM on Windows XP and...
jm_wahba
Offline Send Email
Aug 16, 2004
10:04 am
2282
Hi, I wrote a function to retrieve all users from Active Directory, and I use page control, here is what I do: Do{ 1. Call ldap_create_page_control() to create...
wminghao
Offline Send Email
Aug 16, 2004
8:52 pm
2283
Hi Jim, Can you replicate the same problem using Microsoft's ldp.exe tool that comes with ADAM? That will help eliminate the .NET stuff and get down to the...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 16, 2004
9:36 pm
2284
Hello Joseph, Ok lets brake this down... You have - User - Joe who's dn = CN=Joe,CN=MyApp,DC=MyADAM Password - ff Also you have = AuthenticationTypes.None ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 18, 2004
12:57 pm
2285
Hi all, Active Directory and ADAM have a property called supportedCapabilities, on their RootDSE object. This stores the OID(s) which identifies the ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 18, 2004
2:51 pm
2286
Are you sure about that? I thought AuthenticationTypes.None equates to a simple LDAP bind, but the password is still used as supplied. Joe K. ... From:...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 18, 2004
2:56 pm
Messages 2257 - 2286 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