search for: krbv

Displaying 8 results from an estimated 8 matches for "krbv".

Did you mean: krb5
1999 Dec 02
3
[Fwd: [Fwd: OpenSSH for UNIX]]
This is a resend, the first try got bounced because of the message size limit on the list. -------------- next part -------------- An embedded message was scrubbed... From: Damien Miller <damien at ibs.com.au> Subject: [Fwd: OpenSSH for UNIX] Date: Thu, 02 Dec 1999 10:52:38 +1100 Size: 73561 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/19991202/e81e7166/attachment.mht
2002 Mar 11
3
Does OpenSSH 3.x support KRB5 directly?
Just curious. There seems to be an awful lot in the source, but no actual configure option. Please advise. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: austin at coremetrics.com "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb
2002 Jun 26
1
[Fwd: Kerberos buglet in OpenSSH-3.3p1]
Can anyone with Heimdal KrbV verify this? -------------- next part -------------- An embedded message was scrubbed... From: Dag-Erling Smorgrav <des at ofug.org> Subject: Kerberos buglet in OpenSSH-3.3p1 Date: 25 Jun 2002 14:52:10 +0200 Size: 1291 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...host-browser %{_initrddir}/ovirt-host-register %{_initrddir}/ovirt-db-omatic diff --git a/scripts/ovirt-rsyslog-kerbsetup b/scripts/ovirt-rsyslog-kerbsetup new file mode 100755 index 0000000..7b7dd90 --- /dev/null +++ b/scripts/ovirt-rsyslog-kerbsetup @@ -0,0 +1,28 @@ +#!/usr/bin/python + +import krbV +import os +import socket +import shutil +import sys + +def kadmin_local(command): + ret = os.system("/usr/kerberos/sbin/kadmin.local -q '" + command + "'") + if ret != 0: + raise + +def get_ip(hostname): + return socket.gethostbyname(...
2002 Apr 26
0
[Bug 228] pam_krb5 on Solaris creates credentials with wrong owner
http://bugzilla.mindrot.org/show_bug.cgi?id=228 ------- Additional Comments From djm at mindrot.org 2002-04-26 21:06 ------- Solaris PAM breaks in other ways if the PAM stuff is done after the fork+setuid. CVS -current contains built-in krbV support, can you try that instead? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 26
0
[kouril: Re: [Fwd: Kerberos buglet in OpenSSH-3.3p1]]
...ect: Re: [Fwd: Kerberos buglet in OpenSSH-3.3p1] User-Agent: Mutt/1.2.5i In-Reply-To: <1025084114.12959.0.camel at mothra.mindrot.org>; from djm at mindrot.org on Wed, Jun 26, 2002 at 07:35:14PM +1000 On Wed, Jun 26, 2002 at 07:35:14PM +1000, Damien Miller wrote: > Can anyone with Heimdal KrbV verify this? Content-Description: Forwarded message - Kerberos buglet in OpenSSH-3.3p1 > X-URL: http://www.ofug.org/~des/ > X-Disclaimer: The views expressed in this message do not necessarily > coincide with those of any organisation or company with which I am or have > been affilia...
2003 May 15
2
[Bug 568] Kerberos password auth/expiry kbdint patch
...ersion: All Status: NEW Severity: enhancement Priority: P4 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: jfh at cise.ufl.edu This patch adds Kerberos V support via a keyboard interactive device, giving support for KrbV password expiration as well as displaying messages received from the kerberos libraries. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 May 16
2
OpenSSH and KerbV
Is something special required for KerbV auth to work? I've enabled: KerberosAuthentication yes on some test boxes and it doesn't work. I do a kinit, and then ssh and it asks for a password. If you don't provide one, you don't get in.