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...
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...
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....
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, 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....
... 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...
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...
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@...
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. ...
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...
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@...
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...
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...
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@...
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...
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...
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@...
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 ...
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@...
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:...
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,...
Ah wait! It's there already. 11> keywords: partition:O=msft,C=us; 0b5c25ec-dd0a-4b00-bae1-4aa433e9f6b2; ...
Eric Fleischman
efleis@...
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...
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...
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...
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...
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...
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 ...
Hi all, Active Directory and ADAM have a property called supportedCapabilities, on their RootDSE object. This stores the OID(s) which identifies the ...
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:...