Displaying 20 results from an estimated 100 matches similar to: "[PATCH] Support for GSSAPI SASL Mechanism"
2009 Mar 03
2
GSSAPI cross-realm fixed
Attached is a patch which in my environment (Linux/Heimdal 1.2.1) fixes
cross-realm GSSAPI authentication.
Changes it makes:
1. When using krb5_kuserok, do not call gss_compare_name to check that
authn_name and authz_name are the same. Instead, make TWO calls to
krb5_kuserok, one for each ID. If both IDs are acceptable, allow the
login.
2. Disable checking that the name is a
2009 Jul 29
1
authn_name and authz_name differ: not supported
Hello,
I'm trying to authenticate using GSSAPI, but getting this in dovecot.log
"authn_name and authz_name differ: not supported". What is actually
trying to say me? I've remeber once encounter this problem but it get
away silently.
I'm using Mozilla Thunderbird 3 beta 3 and Dovecot 1.0.15
2009 Mar 03
0
GSSAPI cross-realm still broken
I've been trying to track down some problems with Dovecot in a Kerberos
5 cross-realm environment, and there seem to be a few issues.
LOGIN/PLAIN work fine using pam_krb5, but GSSAPI is a bit harder to
handle.
On line 436 of src/auth/mech-gssapi.c, the authn_name and the
authz_name are compared using gss_compare_name. This dates back to the
message at:
2011 Mar 10
1
Dove cot+Kerberos
Hi All.
I have a problem with authorization users AD via kerberos in
Dovecot&Postfix.
Windows SRV 2008 Standart - AD
mail server: Gentoo + cyrus-sasl + postfix + dovecot with support
ldap&kerberos.
I am created a 4 keytabs on Windows box.
C:\Users\Admin>ktpass -princ host/srv-mail.cn.energy at CN.ENERGY -mapuser
ldapmail at CN.ENERGY -pass "superpasswd" -crypto RC4-HMAC-NT
2009 Aug 28
1
GSSAPI Authentication Broke with Dovecot 1.1.16 -> 1.2.4 Upgrade
This morning I upgraded a dovecot installation from 1.1.16 to 1.2.4 on a
FreeBSD 7.2 server, and then spent 3 hours trying to figure out why
GSSAPI authentication had broken.
It turned out to be a recent change in Dovecot's mech-gssapi.c to do
with checking for NULs in usernames: everything worked fine when I
disabled that test.
<http://hg.dovecot.org/dovecot-1.2/rev/5d53b1d66d1b>
This
2009 Jun 24
2
dovecot 1.2rc5 fails to authenticate user via GSSAPI
Hi,
we're facing problem where dovecot 1.2rc5 is not able to authenticate user via
gssapi. (I'm forwarding information from red hat's bugzilla)
Steps to reproduce:
1. Install dovecot with kerberos support, create mailboxes for the client
2. Get initial credentials on client side
3. Attempt to log in via dovecot using gssapi
-> login failed
Client side
1. Email client displays:
2007 Feb 03
1
GSSAPI authentication behind HA servers
Hi all,
We have 2 mail servers sitting behind linux-HA machines.The mail
servers are currently running dovecot 1.0rc2.
Looking to enable GSSAPI authentication, I exported krb keytabs for
imap/node01.domain at REALM and imap/node02.domain at REALM for both mail
servers.
However, clients are connecting to mail.domain.com, which results in a
mismatch as far as the keytab is concerned (and rightly
2004 May 10
2
Pdb-useredit
G'day ya all.
i had a few day's off, and was able to make
samba-3's first user editor (it's actualy an front-end for pdbedit!!)
check out : http://213.34.118.231/pdbedit/
let me know what you think of this user manager for samba-3
Greetings.
---------------------------------------------
Collen Blijenberg (Systeem/Netwerk Beheerder)
Montessori Lyceum
Herman Jordan
Zeist
2007 Oct 16
2
How to speed up multiple for loop over list of data frames
Hi there,
I have a multiple for loop over a list of data frames
for ( i in 1:(N-1) ) {
for ( j in (i+1):N ) {
for ( p in 1:M ) {
v_i[p] = alist[[p]][i,"v"]
v_j[p] = alist[[p]][j,"v"]
}
rho_s = cor(v_i, v_j, method = "spearman")
rho_p = cor(v_i, v_j, method = "pearson"
2005 Jun 26
2
(sans objet)
Ma premi??re question: puis-je ??crire en fran??ais, mon anglais est
pire que pire. J'essaie en fran??ais; sinon, j'essaierai une traduction!
Je sduis d??butant. Ma question est donc simple, j'imagine.
Je travaille sur des tableaux de statistiques. Je prends un exemple:
J'ai un "frame" que j'appelle "eurostat" qui me donne des
statistiques
2008 Feb 13
4
rolling sum (like in Rmetrics package)
Hello, I'm new to R and would like to know how to create a vector of "rolling
sums". (I have seen the Rmetrics package and the rollMean function and I
would like to do the same thing except Sum instead of Mean.) I imagine
someone has done this, I just can't find it anywhere.
Example:
x <- somevector #where x is 'n' entries long
#what I would like to do is:
x1
2010 Oct 06
4
List of html_options available
I''ve noticed lots of people online complain about not good documentation
for Rails. I''m a PHP programmer but I''m a newbie on Rails.
I''m creating a form with a drop-down menu. I finally got to do it. I
noticed there is a html_options parameter for select. I was curious as
to what other html_options are available but couldn''t find a list of
options. I
2009 Jan 16
4
howto install 1.1.13
hello
i need to install Wine version 1.1.13. i tried but i cant succeed. so my question is hoq can i install wine 1.1.13 cause i get all the time 1.1.12 again :S
2008 Feb 04
1
Java and Xalan
Hello,
I have some problems running some tools of java in CentOS. Anyone know
where is the problem for this?
> [jv at localhost ~]$ java org.apache.xalan.xslt.Process
> Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.xslt.Process
> at gnu.java.lang.MainThread.run(libgcj.so.7rh)
> Caused by: java.lang.ClassNotFoundException:
2012 Apr 25
2
On the Design of the R Language
http://www.cs.purdue.edu/homes/jv/pubs/ecoop12.pdf
A new paper out on R the language -- I'm not all the way through it but it's been an interesting read so far. Thought it might be of interest to the list.
Michael Weylandt
[[alternative HTML version deleted]]
2007 Feb 21
12
suggestion: directory promotion to filesystem
Not sure how technically feasible it is, but something I thought of while shuffling some files around my home server. My poor understanding of ZFS internals is that the entire pool is effectivly a tree structure, with nodes either being data or metadata. Given that, couldnt ZFS just change a directory node to a filesystem with little effort, allowing me do everything ZFS does with filesystems on
2005 Dec 30
1
Compile problem on FreeBSD 6.0-STABLE
Trying to update to dovecot-1.0.alpha5 and seeing this at compile time:
mech-gssapi.o mech-gssapi.c; then mv -f ".deps/mech-gssapi.Tpo"
".deps/mech-gssapi.Po"; else rm -f ".deps/mech-gssapi.Tpo"; exit 1; fi
mech-gssapi.c:30:27: gssapi/gssapi.h: No such file or directory
mech-gssapi.c:42: error: syntax error before "gss_ctx_id_t"
mech-gssapi.c:51: error:
2009 May 29
3
Why change data type when dropping to one-dimension?
Hello,
First, let me say I'm an avid fan of R--it's incredibly powerful and I
use it all the time. I appreciate all the hard work that the many
developers have undergone.
My question is: why does the paradigm of changing the type of a 1D
return value to an unlisted array exist? This introduces boundary
conditions where none need exist, thus making the coding harder and
confusing.
For
2015 May 20
2
reduce delay in fax detection
hello everybody
i want to send fax via asterisk in pass through mode. everything is ok if
enable fax detection in ooh323 and write fax extension in extensions.conf
file. just one problem: delay. i have to wait 5 seconds in order to fax
detection done. it is too long for me when i have voice call and no fax. my
phone rings after five seconds. is there any way to omit or reduce this
time? i test
2015 May 21
1
reduce delay in fax detection
hello and thank you so much for your reply
just one question: how do you use it? AFAIK, when asterisk receive a call,
it select extensions based on the received number and when it detects fax,
jump to the fax extension. now when should i use these show commands to
detect fax and how should i tell asterisk to execute fax extension?
this is a big problem for me, so i really appreciate if you help