Displaying 20 results from an estimated 300 matches similar to: "Crossrealm Kerberos problems"
2018 Mar 27
0
Duplicate mails on pop3 expunge with dsync replication on 2.2.35 (2.2.33.2 works)
Hello,
consider the following setup with dovecot 2.2.35:
smtp/587 (subject: test 1535)
|
|
mx2a.example.com --> dsync/ssh --> mx2b.example.com
|
pop3 fetch/expunge (uid 23)
|
!! dsync (copy from INBOX -> uid 24) /|
dsync
2008 Nov 30
4
Sweex 1000VA UPS (Lakeview Research)
Hi all,
i've read a thread about this UPS from Peter van Valderen. He tried to
develop a
driver for this specific type of UPS. I've downloaded nut-2.2.2 and tried to
apply
the patches (lakeview.patch & lakeview.v2.patch) but both resulted in
rejected
chunks. I've tried to ./configure with type lakeview and then a make, but
the make
command fails.
Does anybody has any
2008 Dec 02
1
[nut-commits] svn commit r1589 - in trunk: . drivers
On Mon, Dec 1, 2008 at 7:43 PM, Alexander Gordeev
<agordeev-guest at alioth.debian.org> wrote:
> Author: agordeev-guest
> Date: Tue Dec 2 00:43:04 2008
> New Revision: 1589
>
> Log:
> * added lakeview_usb driver.
Could we possibly rename this driver before it gets into 2.4?
As I mentioned in another thread, Lakeview Research is probably not
the manufacturer.
Note that
2012 Apr 19
1
Trust UPS Oxxtron 1300VA (17679)
Hi,
are this UPS supported by any other driver than "richcomm_usb". The
device works with richcomm_usb, but only signals online, offline etc.
Not voltage, batterylevels etc.
Bus 006 Device 009: ID 0925:1234 Lakeview Research
Bus 006 Device 009: ID 0925:1234 Lakeview Research
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
2015 Nov 12
0
[Bug 958] patch to support GSI GSSAPI mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=958
Tom Downes <thomas.downes at ligo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thomas.downes at ligo.org
--- Comment #8 from Tom Downes <thomas.downes at ligo.org> ---
I have created bug
2009 Oct 17
3
zvol used apparently greater than volsize for sparse volume
What does it mean for the reported value of a zvol volsize to be
less than the product of used and compressratio?
For example,
# zfs get -p all home1/home1mm01
NAME PROPERTY VALUE SOURCE
home1/home1mm01 type volume -
home1/home1mm01 creation 1254440045 -
home1/home1mm01 used 14902492672
2007 Aug 26
3
Kernel panic receiving incremental snapshots
Before I open a new case with Sun, I am wondering if anyone has seen this
kernel panic before? It happened on an X4500 running Sol10U3 while it was
receiving incremental snapshot updates.
Thanks.
Aug 25 17:01:50 ldasdata6 ^Mpanic[cpu0]/thread=fffffe857d53f7a0:
Aug 25 17:01:50 ldasdata6 genunix: [ID 895785 kern.notice] dangling dbufs (dn=fffffe82a3532d10, dbuf=fffffe8b4e338b90)
Aug 25 17:01:50
2007 Sep 08
1
zpool degraded status after resilver completed
I am curious why zpool status reports a pool to be in the DEGRADED state
after a drive in a raidz2 vdev has been successfully replaced. In this
particular case drive c0t6d0 was failing so I ran,
zpool offline home/c0t6d0
zpool replace home c0t6d0 c8t1d0
and after the resilvering finished the pool reports a degraded state.
Hopefully this is incorrect. At this point is the vdev in question
now has
2015 Nov 12
0
[Bug 958] patch to support GSI GSSAPI mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=958
Tom Downes <thomas.downes at ligo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #9 from Tom Downes
2008 May 27
1
How to exclude directories from source with --relative
I have been unable to figure out how to exclude directories that only
exist on the source side when running rsync version 3.0.2 with --relative.
Here is an artificial test that shows my problem in case 3).
Any help would be appreciated.
# mkdir -p /tmp/source/a/b /tmp/source/a/c
# touch /tmp/source/a/b/hello /tmp/source/a/c/world
1) Try mirroring both b/ and c/, this works:
# rsync -avn
2016 Jul 01
2
RFE to allow dry-run against read only target
I would like to request that rsync -n to an rsync server target that is read only be supported rather than generating the following error,
ERROR: module is read only
The motivation is to allow the generation of a list of files against an rsync target that will be used by another application. Since dry-run mode does not require write access it would be convenient if the “module is read only” error
2008 Dec 04
2
ambiguous USB IDs (was: [nut-commits] svn commit r1589 - in trunk: . drivers)
On Wed, Dec 3, 2008 at 4:05 PM, Arjen de Korte <nut+devel at de-korte.org> wrote:
> Citeren Charles Lepple <clepple at gmail.com>:
>
>> Note that this is the same VID/PID as on this example on the Lakeview
>> Research home page:
>>
>> http://www.lvr.com/usb_on_a_budget.htm
>>
>> We can include the name "Lakeview Research" in the
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
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
2019 Oct 04
2
authorized_principals for Kerberos authentication
Hello,
SSH supports ~/.ssh/authorzied_keys for SSH keys and
~/.ssh/authorized_principals for X509 certs.
I could not find an equivalent of authorzied_keys
using Kerberos authentication.
IMHO it should be possible using the Kerberos principal
very much like the principal contained inside a X509
certificate.
My main use case is assigning a specific command to
a user logging in using Kerberos
2016 Dec 19
0
missing rh-git29-git package
Hi Centos Team,
It seems this is partially resolved. The issue now is that
rh-git29-runtime cannot be found by yum but the package itself is in the
repo directory:
http://mirrors.usc.edu/pub/linux/distributions/centos/7/sclo/x86_64/rh/rh-git29/rh-git29-runtime-2.3-4.el7.x86_64.rpm
[root at ldas-pcdev4 ~]# yum install rh-git29-git
Loaded plugins: auto-update-debuginfo, langpacks, priorities
2008 Dec 05
1
[nut-commits] svn commit r1596 - in trunk: drivers man tools
On Thu, Dec 4, 2008 at 4:51 PM, Arjen de Korte
<adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Thu Dec 4 21:51:28 2008
> New Revision: 1596
>
> Log:
> Added new richcomm_usb driver based on the lakeview_usb driver (using libusb).
Sorry if I wasn't clear - I was advocating *renaming* the lakeview_usb
driver to richcomm_usb.
Is there another
2008 Dec 14
1
order of subdirectories and nut-usbinfo.pl
Arnaud,
should we move tools/ up to the beginning of the subdirectory list? It
seems that it is writing some *.in files during 'make dist', which
should undergo variable substitution. (There will probably be other
dependency issues to resolve, but that would be the first step.)
On a related note, I would like to add some code to nut-usbinfo.pl to
blacklist bogus vendor IDs (e.g. 0x0000,
2015 Nov 12
10
[Bug 2495] New: add GSI GSSAPI SSO authentication to OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=2495
Bug ID: 2495
Summary: add GSI GSSAPI SSO authentication to OpenSSH
Product: Portable OpenSSH
Version: 7.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee:
2012 Dec 28
1
Kerberos/GSSAPI auth via .k5login file
Hi, we are currently moving our mailserver to a new server with Dovecot,
virtual users in LDAP, Passwords in Kerberos Setup. Everything works
fine except for GSSAPI which seems to be a bit buggy.
The thing is, that when using a .k5login [1] file it seems that SASL
does not get passed the home directory specified userdb. In other words,
mails for user1 (see below) are stored in