Displaying 20 results from an estimated 300 matches similar to: "Environment set on PAM module is not visible to user"
2000 Oct 09
2
Remote port forwarding
I have the following line in the sshd_config file:
GatewayPorts no
If I launch the ssh client as this:
ssh -l user host -R 9000:otherHost:25
the port forwarding is successful! :-( As you can see, the
'netstat -na' command shows the Secure Shell daemon listening
to the port 9000.
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address
1997 Jul 23
0
Canceling jobs
Hello, I'm having some troubles with the lpq command, and I hope
some one help me:
We have samba 1.9.16p11 working in an HP-UX B.10.20 machine; printing
works fine, but there is one problem with jobs: we're not able to cancel them.
The lpq command definition it's shown below:
lpq command = /usr/bin/lpstat %p
But if any one submits a job to any printer and, after that, tryies
2013 Oct 14
1
Provide AcceptEnv variables to a Linux PAM module?
I've been looking for a while and can't figure out for sure if variables
allowed by AcceptEnv are readable by a PAM module. I looked through the
openssh source code and found a few calls to pam_putenv(), which looks
like the relevant call, but I don't see anything that would copy over
AcceptEnv variables. Am I correct that the variables are not available
to PAM? I'm
2005 Apr 06
1
dovecot crashes
I'm getting these over and over again in my dovecot [CVS] logs. I'm
using PAM for authentication- something that worked a few weeks ago.
Apr 6 15:22:11 [PAM-env] Unknown PAM_ITEM: <XAUTHORITY>
Apr 6 15:22:11 [dovecot-auth] PAM pam_putenv: delete non-existent
entry; XAUTHORITY
dovecot: Apr 06 15:22:16 Warning: Killed with signal 2
dovecot: Apr 06 15:22:16 Error: child 25731 (imap)
2010 Feb 16
2
auth processes
With 1.0.15 my configuration I a single dovecot-auth process, which is what I
want now. Since upgrading to 1.2.10 I have two such processes:
root 16992 16990 0 Feb15 ? 00:00:00 dovecot-auth
root 16997 16990 0 Feb15 ? 00:00:00 dovecot-auth -w
I can't seem to tweak dovecot.conf to get this down to one auth process again.
I've tried setting each of these below to 0,
2005 Mar 25
2
Very HUGE binaries!?
Hi!
I've been compiling Samba 3.0.x on a Solaris 2.6 server using GCC
3.4.1 without any problem until recently... The problem started with 3.0.12
version, and reproduced in 3.0.13. Doing "configure" and then "make"
produces with these two versions VERY HUGE binaries! I'm talking about more
than 50 Megabytes binaries in some cases... With 3.0.11 and before I had
much
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts.
--------------------------------------------------------------------------------
Eighth Real-Time Linux Workshop
October 12-15, 2006
Lanzhou University - SISE
Tianshui South Road 222
Lanzhou, Gansu 730000
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================================
"Always keep an open mind and a
compassionate heart."
Phil Jackson
================================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.2 series.
Major enhancements included in
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================================
"Always keep an open mind and a
compassionate heart."
Phil Jackson
================================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.2 series.
Major enhancements included in
2012 Sep 24
3
[Bug 2043] New: memleak in import_environments
https://bugzilla.mindrot.org/show_bug.cgi?id=2043
Priority: P5
Bug ID: 2043
Assignee: unassigned-bugs at mindrot.org
Summary: memleak in import_environments
Severity: trivial
Classification: Unclassified
OS: All
Reporter: arthurmesh at gmail.com
Hardware: All
Status: NEW
Version:
2017 May 06
3
[Bug 2712] New: Add fingerprint of key used for public key authentication to PAM handle
https://bugzilla.mindrot.org/show_bug.cgi?id=2712
Bug ID: 2712
Summary: Add fingerprint of key used for public key
authentication to PAM handle
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2003 Aug 22
1
GSSAPI patch sync from OpenBSD to Portable
Hi All.
Markus has commited the long-awaited GSSAPI patch to OpenBSD's ssh.
There are patches. The first [1] is a straightforward port of the
OpenBSD code to Portable.
The second [2] contains the parts I've stolen from Simon Wilkinson's
portable GSSAPI patch in an attempt to make it build. It is incomplete
and doesn't currently work.
The PAM support is not there and
2003 Oct 29
4
Fix for USE_POSIX_THREADS in auth-pam.c
As many of you know, OpenSSH 3.7.X, unlike previous versions, makes
PAM authentication take place in a separate process or thread
(launched from sshpam_init_ctx() in auth-pam.c). By default (if you
don't define USE_POSIX_THREADS) the code "fork"s a separate process.
Or if you define USE_POSIX_THREADS it will create a new thread (a
second one, in addition to the primary thread).
The
2004 Mar 30
2
[Bug 688] PAM modules relying on module-private data (pam_dhkeys, pam_krb5, AFS) fail
http://bugzilla.mindrot.org/show_bug.cgi?id=688
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |822
nThis| |
Status|NEW |ASSIGNED
2004 Nov 11
2
openssh-3.7p1+ and PAM on OS X
Hello list,
Bug 688 is causing me a massive headache on OS X.
The fact that each PAM authentication takes place in a separate process
means the PAM context data isn't shared and therefore prevents the
passing of data between modules. (pam_set_data, and pam_get_data)
Compiling with pthreads isn't really an option because of the added
security risk and the fact that some of the PAM
2017 Jul 10
7
[Bug 2741] New: Export Port to PAM
https://bugzilla.mindrot.org/show_bug.cgi?id=2741
Bug ID: 2741
Summary: Export Port to PAM
Product: Portable OpenSSH
Version: 7.5p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at mindrot.org
2009 Jan 27
1
[Announce] Samba 3.3.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================================
"After all, computers crash, people die,
relationships fall apart. The best we
can do is breath and reboot."
Sarah Jessica Parker
================================================================
Release Announcements
=====================
This is the first
2009 Jan 27
1
[Announce] Samba 3.3.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================================
"After all, computers crash, people die,
relationships fall apart. The best we
can do is breath and reboot."
Sarah Jessica Parker
================================================================
Release Announcements
=====================
This is the first
2019 Oct 09
0
Announce: OpenSSH 8.1 released
OpenSSH 8.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches, reported bugs, tested
2019 Oct 01
9
Call for testing: OpenSSH 8.1
Hi,
OpenSSH 8.1p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at