It is all the exact same data, just represented different ways. The two octet formats (the filter and non-filter versions) are just a binary representation of...
Hi all, I've been approached to develop an intranet application for a company. This intranet will be interfacing with a Active directory setup local to the...
Typically, you would want to either use IIS-based authentication or do some sort of LDAP authentication via a forms auth mechanism. Both are well supported in...
Apologies for jumping on this but Joe, you said something that caught my eye. I talked with developers where I work a bit ago and there seemed to be a lack of...
This is definitely the case. In ASP.NET, this stuff is basically all done for you. When using Windows auth, the Context.User property is populated with a...
Hi Joe / Mike First off, many thanks for your detailed replies :) I've been reading up a bit, and have to say I feel a bit clearer on the matter. From what I...
This sounds reasonable to me. If you want SSO with the intranet, you will need to use Windows authentication. If you want to use AzMan, it might make sense...
Hi Mischa, If you plan on using ADAM to store extra user information (such as roles), wouldn't it be easier to save the user info in SQL instead? This way, you...
Thanks Joe. My problem is solved. Gaoming Fu ... The two ... binary ... produce ... can do ... function called ... same way. ... formats? ... objectSid...
Well, we just heard back from the customer. They didn't want to install ADAM on the server because they thought it required sp2 for windows 2003 and they...
Your client is absurdly wrong. How could ADAM have been shipping for so long if it required SP2? Nutso. Note that AzMan is still an option. You just can use...
Real quick... if you go the SQL route, make sure you store the object's GUID as the reference and not any other attribute. It is the only one that won't come...
I'm not quite sure about how to get the GUID from the object in this case. One thing I'm also having trouble with is finding a reference on how to get the...
Is there any way to script, or using ADSIEdit perhaps, changing the password expiration on a user account so that it would be due to expire within a few days?...
No, you can't change pwdLastSet to a specific value. You can make it be "now" (set it to -1 and the DS will substitute in the value corresponding to "now"),...
Hi, Am very new to this group. I need one help,as my IT dept decided to change the service account password in all desktop (nearly 800)which is divided in to 3...
Update: the tool has been updated, renamed and "resited". The new site is now http://www.ldapeditor.com, and its called ldapeditor; not ldapmanager. Its...
Hello, I am developing my application using VC++6.0. I want to retrieve the members of group using GetObjectAttributes call by passing "member" as an attribute...
You need to use range retrieval. The syntax is "member;range=1-XXXX" where xxxx is less than the paging limit - usually 1000. When you have the last page,...
Dear all, I need help on LDAP paramater that act as the login count. I have a radius server (steelbelted radius) as the relay to my back-end authentication ...
Hello Ryan, Yes. It worked. Thanks a lot for your help.. Thanks Asawari ... From: Ryan Dunn To: ADSIANDDirectoryServices@yahoogroups.com Sent: Tuesday,...
I'm looking to get a properities page for my AD users that shows Employee number. I have the context menu version but I really like to extend the properties...
hi all, really need some help. new to AD. I have the following and it works fine on my local dev machine but not when I publish to web server: Protected Sub...
We have two domain controllers DC1 - Windows 2000 DC2 - Windows 2003 Clients Windows XP Windows 2000 In Windows 2000 clients, the group policy cannot load...
Henry Ortega
juandelacruz@...
Sep 29, 2006 1:15 pm
4242
I had a post on this yesterday. Not sure what happen to it. Does anyone have information on it. All the docs I have point to it being done but I'd love some...
Hopefully Tomasz' post will help, as I don't think many of the other frequent posters on this forum really do this kind of UI work. Most of us focus on server...
This is probably a security problem, but since you don't tell us the exception you get, it is hard to say. Typically, the reason these things fail when running...