Displaying 20 results from an estimated 9000 matches similar to: "PAM Questions"
2008 Feb 15
2
PAM libraries not found
When I add the --with-pam option in my configure command I get the
following error:
checking for pam_start in -lpam... no
configure: error: Can't build with PAM support: libpam not found
PAM is most certainly installed on the machine:
ii libpam-modules 0.79-5
Pluggable Authentication Modules for PAM
ii libpam-runtime 0.79-5
Runtime support
2010 Sep 09
1
Proposal for collaboration
Hello,
My is Dmitri Pal and for the last two years I have been working on SSSD
and IPA open source projects.
SSSD is effectively a replacement for PAM/NSS combination with offline
caching. The details about the project can be read here:
https://fedorahosted.org/sssd/
Quick overview of features is here:
https://fedorahosted.org/sssd/attachment/wiki/Contribute/sssd%20overview%20slides.2.pdf
SSSD
2017 Aug 03
0
pam auth problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 3 Aug 2017, Randy Bush wrote:
> Date: Thu, 03 Aug 2017 22:08:22 +0900
> From: Randy Bush <randy at psg.com>
> To: Remko Lodder <remko at FreeBSD.org>
> Cc: Christian Kivalo <ml+dovecot at valo.at>, dovecot at dovecot.org
> Subject: Re: pam auth problem
>
>>> auth: in openpam_parse_chain():
2011 Sep 26
1
Restructuring data - unstack, reshape?
Hi all,
I'm having a problem restructuring my data the way I'd like it. I have data
that look like this:
Candidate.ID Specialty Office Score
110002 C London 47
110002 C East 48
110003 RM West 45
110003 RM
2024 Nov 12
1
openssh-9.9p1 problem with faillock pam module
On 12/11/2024 12:39, anctop wrote:
> It seems that release 9.9p1 does not use the binary filename as the
> PAM service name, but sticks to "sshd" for all instances.
man sshd_config:
???? PAMServiceName
???????????? Specifies the service name used for Pluggable
Authentication Modules (PAM) authentication, authorisation and session
controls when
???????????? UsePAM is
2001 Oct 12
2
bug report: last login time vs PAM in portability release
on hp-ux 11 i see:
$ date;ssh jenny
Fri Oct 12 14:44:13 PDT 2001
Last successful login for stevesk: Fri Oct 12 10:45:42 PST8PDT 2001 on pts/2
Last unsuccessful login for stevesk: Mon Sep 24 22:55:53 PST8PDT 2001
Last login: Fri Oct 12 10:45:43 2001 from 172.31.1.53
You have mail.
so solaris PAM is different. can other solaris+PAM users confirm this?
On Fri, 12 Oct 2001, Benn Oshrin wrote:
2010 Jun 08
0
Flac -ts differs from flac -t
Hello,
I'm runing Debian Stable linux with flac version 1.2.1. Weekly, I run a
cron job to test all my flac files for problems using the -ts options. I
have several computers storing the same information over various raid
arrays, and occasionally I do find the odd file that has had problems and
can then change hard drives and re-synchronize.
Anyways, I have recently encountered a couple of
2017 Aug 03
0
pam auth problem
Hi Randy,
> On 3 Aug 2017, at 08:50, Randy Bush <randy at psg.com> wrote:
>
> auth: in openpam_parse_chain(): /etc/pam.d/dovecot(1): missing or invalid facility
I do not think that it has something to do with the dovecot settings itself but perhaps with the pam facility settings instead?
Cheers
Remko
-------------- next part --------------
A non-text attachment was scrubbed...
2017 Aug 03
0
pam auth problem
What is in the pam.d/dovecot file? (Remember to strip passwords if included)
Cheers,
Remko Lodder
/* sent from my phone and thus brief and to the point *\
Op 3 aug. 2017 om 15:08 heeft Randy Bush <randy at psg.com> het volgende geschreven:
>>> auth: in openpam_parse_chain(): /etc/pam.d/dovecot(1): missing or invalid facility
>>
>> I do not think that it has
2017 Aug 03
0
pam auth problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 3 Aug 2017, Randy Bush wrote:
> # cat /etc/pam.d/dovecot
> passdb {
> driver = pam
> # args = failure_show_msg=yes
> # args = max_requests=12
> args = %s
> }
this info belongs into Dovecot's conf files, not into /etc/pam.d.
> and /etc/pam.d/{imap,pop3} were untouched; both as follows
>
> #
> #
1999 Oct 12
0
SECURITY: RHSA-1999:040 New PAM packages available
-----BEGIN PGP SIGNED MESSAGE-----
- ---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: New PAM packages available
Advisory ID: RHSA-1999:040
Issue date: 10/13/1999
Updated on: 10/13/1999
Keywords: pam security login NIS server
Cross references: N/A
-
2024 Nov 12
1
openssh-9.9p1 problem with faillock pam module
Hi,
Many thanks for your prompt answer.
We overlooked this new option because it was not available in the 9.3p1 config.
On Tue, 12 Nov 2024 at 20:52, Brian Candler <b.candler at pobox.com> wrote:
>
> On 12/11/2024 12:39, anctop wrote:
>
> It seems that release 9.9p1 does not use the binary filename as the
> PAM service name, but sticks to "sshd" for all
2010 Apr 15
0
Automating searching text for key words
Hello all,
Im doing some content analysis of news stories and i am looking for a
way to sort through different text lists searching for specified words then
storing the results, at this point just the count. Heres what i have so
far:
#Load data frame of wed address to load ->Creates raw word data
#Create web addresses to where text data is located
WebAdds<-c("
2012 Oct 04
4
Puppet 3.0 + Inventory search
Hello,
I am having problems with Puppet since upgrading to 3.0.0.
When I call an inventory search I get a Error 400. I have used dashboard +
Perl
Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET
/production/facts_search/search?facts.lsbdistcodename.eq=lenny
Oct 4 08:58:43 puppet01 puppet-master[7008]: header too long
ii facter
2009 Jul 24
1
Conditional sorting
Greetings!
I am trying to figure out how to order a data frame by one variable
conditioned on another.
Here is an example of what I have:
d <- data.frame(RUN = rep(1:3, each = 3), ID = 1:9, AUC =
runif(9,1,100))
> d
RUN ID AUC
1 1 70.2
1 2 86.5
1 3 20.1
2 4 74.3
2 5 53.6
2 6 67.6
3 7 99.9
3 8 47.3
3 9 41.3
2018 Feb 20
3
JGR not installed. Attempting to install from CRAN...
Loris, thank you thank you so much!!!
do you know which CRAN mirror i select? There are loads - all related to various countries..
so appreciate the help
Jenny
Jenny Coetzee (PhD Candidate)
Head of Prevention in Key Populations & Head of the Soweto Sex Worker Project
Perinatal HIV Research Unit (PHRU)
New Nurses Home
Chris Hani Baragwanath Academic Hospital
Soweto
B: +27 11 989 9821
M:
2006 May 08
8
enforcing special behavior of child rows in HABTM
Hi,
I have a scenario where a doctor can have one or more specialties.
For each doctor, one and only one of her specialties can be designated
as primary.
So I have tables called doctors, specialties, and doctors_specialties,
the last of which has a boolean is_primary column.
The doctor model class specifies that:
has_and_belongs_to_many :specialties
I want to enforce, at the lowest possible
2012 Dec 14
1
Connecting to Puppet's user experience team as a Puppet Test Pilot
Hi, it''s Jenny here from Puppet''s user experience team.
We are looking for people to become Puppet Test Pilots who try our
prototype designs, provide feedback, and more:
+ You get gift cards and t-shirts as thanks for helping us out.
+ About once a quarter, you''ll be invited to give feedback in a 30-60
minute online meeting.
+ No other requirements or homework on your
2003 Jan 29
0
samba 2.2.7a, security=server, password server = win2k, winxp client
Hello,
I'm having some problems with the this setting.
I'm trying to have a winxp client logon to a samba-2.2.7a machine which is using
a win2k server as password server. It works if I use a linux client (smbclient):
smbclient -L pandora -U bush%george
Pandora is the samba machine, and it contacts the w2k server and validates bush's
password. This is working, but only with
2006 Aug 11
1
[BioC] problem loading affycoretools (more details)
Hi again,
I have been playing around with the order of loading packages, and as far
as I can tell, there's nothing specific with affycoretools that's causing
my Rgui to crash (i.e., shuts down and the Microsoft 'please send error
report' box pops up). Instead, it has something to do with the order & type
of packages that are loaded that add items to the menu bar by