Masato Taruishi
taru****@users*****
2005年 1月 31日 (月) 03:11:54 JST
=================================================================== RCS file: plugin/sasl/11sasl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin/sasl/11sasl 2004/09/23 08:00:51 1.3 +++ plugin/sasl/11sasl 2005/01/30 18:11:54 1.4 @@ -24,12 +24,20 @@ if test "x$cache" = "x"; then SASL_MD5_IN=$(ultrapossum_getconf SASL_MD5_IN "$TEMPLATEDIR/sasl-md5.in") APPDNMODE=$(ultrapossum_getconf APPDNMODE "SASL/Digest-MD5") + + SASLMODULEDIR=$(ultrapossum_getconf SASLMODULEDIR "/usr/lib/sasl2") fi # Parsing configuration file eval "`ultrapossum_parse_config sasl`" # Calculating Logical Variables + +if test "x$ULTRAPOSSUM_MODULE_SLAPD" = "xinstalled"; then + if test "x$cache" = "x"; then + CHROOTFILES="$CHROOTFILES $SASLMODULEDIR" + fi +fi ;;