X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Famanda%2Fkrb4-security.m4;h=446be93e1c2c6a5e83035f4766efce3febd8d796;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=68f541676ee4eca328d3f20c70d5771bd14ee37a;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/config/amanda/krb4-security.m4 b/config/amanda/krb4-security.m4 index 68f5416..446be93 100644 --- a/config/amanda/krb4-security.m4 +++ b/config/amanda/krb4-security.m4 @@ -7,9 +7,9 @@ # Handle configuration for KRB4 security, implementing the --with-krb4-security # option. If libraries are found, they are added to the relevant compiler flags. # -# Defines KRB4_SECURITY, and sets AM_CONDITIONAL WANT_KRB4_SECURITY, +# Defines and substitutes KRB4_SECURITY, and sets AM_CONDITIONAL WANT_KRB4_SECURITY, # if the user has selected this mechanism. Also, the following parameters -# are taken from options and defined: +# are taken from options, defined, and substituted: # # - SERVER_HOST_PRINCIPAL # - SERVER_HOST_INSTANCE @@ -231,4 +231,14 @@ AC_DEFUN([AMANDA_KRB4_SECURITY], fi fi AM_CONDITIONAL(WANT_KRB4_SECURITY, test x"$KRB4_SECURITY" = x"yes") + + AC_SUBST(KRB4_SECURITY) + + AC_SUBST(SERVER_HOST_PRINCIPAL) + AC_SUBST(SERVER_HOST_INSTANCE) + AC_SUBST(SERVER_HOST_KEY_FILE) + AC_SUBST(CLIENT_HOST_PRINCIPAL) + AC_SUBST(CLIENT_HOST_INSTANCE) + AC_SUBST(CLIENT_HOST_KEY_FILE) + AC_SUBST(TICKET_LIFETIME) ])