Diaonic Posted July 24, 2013 Share Posted July 24, 2013 I'm developing a frontend for a webservice and I'm looking for a pre packaged or easy way to put an Active Directory front end on my webservice. All my users currently use active directory to authenticate to the web service, but due to our security model I need to implement error checking for: Password expirations account lockouts I would hate to reinvent the wheel, is there a package out there I can install and configure on my web server to handle this? -Dia Link to comment https://forums.phpfreaks.com/topic/280470-php-authentication/ Share on other sites More sharing options...
requinix Posted July 24, 2013 Share Posted July 24, 2013 Yes. Providing Active Directory authentication via Kerberos protocol in Apache mod_authnz_ldap Apache 2 - LDAP/Active Directory - Automatic login/authentication process mod_auth_sspi Apache LDAP/Active Directory Authentication Link to comment https://forums.phpfreaks.com/topic/280470-php-authentication/#findComment-1441992 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.