Bug#943346: Enable Native Client

2019-10-23 Thread Craig Gallek
Package: chromium Version: 76.0.3809.100-1 Native Client (NaCl) appears to be explicitly disabled in the Debian build of Chromium with the enable_nacl=false option here: https://salsa.debian.org/chromium-team/chromium/blob/master/debian/rules#L85 FWIW, Ubuntu seems to do the same. This in

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-06-29 Thread Craig Gallek
However, I haven't been able to reproduce this at all, and ChallengeResponseAuthentication works great for me with ssh. Can you still reproduce this problem with the current version of libpam-krb5 (1.2.0-3)? If so, what version of OpenSSH are you using? I want to try to set up an identical

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-01-01 Thread Craig Gallek
Package: libpam-krb5 Version: 1.2.0-1 Severity: important I began having this problem after upgrading from version 1.0-12 to version 1.2.0-1. Downgrading to the original version fixes the problem. The ssh client gives the following error message after typing the password: Read from remote host

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-01-01 Thread Craig Gallek
On Sun, 2006-01-01 at 17:08 -0800, Russ Allbery wrote: Craig Gallek [EMAIL PROTECTED] writes: Package: libpam-krb5 Version: 1.2.0-1 Severity: important I began having this problem after upgrading from version 1.0-12 to version 1.2.0-1. Downgrading to the original version fixes

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-01-01 Thread Craig Gallek
On Sun, 2006-01-01 at 18:16 -0800, Russ Allbery wrote: Oh, also, note that the new module correctly separates authentication and session management (so that it will work correctly with xlock programs, among other reasons), which means that you do have to run the krb5 PAM module in the session

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-01-01 Thread Craig Gallek
On Sun, 2006-01-01 at 19:20 -0800, Russ Allbery wrote: Yeah, that looks fine to me. Your Kerberos password doesn't work with this configuration, with ChallengeResponseAuthentication off and PasswordAuthentication turned on? That is correct. I've attached the debug output for pam_krb5.so with

Bug#345585: libpam-krb5: ssh error: 'ssh_gssapi_storecreds: Not a GSSAPI mechanism' when using keyboard-interactive/pam

2006-01-01 Thread Craig Gallek
On Sun, 2006-01-01 at 19:43 -0800, Russ Allbery wrote: This isn't using PAM at all -- note the lack of calls to pam_sm_authenticate. Oh! Do you have UsePAM yes in your sshd_config? ChallengeResponseAuthentication always forces PAM authentication, I believe; otherwise, sshd defaults to doing