Re: Kerberos in FreeBSD

2008-11-16 Thread Sahil Tandon
Ansar Mohammed [EMAIL PROTECTED] wrote:

 Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0 when we
 have 1.0 available?

On 7.0-RELEASE:

% cat /usr/ports/security/heimdal/Makefile | grep PORTVERSION
PORTVERSION=1.0.1

-- 
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Kerberos in FreeBSD

2008-11-16 Thread Ansar Mohammed
That’s the port. Not the one that is installed by default.


[EMAIL PROTECTED]:/home/sysop]$ /usr/libexec/kdc -v
kdc (Heimdal 0.6.3)
Copyright 1999-2004 Kungliga Tekniska Högskolan
Send bug-reports to [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Sahil Tandon
 Sent: November 16, 2008 11:10 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: Kerberos in FreeBSD
 
 Ansar Mohammed [EMAIL PROTECTED] wrote:
 
  Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0
 when we
  have 1.0 available?
 
 On 7.0-RELEASE:
 
 % cat /usr/ports/security/heimdal/Makefile | grep PORTVERSION
 PORTVERSION=  1.0.1
 
 --
 Sahil Tandon [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kerberos in FreeBSD

2008-11-16 Thread Ansar Mohammed
Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0 when we
have 1.0 available?

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SSHD/Kerberos on FreeBSD 7 STABLE

2008-11-10 Thread Ansar Mohammed
Is sshd compiled with Kerberos support on freebsd 7.0?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSHD/Kerberos on FreeBSD 7 STABLE

2008-11-10 Thread Darek M.

Ansar Mohammed wrote:

Is sshd compiled with Kerberos support on freebsd 7.0?
  


Yup:

ldd /usr/sbin/sshd:
...
   libgssapi.so.9 = /usr/lib/libgssapi.so.9 (0x28124000)
   libkrb5.so.9 = /usr/lib/libkrb5.so.9 (0x2812b000)
...


Otherwise, you should be able to use PAM, with /etc/pam.d/sshd having 
the line


authsufficient  pam_krb5.so

before

authrequiredpam_unix.so

- Darek


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]