Displaying 6 results from an estimated 6 matches for "krb5_home".
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...ONFIGURE_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= "Requires a recent FreeBSD 5.0-CURRENT"
.else
CONFIGURE_ARGS+= --with-acl-suppor...
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie,
Is there a way to get the default BSD 5.3 openssh to compile against
the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so
that the heimdal kerberos is not built, and rebuilt world, then installed
/usr/ports/security/krb5 and rebuilt world again. sshd is however not being
built against MIT at all.
[root@foobar] ~ # ldd /usr/sbin/sshd
/usr/sbin/sshd:
2004 May 18
1
Hi again timur
...rsonally, but I'm the ONLY I.T. person for 100 users in 6
different offices, and I don't know what to do at this point but beg.
I finally figured out what Heimdal is, and I believe is the main
problem. Installed 5.2.1 on a machine. Installed krb5 from ports.
Changed make.conf adding KRB5_HOME=/usr/local. Rebooted. Got the
newest port for samba-devel. Did make, make depends, make install. Try
"net ads testjoin". Machine responds "ADS support not compiled in".
Either I get it compiled in but net ads join/testjoin always error out
because of some incompatibili...
2024 Jul 07
0
Problems building Samba 4.20.2 on Solaris due to Heimdal issues
...fig:/usr/local/lib/pkgconfig:/opt/csw/lib/pkgconfig
export CFLAGS="-O3 -mcpu=ultrasparc3 -I/usr/heimdal/include"
export CXXFLAGS="-O3 -mcpu=ultrasparc3 -I/usr/heimdal/include"
export CPPFLAGS="-I/usr/heimdal/include"
export LDFLAGS="-L/usr/heimdal/lib"
export KRB5_HOME=/usr/heimdal
./configure -v --with-system-heimdalkrb5 --disable-python --without-ad-dc --disable-cups --without-libunwind --without-json
make
During configure, it looks like krb5.h, krb5-config and the rest of the heimdal "system" components that I built are detected. However, when I com...
2007 Jul 10
4
Response too big for UDP, retry with TCP
Hello,
I am trying to join a Samba 3.0.24 server into an ADS domain, which is
served by two Windows 2003 servers (let's say srv1.domain.local (192.168.1.1)
and srv2.domain.local (192.168.1.4)). I am running Samba on a FreeBSD 6.2
machine and I have established an OpenVPN connection to the ADS network
(tunneling). I have this in my resolv.conf:
2009 Aug 28
1
FreeBSD 7.2 and Samba 3.3.7 AD 2003 Authentication Problem
...o log on console, not through ssh (I enabled it for
testing purposes).
Upgrade steps are:
# /usr/local/etc/rc.d/samba stop
# net ads leave -U adminuser
# rm /usr/local/etc/samba/*tdb
# rm /var/db/samba/*tdb
# cd /usr/ports/net/samba3/
# make deinstall distclean
# cd /usr/ports/net/samba33/
# make KRB5_HOME=/usr/local/ reinstall distclean
# net ads join -U adminuser
# /usr/local/etc/rc.d/samba start
I test the installation with:
# net ads testjoin
# wbinfo -u
# wbinfo -g
# pw user show -a
And I can see all users with their uids set on the SFU PDC
If I comment out the following lines from con...