[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kadmin (heimdal port) ignores the ldap backend
- To: Boris Samorodov <bsam_(_at_)_ipt_(_dot_)_ru>
- Subject: Re: kadmin (heimdal port) ignores the ldap backend
- From: Scot Hetzel <swhetzel_(_at_)_gmail_(_dot_)_com>
- Date: Fri, 3 Jun 2005 15:00:56 -0500
- Cc: fandino_(_at_)_ng_(_dot_)_fadesa_(_dot_)_es, freebsd-stable_(_at_)_freebsd_(_dot_)_org, freebsd-ports_(_at_)_freebsd_(_dot_)_org
- Reply-to: Scot Hetzel <swhetzel_(_at_)_gmail_(_dot_)_com>
On 6/3/05, Boris Samorodov <bsam_(_at_)_ipt_(_dot_)_ru> wrote:
> > I believe you have to set NO_KERBEROS in /etc/make.conf. Then rebuild
> > & install the FreeBSD sources in /usr/src. Then after the
> > installworld, you'll need to go to the /usr/lib directory and
> > move/remove all libs that are older than the date of the install.
>
> > NOTE: I would also do a second installworld, after removing the
> > libraries. Just incase something was removed that wasn't supposed to
> > be removed.
>
> > Then install the KERBEROS hemidal port.
>
> Hmm. And what about kerbesized applications (i.e. sshd) from the base
> system which I'd like to use with kerberos authentication?
>
looks like you would have to install them from ports, unless you
hacked the sources to use KERBEROS installed from the port.
src/secure/usr.bin/ssh/Makefile
src/lib/libtelnet/Makefile
src/lib/libpam/modules/modules.inc
NOTE: there may be others
You would have to change the files to check if the hemdial libraries
are installed:
.if (defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libkrb5.so) )
|| !defined(NO_KERBEROS)
NOTE: you may also need to set LDFLAGS+=-L${HEIMDAL_HOME}/lib
And see if it compiles.
Scot
_______________________________________________
freebsd-ports_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org