Hi, Here is the code that i am using to authenticate a user. this works fine when i work with localhost(asp.net 2005 inbuilt iis). but when i deployed the page...
Hi everybody, I want to authenticate users from multiple active directory domains. It was working fine with Application Pool Identity "NetWork Servcie" but...
that is probably you are running your code in localhost as admin right, but if a regular user access iis, they dont have it, then it will return error, what...
Or perhaps look into the 'account impersonate' (account with admin rights) setting to put into your web.config. From: ADSIANDDirectoryServices@yahoogroups.com ...
Let me pick this thread back up since I am getting closer to having to make the coding change to Exchange 2007. For now we are running a mix of Exchange 2003...
Hello We are using ADAM with MOSS. I want to generate a information for a particular user i.e. user attribues using vbs. Is there any way to generate this...
The ch12-pwd-expires.vbs script in http://theessentialexchange.com/blogs/michael/archive/2008/05/22/chapter-12- exchange-2003-scripting.aspx should give you...
Can anyone here let me know how to Set newly created AD User's Password ? Actually I am creating a new user in Active Directory using my C# code. It is created...
In the same ballpark, here's what I do after the account has been created. Web.config "account impersonate" comes to mind also, but that (or equivalent) should...
Hello I have created 3 ADAM Instance. How do I remove 1 instance including their configuration instance also. Is there any GUI tool available on ADAM other...
Hi, I know this is slightly off topic, but this group seems to be the smartest regarding AD. If I have two domains DomA and DOMB with a firewall between them. ...
hi all what are the C# classes used to get/set domain wide password policy and account lockout policy.how do i view the values for the same using C#.net...
Hi i tried System.DirectoryServices, System.DirectoryServices.ActiveDirectory . but i am not able to get the exact class that is used to view and edit (in...
for any system ,you can view the domain password and account lockout policy..you can view it by typing gpedit.msc in the run prompt.then you can view the...
The link will not work due to the inserted spaces that yohoo put into it. The link is to a discussion board with the topic of How to create Group Policy Object...
Hi All, I am facing one problem while trying to change the Password using following method: DE.Invoke("ChangePassword", new object[] { oldPassword, newPassword...
Hi Tarak, Have you made sure that the contents of newPassword is at least 8 characters and is made of at least 3 of the 4 (Uppercase Characters, Lowercase...
I am facing this problem.My aim is to add multiple computers into a domain.I am using the "JoinDomainorWorkgroup" method.But i am not able to add my test...
Another thing to watch out for is min password age. Many orgs implement a min age of 1 day on a password and will give you this error if you try to change...
Hi All, Actually the situation is like: I have to search for a user in Active Directory domain. For that I am giving LDAP path. But the User for which I wish...
Dear All, i need your help regarding group policy. i have set account locked out policy in DC with 5 invalid attempt. one problem i suddenly face for a week...
Hi all, Can you please tell me how to edit the domain policy values which is stored in the Sysvol folder programatically using C#.As you all know, the GPO is...
I am looking at a customer's environment where custom .NET programs carry out user account provisioning jobs to AD every past midnight. They can create users...