I am using an LDAP - Active Directory to authenticate users for a project of mine. I currently have 2 login pages - 1 is intended for students, the other for staff.
I\'m attempting to create an instance of a DirectoryEntry so that I can use this to test some code that will be passed a DirectoryEntry.However, despite a lot of trying I can\'t find a way to instanti
My current application uses the PrincipalContext c开发者_运维技巧lass to authenticate a default user (filled in in the Web.config dedicated section) against a LDAP (and more precisely an Active Direct
Ok, so I have this code that retreives attributes of AD users from a certain OU and loads the info into an Excel sheet. This is working as it should. However, I would like to know how I can alter my c
I am trying to set a user option in开发者_如何学编程 an AD Account, while creating the account i am trying to set the option \"User Cannot Change Password\".
I\'ve tracked down a leak to my group enumeration code.I\'ve written a test routine and I\'m trying to dispose of everything but still it leaks.
开发者_如何学运维Is there a way to get logged in user\'s ip address from Active Directory with its username? (except Security Event Logs)
I created a child domain and trying to login on parent domain with a user of child domain. I am doing login attempt on Wi开发者_StackOverflowndows Login Dialog at PDC of parent domain.
I am establishing an external trust between 2 Win2003 forests. Then i m retrieving groups names from 2nd forest domain while sitting in the domain of 1st forest. Then, i am removing the trust and doin
The usernames appear in our TFS work items and checkins with the wrong format - they use \"Jones Dave\" instead of \"Dave Jones\".