Displaying 20 results from an estimated 8000 matches similar to: "INBOX stored in AFS"
2014 Oct 24
1
Replication .dovecot-sync.lock
Hello all,
I have set up two servers with dovecot and replication. The mail location is
mail_location = sdbox:/var/spool/mail/%u
Everything works fine when I override the homedirectories
userdb {
driver = passwd
override_fields = home=/var/spool/mail/%u
}
But, when I do not override the homedirectories, replication does not work,
and the following error is logged:
Oct 24 14:40:45
2011 Apr 28
1
rsync-3.0.8: problem with installing man pages when using seperate build dir
Hi all,
there is a little problem when building rsync outside it's source dir with
installing the man pages: they are not found and therefor not installed. The
attached patch fixes this situation.
Kind regards,
H.-A. Arnolds
--
________________________________________________________________________
Dipl.-Ing. Heinz-Ado Arnolds
MPI fuer Astrophysik
Karl-Schwarzschild-Strasse 1
1997 Aug 15
3
Samba and AFS
I think I have come across what seems to be a bug in the interplay between
Samba and AFS. I'm running 1.9.16p11 on an IBM RS/6000 (AIX 4.1.5) with the
AFS support included (AFS 3.4a). The client machine is running Windows 95.
I've created an AFS area which is writeable (rlidwk) to an AFS protection
group. The group contains two AFS users, say user1 and user2. If user1
creates a file in
2000 May 09
1
openssh-2.1.0 and AFS
Hi!
I've noticed that openssh always does a do_setpag() if compiled with
AFS-support no matter which authentication method is used.
Maybe I'm missing something but shouldn't it only get a pag, if
AFS-token-passing is used?
If password authentication is used, an AFS-pam-module (or the authenticate
function on AIX) will do the job, otherwise, no token can be
obtained and therefore no
2001 Oct 09
2
Solaris 2.6, and AFS
With the help of Jan Iven I have been able to compile openssh-2.9.9p2
on Solaris 2.6 with AFS/kerb4 support using gcc.
./configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
--with-egd-pool=/var/run/egd-pool \
--with-kerberos4=/usr/athena --with-afs=/usr/afsws
to do this I modified the resulting Makefile,
from:
CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include
2002 Jan 23
1
Fix AFS and Kerberos interaction
Hello,
I going to use ssh with Kerberos V5 support along with support for AFS. I
don't want to use Kerberos V4 or AFS token passing. The only thing I need
from AFS is creating an AFS token (using appropriate function from krb5 API)
after user's authentication. It seems to me that such scenario is not much
supported by the current code. Rather it is assumed only Kerberos 4 will be
used
2005 Sep 28
1
Samba(4) + AFS
This maybe more appropriate on the developers list but I'll ask here
first.
Anybody know if any improved support for AFS is being added to either
samba 3 or 4? We currently share all user home directories, shared
files, web sites, etc. etc. from AFS using Samba. This setup is
working great, thank you to everyone involved!! I'm just concerned
that AFS support might not make it
2018 May 07
1
accessing AFS volume
Hi all!
Just wondering whether anybody has any idea on configuration for
accessing AFS volume using current version of Samba. The issue
is how to get Samba pass correct kerberos ticket on opening the
AFS volume. Having Samba to have root access over AFS is not an
option as we need the AFS permission to still apply.
Upon searching, the most recent info I can get is this thread
from OpenAFS
2001 Mar 14
1
SSH and AFS
I'm sorry, but I've been looking in the archives, and I can't find an answer to this question.
I believe OpenSSH supports AFS, but I can't seem to make it work.
I've tried to install krb5-devel, but it doesn't work. I've made configure --with-kerberos4 --with-afs, and it says it can't find krb.h.
Did anyone manage to compile openssh 2.3.0 with AFS? Which kerberos
2002 Jan 04
2
3.0.2 AFS login problem, Solaris 2.5.1
I've been beating myself senseless trying to build OpenSsh 3.0.1 on Solaris
2.5.1 and get AFS login working.
The symptoms of the problem are: sshd builds (used --with-afs and
-with-kerberos4 - there is no PAM on this box), accepts connections from
non-AFS users, but does not accept a connection from an AFS user; the user
sees "permission denied" after entering the password.
The
2008 May 27
6
Openssh + AFS
The native authentication methods of openssh are
(not counting insecure RhostsRSAAuthentication)
1) public key
2) password
For users with home dirs in AFS space, method 1) does not work.
Except with (non foolproof) fiddling on the access controls within
the home directory. This might lead to security issues when done
by inexperienced users.
Without some work, only 2) remains. Being forced to send
2001 Oct 02
2
AFS and tokenforwarding
For some reasons the afs tokenforwarding stuff has changed
siginificantly from v 2.9p2 to 2.9.9p2.
This makes it impossible to use public key authenticication in a
standart AFS environment.
I don't know the reasons for these changes.
In any case attached is a patch which restores the old behaviour.
Regards
Serge
--
Serge Droz
Paul Scherrer Institut mailto:serge.droz at
2003 Sep 25
5
[Bug 717] AFS tokens are not generated upon login
http://bugzilla.mindrot.org/show_bug.cgi?id=717
Summary: AFS tokens are not generated upon login
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
2003 Oct 11
2
Samba 3.0 stable: make --with-afs fails on SuSE 8.2
Hi All-
I have SuSE 8.2 installed on two different Intel machines, with (as far as
I can determine) all required packages for doing what I'm trying to do
here. Both machines suffer the same problems.
I didn't find any SuSE 8.2 rpms, so I'm trying to build Samba 3.0 (stable)
(24th Sep, 2003) on either of these machines but am having problems with
it.
As root, I did a
2010 Feb 02
3
dovecot and AFS
Scrolling thru the archives gives me a hint that there might be troubles
with AFS together with dovecot and maildir especially the LDA
Is this still an issue or should I prepare for spending time to solve it?
If someone successfully got it to work in a small or large scale
environment I would be happy to know about it.
/Per-Erik Persson
2004 Feb 27
1
[PATCH] Getting AFS tokens from a GSSAPI-delegated TGT
Here is a patch I just wrote and tested which may be of interest to
those who wish to use KerberosGetAFSToken (currently requires Heimdal
libkafs) in combination with GSSAPIDelegateCredentials. The patch is
in the public domain and comes with no warranty whatsoever. Applies
to pristine 3.8p1. Works for me on Solaris and Tru64.
I'd probably have used Doug Engert's patch from 2004-01-30 if
2003 Oct 12
1
AFS Auth with Samba
Hi All,
I'm having some real problems with Samba AFS auth. Sometimes Samba gets a ticket and all is fine. Other times, it is not issued a ticket and when I try and browse to an AFS folder I get access denied.
What strikes me is the lack of documentation on this feature - can someone point me to a decent howto or something?
TIA
Tom
2003 Sep 25
3
openssh 3.7.1p2 afs/pam issues
I've been trying to get a working version of openssh-3.7.1p2 as well.
Unfortunately, afs support has been pulled, and the patch posted on the
openafs list coredumps when I compile it. The new way that pam is done
also introduces errors since pam_authenticate is supposedly called in a
seperate thread so that the correct environmental variables are not
passed. Even after applying some changes
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
Hello *,
sorry if i missed an article which already solves my problem.
I need a working configuration of OpenSSH for Solaris 7 (SunOS 5.7)
with AFS support. PAM support to use the AFS PAm module `pam_afs.so'
and TCP-Wrapper support would be nice.
It would be nice to have similar configurations for Solaris 6
(SunOS 5.6), Solaris 8 (SunOS 5.8) and Solaris 2.5.1.
I have tested a few
2003 Apr 24
1
[Bug 547] Missing radix.o in makefile for AFS
http://bugzilla.mindrot.org/show_bug.cgi?id=547
Summary: Missing radix.o in makefile for AFS
Product: Portable OpenSSH
Version: 3.6p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: