Displaying 20 results from an estimated 200 matches similar to: "SSHD with PAM question"
2004 Sep 22
2
SSHD with PAM question
Greetings All,
I am trying to get sshd to authenticate using PAM in a situation where there is
no password entry (as found by getpwent et. al.) for a user. Setting:
AllowUsers *
UsePAM yes
causes the right PAM stuff to be invoked, but as soon as the PAM module tries to
have a conversation with the (illegal) user (in order to get the password) sshd
throws out the authentication context.
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
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
2016 Oct 20
2
Custom PAM module not working correctly
Hello,
I've developed a custom PAM module which only allows a user to
authenticate to the server only if another user of the same machine
also authenticates succesfully. It's currently a simple module which
also works as a PAM aware application since it authenticates each user
with PAM itself. Both the pamtester utility and su can use this module
correctly. However, when I try to use
2016 Mar 04
8
[Bug 2548] New: Make pam_set_data/pam_get_data work with OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=2548
Bug ID: 2548
Summary: Make pam_set_data/pam_get_data work with OpenSSH
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: major
Priority: P5
Component: PAM support
Assignee:
2009 Jun 24
2
change the height or scale of the y axis
Hallo, All,
I have a question about changing the height or scale of the y axis. When I
use following two R codes, I can get two plots. Please look at the y axes,
the number of indices (x1, x2, ?) on the y axis in the first plot is smaller
than that in the second plot, and hence the space between any two indices in
the first plot is wider than that in the second plot. As the number of
indices
2005 Aug 11
1
MS Live Communication Server
Hi List!
does anyone played around with the LCS and Asterisk? Because the LCS is
doing no RFC compliant SIP, i wonder if it can work. Google couldn't
tell me. If someon heared about that, please let me know.
The fact i figured out is that the Border Controler from Jasomi can be
used as a gateway from MS-LCS-SIP to regular SIP. But that is not really
handy and expensive too.
Thank you
2010 Dec 22
0
fdrtool help
Hello,
I am using fdrtool(x, statistic="pvalue") where x is a vector of chisq
p-values.
I can get this command to work with some x, but not with others.
When it does NOT work, I get the following screen output:
> fdrtool(pvals$Chi2.pval, statistic="pvalue")
Step 1... determine cutoff point
Step 2... estimate parameters of null distribution and eta0
Step 3... compute p-values
2005 Feb 07
0
seeking references
Good afternoon!
I am the 'tech guy' for a district of about 2500 students in
mid-Missouri. We are exploring VoIP options to eventually reach all 7
buildings, and have found Asterisk as a possibility, as opposed to
turn-key systems from major vendors.
To sell this idea to administration, I am looking for other
organizations using asterisk as their primary phone system, supporting
2005 Oct 16
2
Looking for advanced consultant services
Hi,
I have a meeting with an important customer in a couple of days and I am
aware that most of their questions are going to be related about scability
of Asterisk. We want to propose this customer to integrate Asterisk with
SER, but I have a loot of complex doubts that I would like to known before
this meeting.
I would like to contact with a busines that has experience with large
2005 Feb 06
0
re: difference between STUN servers and far-end solutions
Hi asterisk list,
this is a bit off topic, but can anyone explain the point of the
commercial far-end solutions floating around (jasomi, for example)? or
are the far-end things just hyped up media proxies? They claim to be
b2bua devices but that's a very wide category and only implies that
the media stream passes through it - exactly what can be done with
fairly simple OSS stuff.
In short,
2006 Feb 19
0
Live Communication Server and Asterisk
Has anyone have interfaced this successfully? I came to know from M$ that
Genesys GETS can be used to interface asterisk. I have interfaced Cisco
call manager to asterisk/ser but for my final setup I would like to have a
LCS talking to a CCM, without having the Genesys GETS is I don't have to.
Has anyone been playing around with this? If so I would really like to hear
some advise.
2004 Feb 27
3
Change request For OpenSSH 3.8p1
NOTE: This patch requires a previously sent patch fixing a small problem in
OpenSSH PAM support when POSIX threads are used.
This is a small patch to the OpenSSH portable configuration process that
I'd like to have considered for inclusion in the distributed version. It
will set the use of (native) POSIX threads in Solaris if the header and
library files are present on the system. At
2003 Oct 19
1
Music on hold...
No, you don't need a sound card.
Do you have ztdummy loaded or zaptel device in your system?
Regards,
Gus
----- Original Message -----
From: "Chris Hariga" <contact@techselesta.com>
To: <asterisk-users@lists.digium.com>
Sent: Sunday, October 19, 2003 8:19 PM
Subject: [Asterisk-Users] Music on hold...
> Hi,
>
> I need a sound card and mpg123 for music on
2003 Sep 30
2
auth-pam.c, USE_POSIX_THREADS
OpenSSH 3.7.1p2 contains an #ifdef USE_POSIX_THREADS and simulates threads
by processes if this is not defined. However, configure and config.h do not
provide any means to define this. Is this already included for future
releases but does not function properly if defined? Or could it be set
manually in config.h and would work in Solaris?
2004 May 04
3
Error with USE_POSIX_THREADS and OpenSSH-3.8p1
Hello,
I am using OpenSSH-3.8p1 on HP-UX machine with USE_POSIX_THREADS option.
This is for making the kerberos credentials file to be created in the system
with PAM. In OpenSSH versions 3.5 when authentication is done with pam
kerberos, a /tmp/krb5cc_X_Y file is created on the server side. But the
KRB5CCNAME variable is not set by default. So, after we manually set this
environment variable, the
2004 May 18
2
pam_setcred fails for "USE_POSIX_THREADS + non-root users + PrivSep yes"
Hello,
We use USE_POSIX_THREADS in our HP-UX build of OpenSSH. When we connect a
non-root user with PAM [pam-kerberos] then I get the following error.
debug3: PAM: opening session
debug1: PAM: reinitializing credentials
PAM: pam_setcred(): Failure setting user credentials
This is particularly for non-root users with PrivSep YES. When I connect to
a root user with PrivSep YES or to a non-root
2003 Jan 22
1
negative multinomial regression models
Hello,
I''ve spent a lot of time during the past month trying to get negative
multinomial regression models for clustered event counts as described in
(Guang Guo. 1996. "Negative Multinomial Regression Models For Clustered
Event Counts." Sociological Methodology 26: 113-132., abstract at
http://depts.washington.edu/socmeth2/4abst96.htm) implemented in R. A
FORTRAN version of the
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote:
> fyi
>
> add'l -- and looks unrelated -- issue
> /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here
> extern int pthread_join (pthread_t __th, void **__thread_return);
What included pthread.h? That's explicitly not supported by sshd:
$ grep THREAD
2004 Feb 27
1
Minor Thread Bug In OpenSSH 3.8p1
There is a minor problem with the PAM support in OpenSSH 3.8p1. If you use
POSIX threads (as specified by defining USE_POSIX_THREADS) in auth-pam.c,
PAM authentication will fail in routine import_environments(). The purpose
of this routine is to import variables returned by do_pam_account() in
sshpam_thread(). However, those variable are only exported if USE_POSIX_THREADS
is NOT set.