search for: with_winbind_auth_challenge

Displaying 1 result from an estimated 1 matches for "with_winbind_auth_challenge".

2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...mk> .if defined(WITH_QUOTAS) CONFIGURE_ARGS+= --with-quotas .endif .if defined(WITH_UTMP) CONFIGURE_ARGS+= --with-utmp .endif .if defined(WITH_MSDFS) CONFIGURE_ARGS+= --with-msdfs .endif .if defined(WITH_WINBIND) CONFIGURE_ARGS+= --with-winbind .endif .if defined(WITH_WINBIND_AUTH_CHALLENGE) CONFIGURE_ARGS+= --with-winbind-auth-challenge .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} .else CONFIGURE_ARGS+= --with-krb5=no .endif .if defined(WITH_ACL_SUPPORT) .if ${OSVERSION} < 500018 BROKEN= "Requir...