Web application to use window domain accounts for authentication
If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?).
If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?).
I want to develop an ASP.NET application that can detect the user logged on a Window Domain. These credentials are going to be used to logging on the ASP.NET application.
I am using LdapAuthentication to log a user into Active Directory. I want to find all the groups that the user belongs to. I am using the following code:
I am trying to get all users by group name and dispalay it in sharepoint webpart. adGroupName something like = “CompanyGroup”.
Help! I’ve been trying to write a function that will confirm a user’s membership in an Active Directory group, and while it works if the member happens to be in the group, it throws an exception if the user is not.
I am developing an intranet application and would like to use the existing organisations Active Directory for user authentication and policy based role authorisation.
ASP.NET Login control is very slow making the initial connection to AD when authenticating to a different domain than the domain the web server is a member of. Problem occurs for the IIS server and when using with the Visual Studio’s built in web server.
As the title suggests, I am having an issue regarding respecting the password policy when setting a users password, specifically, the password history restriction.
I’m using Python to create a new personal folder when a users AD account is created. The folder is being created but the permissions are not correct. Can Python add the user to the newly created folder and change their permissions? I’m not sure where to begin coding this.
How do I authenticate against AD using Python + LDAP. I’m currently using the python-ldap library and all it is producing is tears.