Displaying 20 results from an estimated 4000 matches similar to: "Cannot login with method=GSSAPI"
2017 Aug 16
0
Cannot login with method=GSSAPI
The disconnect (no auth attempts) means that the client did not see any
reason to try logging in.
You can use https://wiki.mozilla.org/MailNews:Logging to enable debug
logging.
Aki
On 16.08.2017 09:50, Erik Haller wrote:
> I am migrating an existing dovecot server to a new server. The existing
> server uses pam_krb5 and works with the plain and gssapi methods. The new
> server
2016 Apr 16
2
GSSAPI authentication setup
I'm setting up dovecot on a new box; and once again I find myself
banging my head against GSSAPI authentication.
The particularly irritating thing is that I have this working on
another box. ?I've done my best to ape the configuration of that box;
but it's been some years since I set it up and somewhere along the line
I have failed.
My dovecot.conf has:
auth_mechanism = plain gssapi
2003 Oct 09
5
kerberos + gssapi password change
Hello
I am not a developer, but since this is a more advanced issue I rather
post to this list than to the users list, I hope this is OK.
We are currently running openssh with simon's gssapi patch and want to
move towards the new integrated solution with openssh-3.7.1p2. A problem
we experienced in both versions of openssh is that we are not able to
change the kerberos password, when it
2010 Oct 16
1
gssapi problems (postfix sasl through dovecot, dovecot imap working fine)
Thanks to Timo, I have solved all but one of my problems. For back
ground, I am using Samba4 as an AD. I have the userdb working from LDAP
just fine and kerberos authenetication for dovecot's IMAP server working
fine. The problem is using dovecot's SASL with postfix. I also have
plain/login working in imap and smtp. Both use pam_krb5 through pam to
authenticate clients that don't have
2009 Apr 12
1
ssh_gssapi_check_mechanism fails
Gssapi is failing at the following statement in sshconnect2.c, ok never gets
set to 1::
ssh_gssapi_check_mechanism fails
/* Check to see if the mechanism is usable before we offer it */
while (mech < gss_supported->count && !ok) {
/* My DER encoding requires length<128 */
if (gss_supported->elements[mech].length < 128 &&
2016 Jun 27
3
Looking for GSSAPI config [was: Looking for NTLM config example]
Hi,
On 27-06-2016 08:58, Mark Foley wrote:
> So, I'm apparently lacking in the kerberos stuff. Here's the problem -- Samba4 uses Heimdal
> Kerberos and when I provisioned my domain apparently none of these needed kerberos files were
> set up. I can, however, kerberos authenticate from domain workstations both WIN7 and Linux.
You don't need any Samba4 stuff, to get it
2005 Nov 27
3
OpenSSH and Kerberos / Active Directory authentication problems: Credentials cache permission incorrect / No Credentials Cache found
Greetings,
I'm working on the infrastructure of a medium size client/server
environment using an Active Directory running on Windows Server 2003 for
central authentication of users on linux clients.
Additionally OpenAFS is running using Kerberos authentication through
Active Directory as well.
Now I want to grant users remote access to their AFS data by logging in
into a central OpenSSH
2012 Dec 10
3
Automatically Cleaning Kerberos Credential Cache Files
I'm in a situation here at work where I'm trying to support a mixed
network of OS X and RHEL desktop machines with a Postfix/Dovecot
combination.
- user account information is stored in LDAP
- user credentials are in MIT Kerberos
- server is running RHEL 6/Dovecot 2.0.9/Postfix 2.6.6
I am currently using the PAM passdb module to authenticate my users (I
began to have trouble
2005 Mar 21
2
Winbind vs pam_krb5/nss_ldap
Hi all,
I am just after some opinions about the pros and cons of winbind
compared to the 'standard' kerberos and ldap methods. I've have
already got single sign on working with pam_krb5 and nss_ldap (using
SASL/GSSAPI) against SBS 2003 (with MSSFU 3.0) using Debian Sarge as
clients/'member servers', and integration of Samba is the next bit I'm
looking at.
The impressions
2018 Dec 18
2
RFE: OpenSSH Support for PKCS11 Funneling to PAM for Kerberos/PKINIT
I know OpenSSH currently supports PKCS11 devices (such as smartcards)
for publickey authentication, but I would love to see PKCS11 extended
further. It is currently possible to perform PKCS11 certificate
authentication, via pam_krb5.so (on Linux at least and likely something
similar on other *NIX) which allows smartcard auth to a Kerberos
(including AD) server, where a TGT can also be granted.
2008 Feb 14
1
Help "Could not get unix ID"
Greetings!!!
I am using samba 3.0.28 clients authenticating AD R2 with SFU 3.5. I
have setup nss info to template, sfu get the uid, gid, home dir and
shell from AD.
The problem is it seems to be working for sometime, and then it says
could not get uid/gid pair. I am assuming some kind of caching is
causing this.
My understanding with SFU is that, there wont be any mappings and the
specific user
2008 Mar 13
0
[LLVMdev] Subversion head: build problem on cygwin?
On Mar 11, 2008, at 8:10 PM, Sam Bishop wrote:
> Sam Bishop wrote:
>> What LLVM is trying to do here is determine its own path. I don't
>> know
>> if the approach being used will work on Cygwin. (The code is very
>> new,
>> and it's never worked on Cygwin.) You could try reading the
>> /proc/$$/exe symlink. I don't know how long Cygwin
2016 Jul 30
2
IMAP flags and dovecot-keywords not working as expected
I've converted most of our users from Outlook to Thunderbird. One important feature of
Thunderbird is that it pays attention to the IMAP non-standard message flags via the 'tags'
feature (see http://wiki2.dovecot.org/MailboxFormat/Maildir). This is important because 2
users make extensive use of Outlook categories (Tags, in Thunderbird). I found that when I set
a message to the 1st
2012 Sep 20
1
AIX 5.8p1?
Good Morning,
We just performed some security scanning on one of our AIX systems and these vulnerabilities was returned:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4755
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-5000
We are currently running: 5.8.0.6101
The latest on IBMs
2008 Mar 12
3
[LLVMdev] Subversion head: build problem on cygwin?
Sam Bishop wrote:
> What LLVM is trying to do here is determine its own path. I don't know
> if the approach being used will work on Cygwin. (The code is very new,
> and it's never worked on Cygwin.) You could try reading the
> /proc/$$/exe symlink. I don't know how long Cygwin has been emulating
> /proc, though.
The dladdr() code won't work on Cygwin; the
2011 Oct 04
2
GSSAPI and deny=yes passdb
Hi. Is it possible to use GSSAPI authentication and deny passdb
together? Seems it doesn't work as I expect: GSSAPI doesn't check deny
passdb, so I'm not able to restrict access to GSSAPI-users.
I can see these in logs when user tries to connect with PLAIN
authentication (via pam_krb5):
Oct 4 11:14:31 vm03 auth: Debug: passwd-file(testuser,172.17.0.123):
lookup: user=testuser
2013 Jun 03
3
csum failed during rebalance
Hi,
I added a new drive to an existing RAID 0 array. Every
attempt to rebalance the array fails:
# btrfs filesystem balance /share/bd8
ERROR: error during balancing ''/share/bd8'' - Input/output error
# dmesg | tail
btrfs: found 1 extents
btrfs: relocating block group 10752513540096 flags 1
btrfs: found 5 extents
btrfs: found 5 extents
btrfs: relocating block group 10751439798272
2006 May 26
4
Samba 3.0.20, pam_winbind broken?
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 255 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba/attachments/20060525/a6a8d41f/signature.bin
2006 Apr 05
3
how to install a patch on windows xp ??
Hello all,
I need to install the following patch :
http://dev.rubyonrails.org/ticket/4457
Unfortunately I don''t have any idea how to use/install it...
I am on windows xp.
Could someone help me, and sorry for my question which certainly is a
bit stupid!
Best regards,
Barth
--
Posted via http://www.ruby-forum.com/.
2011 Feb 16
1
error in optim, within polr(): "initial value in 'vmmin' is not finite"
Hi all. I'm just starting to explore ordinal multinomial regression. My dataset is 300,000 rows, with an outcome (ordinal factor from 1 to 9) and five independent variables (all continuous). My first stab at it was this:
pomod <- polr(Npf ~ o_stddev + o_skewness + o_kurtosis + o_acl_1e + dispersal, rlc, Hess=TRUE)
And that worked; I got a good model fit. However, a variety of other