Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > d17c29df343e7ab7f98dc57a27fb42ed > files > 1

apache-mod_authn_sasl-1.0.2-6mdv2010.1.src.rpm

<IfDefine HAVE_AUTHN_SASL>
    <IfModule !mod_authn_sasl.c>
	LoadModule authn_sasl_module	extramodules/mod_authn_sasl.so
    </IfModule>
</IfDefine>

<IfModule mod_authn_sasl.c>

    # AuthSaslPwcheckMethod - Set this to override libsasl's default
    # 'pwcheck_method' used for authentication. Valid values are 'auxprop' and
    # 'saslauthd'.
    #AuthSaslPwcheckMethod saslauthd auxprop

    # AuthSaslAppname - Set the application name to be used by libsasl during
    # user authentication
    #AuthSaslAppname webmail

    # AuthSaslRealm - Set the user realm to be used by libsasl during user
    # authentication
    #AuthSaslRealm blabla

</IfModule>