1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Make samba auto-use Kerberos 5 a la security/ssh

Note: I haven't tested this because I don't use krb5, but I trust
that it works.

PR:		12143
Submitted by:	Walt Howard <howard@ee.utah.edu>
This commit is contained in:
Chris Piazza 1999-06-29 05:44:21 +00:00
parent f94cc45c89
commit 595fce410f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19898
3 changed files with 15 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.35 1999/03/03 15:48:33 hosokawa Exp $
# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $
#
DISTNAME= samba-2.0.4b
@ -35,6 +35,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-lockdir=${VARDIR}/spool/lock
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \

View File

@ -3,7 +3,7 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.35 1999/03/03 15:48:33 hosokawa Exp $
# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $
#
DISTNAME= samba-2.0.4b
@ -35,6 +35,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-lockdir=${VARDIR}/spool/lock
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \

View File

@ -3,7 +3,7 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.35 1999/03/03 15:48:33 hosokawa Exp $
# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $
#
DISTNAME= samba-2.0.4b
@ -35,6 +35,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-lockdir=${VARDIR}/spool/lock
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \