You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
475 B

##
## apache-sasl.conf -- Apache configuration for mod_authn_sasl
##
LoadModule authn_sasl_module @l_prefix@/libexec/apache/mod_authn_sasl.so
# <Location /foo>
# AuthSaslAppname apache
# AuthSaslRealm example.com
# AuthSaslPwcheckMethod auxprop
# AuthType Basic
# AuthName "Foo Area"
# AuthBasicAuthoritative on
# AuthBasicProvider sasl
# Require valid-user
# </Location>