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.
19 lines
449 B
19 lines
449 B
|
17 years ago
|
##
|
||
|
|
## apache-sasl.conf -- Apache configuration for mod_authn_sasl
|
||
|
|
##
|
||
|
|
|
||
|
|
LoadModule sasl_authn_module @l_prefix@/libexec/apache/mod_authn_sasl.so
|
||
|
|
|
||
|
|
AuthSaslAppname apache
|
||
|
|
AuthSaslRealm example.com
|
||
|
|
AuthSaslPwcheckMethod auxprop
|
||
|
|
|
||
|
|
# <Location /foo>
|
||
|
|
# AuthType Basic
|
||
|
|
# AuthName "Foo Area"
|
||
|
|
# AuthBasicAuthoritative on
|
||
|
|
# AuthBasicProvider sasl
|
||
|
|
# Require valid-user
|
||
|
|
# </Location>
|
||
|
|
|