Skip to content

tlbdk/phpadauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

phpadauth

PHP code to authentication against Active Directory for use with apache mod-auth-external

DefineExternalAuth adauth pipe /usr/local/bin/adauth.php

<Location /protected> Satisfy Any Require valid-user

# htpasswd authentication
AuthType Basic
AuthName "Restricted location"
AuthUserFile /srv/htpasswd.conf

# ad authentication
AuthExternal adauth

# Enable both providers
AuthBasicProvider file external

About

PHP code to authentication against Active Directory for use with apache mod-auth-external

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages