MIT Kerberos 5

2002-10-29 Thread Sebastian Boldt
Hello,

when I make buildworld and install MIT kerberos 5
port afterwards, is there any chance to let the
ssh utility(or other client utilities wich can't
be pam'nized) authenticate through kerberos?

... S.Boldt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: MIT Kerberos 5

2002-10-29 Thread Kris Kennaway
On Tue, Oct 29, 2002 at 08:27:11PM +0100, Sebastian Boldt wrote:
 Hello,
 
 when I make buildworld and install MIT kerberos 5
 port afterwards, is there any chance to let the
 ssh utility(or other client utilities wich can't
 be pam'nized) authenticate through kerberos?

Only if the utility in question contains code to specifically do this.
OpenSSH supports this, for example.

Kris



msg07027/pgp0.pgp
Description: PGP signature


Re: MIT Kerberos

2002-10-28 Thread D. Penev
On Mon, Oct 28, 2002 at 09:08:01PM +0100, Sebastian Boldt wrote:

Date: Mon, 28 Oct 2002 21:08:01 +0100
From: Sebastian Boldt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hello,

how do I make buildworld and let it compile
the MIT Kerberos V port as the system kerberos
instead of heimdal?


You cann't compile MIT Kerberos with buildworld, instead
install kerberos port (/usr/ports/security/krb5), if you have
any lines for kerberos in make.conf comment them, leave uncomment
only KRB5_HOME=/usr/local and make buildworld.



thanks in advance...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


--
Regards,
D. Penev

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: MIT Kerberos

2002-10-28 Thread Sebastian Boldt
On Mon, 28 Oct 2002 21:49:48 +0200
D. Penev [EMAIL PROTECTED] wrote:

 On Mon, Oct 28, 2002 at 09:08:01PM +0100, Sebastian Boldt wrote:
 Date: Mon, 28 Oct 2002 21:08:01 +0100
 From: Sebastian Boldt [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 
 Hello,
 
 how do I make buildworld and let it compile
 the MIT Kerberos V port as the system kerberos
 instead of heimdal?
 
 You cann't compile MIT Kerberos with buildworld, instead
 install kerberos port (/usr/ports/security/krb5), if you have
 any lines for kerberos in make.conf comment them, leave uncomment
 only KRB5_HOME=/usr/local and make buildworld.
 
 
 thanks in advance...
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 -- 
 Regards,
 D. Penev
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

But what do I do with ssh and sshd when I want them to
authenticate through krb? Okay, sshd can be pam'nized, but
wat about ssh?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message