pam limits.conf cannot change stack size for shell

2020-12-04 Thread Yong Huang
rtual memory (kbytes, -v) unlimited file locks (-x) unlimited Everything meets Oracle's requirement except for stack size. We checked everything we can think of including files in ~oracle (hidden or not) but can't find out why stack size doesn't change per pam li

PAM/SSSD/AD - user not prompted to change password

2018-08-17 Thread sruckh
I have a PAM/SSSD configuration authenticating against Active Directory (using pam_sss.so) on Red Hat Enterprise Linux 7.x. The [auth] section is configured like below: auth sufficient pam_sss.so forward_pass In active directory the user is flagged to force password change at next login

Re: PAM News

2003-09-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 24 Sep 2003 09:26:55 +0800, Edward Dekkers wrote: > OK, the real log files tell me the job was run at 4:08.31 and 'su news' > was executed then, and logged out one second later. > > There IS a job in cron.daily called inn-cron-expire. > > T

Re: PAM News

2003-09-23 Thread Sean Estabrooks
On Wed, 24 Sep 2003 09:26:55 +0800 Edward Dekkers <[EMAIL PROTECTED]> wrote: > Michael Schwendt wrote: > > > Check the real log files in /var/log, not the stripped-down > > information presented to you by logwatch. Also check whether > > it's a daily cron job in /etc/cron.daily > > OK, the real

Re: PAM News

2003-09-23 Thread Edward Dekkers
Michael Schwendt wrote: Check the real log files in /var/log, not the stripped-down information presented to you by logwatch. Also check whether it's a daily cron job in /etc/cron.daily OK, the real log files tell me the job was run at 4:08.31 and 'su news' was executed then, and logged out one s

Re: PAM News

2003-09-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 24 Sep 2003 08:20:42 +0800, Edward Dekkers wrote: > I've googled on this and it HAS been asked before on a few lists, but > I've found no answer. > > Logwatch tells me: > > su: > Sessions Opened: >(uid=0) -> news: 1 Time(s) > >

PAM News

2003-09-23 Thread Edward Dekkers
I've googled on this and it HAS been asked before on a few lists, but I've found no answer. Logwatch tells me: su: Sessions Opened: (uid=0) -> news: 1 Time(s) Every day I believe. I don't have a news server installed, so I was just wondering what is causing it. It's done it since day

Re: Is there a way for Samba to authenticate via PAM?

2003-09-22 Thread Anthony E. Greene
On 20-Sep-2003/16:01 -0600, "Rodolfo J. Paiz" <[EMAIL PROTECTED]> wrote: > >So the general concensus seems to be that no, there is no way for Samba to >authenticate via PAM to the /etc/passwd file of system users. Odd, that... Not quite. You can use the /etc/passwd data

RE: Is there a way for Samba to authenticate via PAM?

2003-09-20 Thread Rodolfo J. Paiz
, there is no way for Samba to authenticate via PAM to the /etc/passwd file of system users. Odd, that... Chris, could you share that script with me? All I have is three or four users here on Windows 2000 notebooks... no NT, no PDC, nothing, and everyone uses the same password for Linux system

RE: Is there a way for Samba to authenticate via PAM?

2003-09-20 Thread Chris Mason
a way for Samba to authenticate via PAM? > > > Short of invoking the ldap beast...can just unix pwd/account > info be used? > > When my unix login creds are the same as my samba acct (and > they are)...it > would be nice to not have to maintain separate-but-equal pwd files &g

RE: Is there a way for Samba to authenticate via PAM?

2003-09-20 Thread Chris Mason
-8463 www.netconcepts.ai > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike Klein > Sent: Saturday, September 20, 2003 7:51 AM > To: [EMAIL PROTECTED] > Subject: RE: Is there a way for Samba to authenticate via PAM? > > >

RE: Is there a way for Samba to authenticate via PAM?

2003-09-20 Thread Mike Klein
erent passwords. Is samba keeping the passwords in a different format? mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Mason Sent: Saturday, September 20, 2003 4:01 AM To: [EMAIL PROTECTED] Subject: RE: Is there a way for Samba to authenticate vi

RE: Is there a way for Samba to authenticate via PAM?

2003-09-20 Thread Chris Mason
.netconcepts.ai > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rodolfo J. Paiz > Sent: Friday, September 19, 2003 11:10 PM > To: [EMAIL PROTECTED] > Subject: Is there a way for Samba to authenticate via PAM? > > > The subject says

Is there a way for Samba to authenticate via PAM?

2003-09-19 Thread Rodolfo J. Paiz
The subject says it all, really... is there no way to avoid having separate user/pass databases for the system and samba? TIA, -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 18:01, Jason Williams wrote: > Hi Jason > > I actually compiled from source... > > rpm2cpio/cpiosounds fancy...how would somebody do that? Sounds cool. I > could just pull something from the RPM? First, do a package listing to see what the file is called: rpm2cpio |

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
maybe you didn't compile in pam support? If from rpm, and you [unlikely] deleted it by accident, you could always use rpm2cpio/cpio to extract that file from the rpm. -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- redhat-list mailing list unsubscribe mailto:[

Re: PAM and smtp

2003-08-22 Thread Jason Williams
Hmm..well, if sendmail was removed and only postfix is running, that could be the problem? Hmm...any ideas on how to get it back into there? heheh Jason At 05:29 PM 8/22/2003 -0400, you wrote: On Fri, 2003-08-22 at 17:01, Jason Williams wrote: > I was thinking of setting up my SMTP with

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 17:01, Jason Williams wrote: > I was thinking of setting up my SMTP with PAM...curiously though, I dont > have an option for smtp in my /etc/pam.d directory. > Running RH 9.0. > > Is there a module I would need to download of some sort and if so, where

PAM and smtp

2003-08-22 Thread Jason Williams
I was thinking of setting up my SMTP with PAM...curiously though, I dont have an option for smtp in my /etc/pam.d directory. Running RH 9.0. Is there a module I would need to download of some sort and if so, where can I get it? Thanks. Jas -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: Using PAM for authentication

2003-08-18 Thread Gordon Messmer
Jason Williams wrote: Through a little bit of testing, I was able to setup /etc/pam.d/ssh to use LDAP for authentication of users. Since then, my users can SSH to the box and log in correctly. In addition to the resources that have been pointed out, I suggest you look at the "authconfig" applica

Re: Question on PAM and ftp..

2003-08-16 Thread Bret Hughes
On Fri, 2003-08-15 at 15:13, Jason Williams wrote: > Hi everyone. > I was doing some testing and configuring with PAM. I wanted to use ftpd as > my primary testing tool so if I break something in ftp, it is not a > critical problem. > > However, when I went into /etc/pam.d/

Re: Using PAM for authentication

2003-08-15 Thread Ed Wilts
On Fri, Aug 15, 2003 at 04:08:37PM -0700, Jason Williams wrote: > Does anyone have any suggestions or recommendations on where I can find > some good stuff for PAM? http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-pam.html http://www.us.kernel.org/pub/linux/libs/pam/Lin

Using PAM for authentication

2003-08-15 Thread Jason Williams
Evening everyone. Hopefully there a few people around to answer my questions. :) Anyway, im starting to look more at PAM for using authentication on my servers. Specifically, items like LDAP and SSH for example. What i've done is setup samba with LDAP on the backend to hold user acc

Re: Question on PAM and ftp..

2003-08-15 Thread David Eduardo Gómez Noguera
On Fri, 2003-08-15 at 15:13, Jason Williams wrote: > Hi everyone. > I was doing some testing and configuring with PAM. I wanted to use ftpd as > my primary testing tool so if I break something in ftp, it is not a > critical problem. > > However, when I went into /etc/pam.d/

Question on PAM and ftp..

2003-08-15 Thread Jason Williams
Hi everyone. I was doing some testing and configuring with PAM. I wanted to use ftpd as my primary testing tool so if I break something in ftp, it is not a critical problem. However, when I went into /etc/pam.d/ I did not see any ftpd in there to test with. Anybody know what program I need

pam authentication failure using openssh-3.1p1-8 rpms

2003-07-29 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I updated a server with the openssh errata for valhalla today and now when I log in I see this in the logs: sshd(pam_unix)[14785]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=x user=xx sshd(pam_unix

Re: pam su-authentication without password

2003-04-04 Thread Jeff Kinz
l.so trust use_uid group=b > however, now group b is also able to su to root without providing a > password, and that is something I definately do not want... > > Does any of you here have the answer on what line I should add to my pam > configuration in order to grant group b just

pam su-authentication without password

2003-04-04 Thread Maarten
definately do not want... Does any of you here have the answer on what line I should add to my pam configuration in order to grant group b just those rights to su to control without a password? My configuration is included below. thanks! maarten /etc/pam.d/su auth sufficient /lib/security

PAM / SSH problem

2003-02-13 Thread Mark Olliver
Hi I have a problem that i think is pam related, If i log in and get the password correct on the first attempt it lets me in. however, if i get the password wrong, even if i get it correct on the next two attempts it still fails to let me in. (If i enter no password the first time and then enter

Re: NT Authentication With Pam

2002-12-05 Thread Distribution Lists
Thanks for the information. This worked great. Regards > On Wed, Dec 04, 2002 at 05:39:56PM -0600, Distribution Lists wrote: > >> I want to configure my RH 8 box so that it authenticates users that >> log using telnet, ssh, etc... via a NT domain controller. I suspect I >&g

Re: NT Authentication With Pam

2002-12-05 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-Dec-2002/09:12 -0600, "Cowles, Steve" <[EMAIL PROTECTED]> wrote: >I'm not the OP, but I tried the above and... It worked!. Thanks! This is the >first time I have ever been able to get pam/smb auth to play together. >

RE: NT Authentication With Pam

2002-12-05 Thread Cowles, Steve
> -Original Message- > From: Javier Gostling > Sent: Thursday, December 05, 2002 7:33 AM > Subject: Re: NT Authentication With Pam > > > On Wed, Dec 04, 2002 at 05:39:56PM -0600, Distribution Lists wrote: > > > I want to configure my RH 8 box so that it aut

Re: NT Authentication With Pam

2002-12-05 Thread Javier Gostling
On Wed, Dec 04, 2002 at 05:39:56PM -0600, Distribution Lists wrote: > I want to configure my RH 8 box so that it authenticates users that log > using telnet, ssh, etc... via a NT domain controller. I suspect I have to > use the a Pam module, but I can't find any documentation

Re: NT Authentication With Pam

2002-12-04 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04-Dec-2002/17:39 -0600, Distribution Lists <[EMAIL PROTECTED]> wrote: >I want to configure my RH 8 box so that it authenticates users that log >using telnet, ssh, etc... via a NT domain controller. I suspect I have to >use the a Pa

Re: NT Authentication With Pam

2002-12-04 Thread Scott Burns
Distribution Lists wrote: I want to configure my RH 8 box so that it authenticates users that log using telnet, ssh, etc... via a NT domain controller. I suspect I have to use the a Pam module, but I can't find any documentation to explain the setup. Can someone point me in the right dire

NT Authentication With Pam

2002-12-04 Thread Distribution Lists
I want to configure my RH 8 box so that it authenticates users that log using telnet, ssh, etc... via a NT domain controller. I suspect I have to use the a Pam module, but I can't find any documentation to explain the setup. Can someone point me in the right direction. Thanks -- r

Unknown PAM message

2002-10-13 Thread Sergio Tschá Wanderley
I´m in trouble trying to figure out the meaning of the following message in /var/log/messages on my Red Hat 7.2 (kernel 2.4.7-10custom) server:Oct  8 06:37:46 server su(pam_unix)[17201]: session opened for user root by (uid=0)Oct  8 06:37:51 server su(pam_unix)[17201]: session closed for use

Re: Unknown PAM message

2002-10-13 Thread Tom Pollerman
On Sat, 12 Oct 2002 12:29:19 -0300 Sergio Tschá Wanderley <[EMAIL PROTECTED]> wrote: > I´m in trouble trying to figure out the meaning of the following > message in /var/log/messages on my Red Hat 7.2 (kernel > 2.4.7-10custom) server: > > Oct 8 06:37:46 server su(pam_unix)[17201]: session opene

su in pam module

2002-08-21 Thread koo fan heng (desmond)
hi, i have try to configure the su module in pam.d for putting the below requirement but  i failed to do it : 1) only group of ABC, XYZ can su to root 2) within group of ABC, only ALi and Susan can su to root. Within group of XYZ, only Ahmad and Micheal can su to root. How would i set

PAM problems

2002-06-24 Thread Pappas, Nicholas C
Support, Hello, I have an odd problem. From what I can see, PAM is in the default install of Red Hat version 7.2. At the current time, however, I would like to use the traditional authentication mechanism to authenticate our users (IE not using Kerberos or MD5). Here is the situation

pam: disable strong passwords

2002-06-24 Thread Surly Zek
Hello, I am trying to disable strong passwords for 1 server only. I am looking at the files under /etc/pam.d/ but do not see how to do this. I checked the online documentation "for system administrators" at the pam site. It says to ask here since I am running Red Hat 7.x. I tri

gtoaster and PAM

2002-05-12 Thread Jason Jesso
I have installed RH7.3 out of the box. I run "gtoaster" and I get the following message: "You are attempting to run "gtoaster" which requires superuser privileges, but more information is needed in order to do so." I think gtoaster is a PAM aware app. I t

Checkpassword PAM

2002-04-24 Thread Kevin Keithan
Title: Message I am having trouble with Checkpassword.  I installed it and it checks out fine.     [root@kevin tmp]# /var/qmail/bin/qmail-popup blah /bin/checkpassword pwd+OK <2539.1019651410@blah>user admin+OKpass password/home/admin [root@kevin tmp]#   When I try to pop the email with ou

Checkpassword PAM

2002-04-24 Thread Kevin Keithan
Title: Message I am having trouble with Checkpassword.  I installed it and it checks out fine.     [root@kevin tmp]# /var/qmail/bin/qmail-popup blah /bin/checkpassword pwd+OK <2539.1019651410@blah>user admin+OKpass password/home/admin [root@kevin tmp]#   When I try to pop the email with o

Re: PAM capabilities

2002-03-06 Thread Ed Wilts
I'd call that a bug that you should reoprt to the pam_tally author - this case, you should file a bugzilla report with Red Hat since they distribute the routine as part of the pam package. A security policy implemented correctly should not allow a user to gather information about corre

Re: PAM capabilities

2002-03-06 Thread Andreas Hansson
> A much better solution is that which is implemented by default in VMS - lock > the account for a random period of time - usually around 5 minutes - but > don't lock it permanently. When the account is locked, accept all passwords, > even the correct one, and return a standard user authorization

Re: PAM capabilities

2002-03-04 Thread Ed Wilts
On Mon, Mar 04, 2002 at 01:03:21PM -0500, Paul Greene wrote: > > Is there a capability within the PAM authentication modules to implement a > user account lockout if someone fails a login more than, say, 3 times in > a row? > > The intention would be that if a user fails a

PAM capabilities

2002-03-04 Thread Paul Greene
Is there a capability within the PAM authentication modules to implement a user account lockout if someone fails a login more than, say, 3 times in a row? The intention would be that if a user fails a login more than 3 times within a certain time period (like within a time period of 30 minutes

PAM and MYSQL problem

2002-02-14 Thread Flávio Brito
ello, I'm trying to substitute passwd using MySQL - pam-mysql. In pam_mysql readme we found pam.conf config example, but my RH doesn't have one(pam.conf). I´m using /etc/pam.d/login and /etc/pam.d/passwd to configure it, without success. I need help. Thanks Flávio Rio de Janeir

RH 7.1, PAM and MYSQL

2002-02-12 Thread Flavio Brito
Dear list, I'm trying to substitute passwd using MySQL - pam-mysql. My problem is that in pam_mysql readme uses pam.conf, but my RH7.1 doesn't have one I used /etc/pam.d/login and /etc/pam.d/passwd config without success. I need help. Thanks Flavio Rio de Janeir

Re: Pam

2001-11-15 Thread Hal Burgiss
On Tue, Nov 13, 2001 at 10:34:41AM -, Graham Cahill wrote: > Hi, > > Is there any internet sites or books that you can recommend that will help me > understand Linux PAM. http://linuxdoc.org/HOWTO/User-Authentication-HOWTO/index.html http://www.seifried.org/lasg/ http://www.ke

Pam

2001-11-15 Thread Graham Cahill
Hi,   Is there any internet sites or books that you can recommend that will help me understand Linux PAM.   Thanks. _ This message has been checked for all known viruses by UUNET delivered through the MessageLabs Virus

Re: PAM and openSSH 2.5.1p2 in redhat 6.2

2001-03-22 Thread David Talkington
not p2, and that's the one that had the PAM problem with scp. - -d - -- David Talkington Prairienet [EMAIL PROTECTED] 217-244-1962 PGP key: http://www.prairienet.org/~dtalk/dt000823.asc -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 Comment: Made with pgp4pine 1.75-6 iQEVAwU

Re: PAM and openSSH 2.5.1p2 in redhat 6.2

2001-03-22 Thread Chuck Mead
On Thu, 22 Mar 2001, David Talkington blurted out: DT>Thornton Prime wrote: DT> DT>>> I installed openSSH 2.5.1p2 (compiled from source) on my redhat 6.2 (with DT>>> the updated PAM rpm installed) and it now denies all passwords when i try to DT>>> remote in. I

Re: PAM and openSSH 2.5.1p2 in redhat 6.2

2001-03-22 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Thornton Prime wrote: >> I installed openSSH 2.5.1p2 (compiled from source) on my redhat 6.2 (with >> the updated PAM rpm installed) and it now denies all passwords when i try to >> remote in. I know it is not a problem with the sshd.conf

Re: PAM and openSSH 2.5.1p2 in redhat 6.2

2001-03-22 Thread Thornton Prime
On Wed, 21 Mar 2001, Jeremy Herbison wrote: > I installed openSSH 2.5.1p2 (compiled from source) on my redhat 6.2 (with > the updated PAM rpm installed) and it now denies all passwords when i try to > remote in. I know it is not a problem with the sshd.conf file since i have >

PAM and openSSH 2.5.1p2 in redhat 6.2

2001-03-22 Thread Jeremy Herbison
I installed openSSH 2.5.1p2 (compiled from source) on my redhat 6.2 (with the updated PAM rpm installed) and it now denies all passwords when i try to remote in. I know it is not a problem with the sshd.conf file since i have tried pretty much everything there. I think it is the PAM support, and

Pam Help

2001-03-19 Thread David Reta
Hello, I am running NIS. Is there a way through a PAM module to not allow root to su to other NIS users. Thanks, David David Reta Narus Inc. 3950 Fabian Way Palo Alto, CA 94303 email: [EMAIL PROTECTED] url: www.narus.com fax: (650) 475-9113 direct: (650) 475-9238

Re: pam and file attributes??

2000-12-10 Thread Mike Burger
, christopher j bottaro wrote: > hello again, > > which device do i need properties to to hear sound? i use KDE2, and only as > root do i hear the startup sound. after lots of searching on the internet, i > found out that something called pam resets all the device's attributes > accord

pam and file attributes??

2000-12-10 Thread christopher j bottaro
hello again, which device do i need properties to to hear sound? i use KDE2, and only as root do i hear the startup sound. after lots of searching on the internet, i found out that something called pam resets all the device's attributes according to the first person who logs int

PAM 'mechanics' (was: Re: Authentication failure)

2000-10-06 Thread Marco Shaw
Further to my message below. What could possibly be different in the manner that PAM would authenticate users between a system being in multi-user mode versus single-user mode? As I had mentioned below, there is no problem with authenticating users in single-user mode, but multi-user mode does

What is the different between pam and kerkeros ?

2000-09-24 Thread Andrew So Hing-pong
All, As I know, now most of linux is using pam. At all, what is the difference between both ? and what is the disadvatages on kerkeros? # # Andrew H.P. So, Software Developer# # First Ecommerce

Error Messages With PAM

2000-09-22 Thread Jeff Grossman
Every time I log in or out with telnet, I get the following error: Sep 19 05:55:19 apple PAM_pwdb[23187]: (login) session opened for user jeff by (uid=0) Sep 19 05:55:19 apple pam_console[23187]: can't find device or X11 socket to examine for 0 Sep 19 21:34:34 apple PAM_pwdb[23187]: (login) sess

Re: mount: RPC: Unable to receive; errno = Connection refused (pam trouble?)

2000-08-30 Thread Julius Smith
Thanks for your help. I tried your suggestion and the problem persists. In /var/log/messages on the machine that refuses to export the mount, there is some message about a pam authorization failure. (I selected pam security when I installed.) I looked and found that some of my "

Sendmail, SASL, and PAM

2000-06-13 Thread Mobeen Azhar
) to use pam. Then I edited etc/pam.d/imap so that the box actually authenticatd imap/pop3 clients using Novell's NDS via Novell's corporate directory for Linux. Anyways, Cyrus imapd works great and works with pam. Is the same possible for sendmail? Can I put pwcheck_method:PAM in /us

Re: Cyrus, Sasl, and PAM

2000-05-25 Thread Brian Tenerowicz
ar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 25, 2000 1:49 PM Subject: Cyrus, Sasl, and PAM > Hello all, > I installed the Cyrus mail package using the cyrus-imapd-1.6.19-2 RPM. I > used the source RPM and compiled it myself. The build and installation

Cyrus, Sasl, and PAM

2000-05-25 Thread Mobeen Azhar
fine. This is on a RH 6.2 box using PAM. I am having a problem authenticating to imap. Running the imtest diagnostic tool I get the following message when I enter the password "Authentication failed: generic failure". I know that PAM is working fine, so I suspect it is the SASL mechani

Re: PAM logs: "pam_rhosts_auth[8012] denied to..."

2000-05-08 Thread Zoki
as zoki: access not allowed -> ->OK, first thing to do is restore all of your /etc/pam.d/* files to their ->original state. Did you back them up? If not, reinstall the packages ->that provide those files. If you don't understand PAM, don't change ->them. It will have u

Re: PAM logs: "pam_rhosts_auth[8012] denied to..." (fwd)

2000-05-01 Thread Gordon Messmer
our /etc/pam.d/* files to their original state. Did you back them up? If not, reinstall the packages that provide those files. If you don't understand PAM, don't change them. It will have unexpected results on the security of your system ;) Now, I'm not using the UW-IMAP server, pr

Re: PAM logs: "pam_rhosts_auth[8012] denied to..." (fwd)

2000-05-01 Thread Zoki
pam_rhosts_auth[8012]: denied to ->>[EMAIL PROTECTED] as zoki: access not allowed ->[snip] -> ->Check the docs on pam_rhosts_auth to see what it checks and why one or more ->of those checks is failing. *** Antony, I have been through loads of doc's (PAM, password, shadow passwo

Re: PAM logs: "pam_rhosts_auth[8012] denied to..." (fwd)

2000-05-01 Thread Anthony E. Greene
ck the docs on pam_rhosts_auth to see what it checks and why one or more of those checks is failing. If you kow enough about how PAM operates, you might look into disabling this check or setting it to "sufficient" or "optional" if it's not already. This is set in /et

PAM logs: "pam_rhosts_auth[8012] denied to..." (fwd)

2000-05-01 Thread Zoki
OTECTED]> To: Red Hat Users List <[EMAIL PROTECTED]> Date: Mon, 1 May 2000 14:10:49 +0200 (CEST) Subject: PAM logs: "pam_rhosts_auth[8012] denied to..." Hi everybody! While experimenting with imap, sendmail and everything that goes with it I arrived at the point where everything

Pam problem ?

2000-03-14 Thread Daniel Foerst
Hey all, I have a log file program that reads my logs each day and e-mails them to me that night. However I have noticed this problem in the last few logs.. **Unmatched Entries** unable to dlopen(/lib/security/pam_console.so) [dlerror: /lib/security/pam_console.so: cannot open shared object file

Re: overzealous PAM cracklib / passwd

2000-02-25 Thread Igmar Palsenberg
On Thu, 24 Feb 2000, Alan Mead wrote: > At 01:09 PM 2/24/00 , Romain Kang wrote: > >How do we disable (or weaken) cracklib so that people can use silly > >passwords? in /etc/pam.d/passwd : password required /lib/security/pam_cracklib.so retry=3 difok=3 \ dcredit=2 ocred

Re: overzealous PAM cracklib / passwd

2000-02-24 Thread Allen Bolderoff
> At 01:09 PM 2/24/00 , Romain Kang wrote: > >How do we disable (or weaken) cracklib so that people can use silly > >passwords? > > I don't know and I think it's silly to do so A quick solution would be > to open a root window on console and let them file in and set silly > passwords as ro

Re: overzealous PAM cracklib / passwd

2000-02-24 Thread Alan Mead
At 01:09 PM 2/24/00 , Romain Kang wrote: >How do we disable (or weaken) cracklib so that people can use silly >passwords? I don't know and I think it's silly to do so A quick solution would be to open a root window on console and let them file in and set silly passwords as root. --- Alan D

overzealous PAM cracklib / passwd

2000-02-24 Thread Romain Kang
We're running RH 6.1 and would like to weaken our passwords :-). On an internal machine, we've just changed from everyone-has-root to a select few. One person attempted to set his password, but was stymied by the cracklib checking in passwd. If I try to comment out cracklib, passwd never gets p

Re: pam-aware POP3d?

2000-02-06 Thread Jason Costomiris
On Sun, Feb 06, 2000 at 08:36:37PM +1100, tom minchin wrote: : On Sun, Feb 06, 2000 at 04:36:53AM -0500, Edward Schernau wrote: : > Looking to set up a server, and not sure how to set : > up my POP3 daemon to work with PAM. Is it a case of : > getting a newer POP3D, or can I just ma

Re: pam-aware POP3d?

2000-02-06 Thread tom minchin
On Sun, Feb 06, 2000 at 04:36:53AM -0500, Edward Schernau wrote: > Looking to set up a server, and not sure how to set > up my POP3 daemon to work with PAM. Is it a case of > getting a newer POP3D, or can I just make a pop3 file > in /etc/pam.d ? The one I'm using is an

pam-aware POP3d?

2000-02-06 Thread Edward Schernau
Looking to set up a server, and not sure how to set up my POP3 daemon to work with PAM. Is it a case of getting a newer POP3D, or can I just make a pop3 file in /etc/pam.d ? The one I'm using is an ancient BSD-port, but works like a champ. Ed -- Edward Schernau

Re: pam rhost auth error [added info]

2000-01-11 Thread Vidiot
> >While doing some rlogins I've run across the following error: > > pam_rhosts_auth[10993] > >I placed and entry in the hosts.allow file for rshd and rlogind: > > in.rshd : machine.domain.com > in.rlogind : machine.domain.com > >But I still get the above error when doing an

pam rhost auth error

2000-01-11 Thread Vidiot
While doing some rlogins I've run across the following error: pam_rhosts_auth[10993] I placed and entry in the hosts.allow file for rshd and rlogind: in.rshd : machine.domain.com in.rlogind : machine.domain.com But I still get the above error when doing an rlogin.

Re: pam?

2000-01-06 Thread Philippe Moutarlier
su root ... chmod you+s /sbin/halt "Kaplan, Paul" <[EMAIL PROTECTED]> writes: > I just installed the newest version of pam (0.68-10), posted on the errata > page on 05Jan00, to a RH6.0 system. Prior to the upgrade, I allowed myself > (as a normal user) to shu

pam?

2000-01-06 Thread Kaplan, Paul
I just installed the newest version of pam (0.68-10), posted on the errata page on 05Jan00, to a RH6.0 system. Prior to the upgrade, I allowed myself (as a normal user) to shutdown the system from the console. After the upgrade when I try this the system returns "Segmentation fault"

Re: pam user authentication

1999-12-30 Thread Igmar Palsenberg
security/pam_pwdb.so > sessionoptional /lib/security/pam_xauth.so > > > When I authenticate I get the following error: > > Dec 30 10:02:13 lucy PAM-Wheel[16104]: Access denied for 'ops' to 'root' > > here is my wheel group: > [root@lucy pam.d]# gr

RE: pam user authentication

1999-12-30 Thread Wilde, Jeff
I figured it out.. added auth required /lib/security/pam_wheel.so debug group=wheel I thought wheel was the default ;) -Original Message- From: Wilde, Jeff [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 30, 1999 10:09 AM To: '[EMAIL PROTECTED]' Subject

pam user authentication

1999-12-30 Thread Wilde, Jeff
the following error: Dec 30 10:02:13 lucy PAM-Wheel[16104]: Access denied for 'ops' to 'root' here is my wheel group: [root@lucy pam.d]# grep wheel /etc/group wheel:x:10:root,ops any ideas what I am missing here? Thanx in advance. -=-=-=-=-=-=--=-=-=-=-=---=-=-=-=-=-=-

Dec 8 00:44:01 fraud login: PAM unable to dlopen (/lib/security/pam_pwdb.so)--help

1999-12-07 Thread Danny
ailed login session from (null) FOR root, Module is unknown Dec 8 00:44:01 fraud login: PAM unable to dlopen (/lib/security/pam_pwdb.so) PAM [dlerror: /lib/libns1.so.1: symbol strtok, version GLIBC 2.0 no defined in the file libc.so6 with link time reference] Dec 8 00:44:01 fraud login: PAM adding f

PAM amd proftpd

1999-11-27 Thread Charles Galpin
I setup a box for a friend recently, and he's having a problem I've never seen. I installed proftpd, and configured it (ie I have the /etc/pam.d/ftp file). Regular users can ftp in just fine, but "popusers" - users I created with linuxconf as POP only accounts, get put in the group popusers, and

Re: me vs. PAM

1999-11-17 Thread James C. Bevier
. This line must be the first rule in the file. Hope this helps. Jim Bevier [EMAIL PROTECTED] > > Also, > > Anyway to loosen the stringent rules of user passwords in pam? The pam > docs didn't seem very clear. > > Edward Schernau wrote: > > > Any way to allow

Re: me vs. PAM

1999-11-16 Thread Larry Creech
Also, Anyway to loosen the stringent rules of user passwords in pam? The pam docs didn't seem very clear. Edward Schernau wrote: > Any way to allow null passwords? I'm running RH6.0. > > Thanks > -- > Edward Schernau http://www.scherna

me vs. PAM

1999-11-16 Thread Edward Schernau
Any way to allow null passwords? I'm running RH6.0. Thanks -- Edward Schernau http://www.schernau.com Network Architect mailto:[EMAIL PROTECTED] Rational Computing Providence, RI, USA -- To unsubscribe: mail [EMAIL PROTECTED]

Re: bash-passwd-PAM scripting

1999-11-03 Thread Deryk Barker
o go through > the passwd utility to setup and/or change the password on an account. > Is there a way to use the passwd utility from within a script? Or is > there an alternative, non-interactive, PAM compliant, way to setup/alter > passwords, via bash (or perl) scripting, that might be

bash-passwd-PAM scripting

1999-11-03 Thread Andy Brown
an account. Is there a way to use the passwd utility from within a script? Or is there an alternative, non-interactive, PAM compliant, way to setup/alter passwords, via bash (or perl) scripting, that might be a better solution? If I can't find another way I'm leaning towards unencryp

Re: me vs. PAM

1999-01-16 Thread Gordon Messmer
ll only > work for root. Users setting passwords will remain the same. > This line must be the first rule in the file. Um, this doesn't actually work. 'root' already has the right to set any password he chooses. PAM, however, will tell you that there was "no passwor

Re: bash-passwd-PAM scripting

1999-01-02 Thread John Summerfield
p and/or change the password on an account. > Is there a way to use the passwd utility from within a script? Or is > there an alternative, non-interactive, PAM compliant, way to setup/alter > passwords, via bash (or perl) scripting, that might be a better > solution? If I can't fin

pam ncp under RH5.1

1998-06-17 Thread irger
Hi, how can i run pam with ncp under RH5.1 ?? And how can i start pam Please help. cu armin irger -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail

Re: XFree-3.3.2 at RedHat 4.2 needs pam-0.59 ?

1998-06-11 Thread Dave Reed
arning: mercury.redhat.com: ewt owned process doing -bs Date: Tue, 9 Jun 1998 21:43:00 -0400 (EDT) From: Erik Troan <[EMAIL PROTECTED]> To: Dave Reed <[EMAIL PROTECTED]> Subject: Re: SECURITY: new XFree86 packages now available Just use --nodeps... Tha packages were built with the right pam

XFree-3.3.2 at RedHat 4.2 needs pam-0.59 ?

1998-06-10 Thread Javier Hernandez
Hi All, I did tried to update my XFree86 to 3.3.2 with the new rpm's available. Everything went ok, except that when I tried to update XFree86-3.3.2.i386.rpm it said that it needs pam-0.59 ?:-( I think pam-0.59 is from Red Hat 5.0 and I do not want Red Hat 5.0 for the moment. Some sugge

Re: PAM rpm upgrade problem.

1998-06-05 Thread Igmar Palsenberg
>Greetings! >Has anyone had any problems upgrading PAM via rpm with respect >to this >error message? >[root@HAL apps]# rpm -Uvh pam-0.64-2.i386.rpm >failed dependencies: >libcrack.so.2 is needed by pam-0.64-2 It gives you the cause. Update libcrack. Of, one good

  1   2   >