similar to: [Bug 521] PAM authentication not working in privilege seperation mode running in trusted system on hp-ux

Displaying 20 results from an estimated 7000 matches similar to: "[Bug 521] PAM authentication not working in privilege seperation mode running in trusted system on hp-ux"

2002 Feb 08
3
[Bug 68] Manpage for ssh-add and scp missing after "make install"
http://bugzilla.mindrot.org/show_bug.cgi?id=68 ------- Additional Comments From Todd.Bowden at atosorigin.com 2002-02-09 00:53 ------- The comments are below. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Mar 10
10
[Bug 83] PAM limits applied incorrectly (pam_session being called as non-root)
http://bugzilla.mindrot.org/show_bug.cgi?id=83 ------- Additional Comments From djm at mindrot.org 2003-03-10 15:49 ------- Created an attachment (id=247) --> (http://bugzilla.mindrot.org/attachment.cgi?id=247&action=view) Call pam_session after child fork() Hopefully this patch will allow people to gather the feedback necessary to close this bug. ------- You are receiving this
2003 Mar 10
10
[Bug 423] Workaround for pw change in privsep mode (3.5.p1)
http://bugzilla.mindrot.org/show_bug.cgi?id=423 ------- Additional Comments From djm at mindrot.org 2003-03-10 12:06 ------- The patch looks good, but the only thing that makes me wary is the use of signals for IPC. Would it not be possible to do the chauthtok call earlier? E.g. after the call to do_pam_session() in do_exec_pty()? ------- You are receiving this mail because: ------- You
2002 Jun 24
2
OpenSSH 3.3 & privlege seperation?
Wondering --- I know theo sent out a message asking vendors to get off their butts to get privlege seperation working, so what I'm wondering is whether this is happening/working/etc with Solaris? (specifically 8)...I know this is a portability question, since Sun doesn't support SSH on solaris 8. not on the list, so please CC me. thanks. adam
2002 Apr 05
1
[Bug 68] Manpage for ssh-add and scp missing after "make install"
http://bugzilla.mindrot.org/show_bug.cgi?id=68 ------- Additional Comments From stevesk at pobox.com 2002-04-05 18:50 ------- has the cause of this been resolved? i have never seen this on hp-ux. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Jun 05
1
memory.size() for large memory usage (PR#11596)
This amusing behaviour is from R2.6.1 on WinXP Pro SP2 running with boot.in= i /3GB flag, exploring memory limits. =20 When actual (object, not total) memory usage hits 2048 MB, memory.size star= ts counting down again, but reports a negative amount, e.g. -2046.333. Is t= his an intended (or unavoidable) feature?) =20 Thanks, =20 Rory Bowden bowden at stats.ox.ac.uk =20 [[alternative
2006 Oct 07
0
[Bug 939] README.privsep incorrectly says opnessh does not on HP-UX with pam+privsep+trusted mode.
http://bugzilla.mindrot.org/show_bug.cgi?id=939 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:37 ------- Change all RESOLVED bug to CLOSED with the exception
2002 Sep 26
0
Portable openssh integration with PAM on HP-UX 11.X Trusted System
Hi. I was wondering a couple things relating to PAM authentication: 1. I found that expired passwords caused authentication failure, rather than the expected behaviour of forcing a paswword change. After perusing the auth-pam.c file (as it appears in openssh-3.4p1), I found that the reason is that the case for the relevant return value (PAM_AUTHTOKEN_REQD) from pam_acct_mgmt is wrapped
2002 Jul 16
2
HP-UX PAM with Trusted System patch
I'm fairly new to the list and new to submitting patches. Can someone please verify the attached patch for running a HP-UX Trusted System with PAM and OpenSSH 3.4p1? The problem seemed to be that pam couldn't verify the user via __pamh after the call to permanently_set_uid in session.c. So I called do_pam_session prior to the call and added a function do_pam_set_tty in order to set the
2008 Dec 19
1
obtaining output from an evaluated expression
Hi I am trying to use the deriv and eval functions to obtain the value of a function , say "xi-(alpha0+alpha1*gi)" , differentiated with respect to alpha0 and alpha1, in the following way # for gi = 0 > dU1dtheta <- deriv(~ xi-(alpha0+alpha1*gi), c("alpha0","alpha1")) > eval(dU1dtheta) (Intercept) -0.2547153 attr(,"gradient")
2012 Mar 01
1
Execution of Rprofile.site
Hi everyone. I have recently installed R 2.14.1 on my 64-bit Windows 7 laptop. I am attempting to include some favourite functions in the Rprofile.site file to run at R start-up as I did with my previous 32-bit XP machine. I have edited the Rprofile.site file in "C:\Program Files\R\R-2.14.1\etc\" but the added code doesn't seem to be executed when I run R, whether through Tinn-R
2002 Jan 15
1
[Bug 68] New: Manpage for ssh-add and scp missing after "make install"
http://bugzilla.mindrot.org/show_bug.cgi?id=68 Summary: Manpage for ssh-add and scp missing after "make install" Product: Portable OpenSSH Version: 3.0.2p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at
2006 Feb 27
1
gauss.hermite function
Hi, I am trying to find a function that returns simply the weights and points of an n point gauss hermite integeration, so that I can use them to fit a non-standard likelihood. I have found some documentation for the function 'gauss.hermite' written by jim lindley, but can't find the actual binary on CRAN I'm aware there are lots of functions like glmm, glmmML etc to fit mixed
2007 Nov 26
1
SOLVED: Re: Partioning Error: Dual Boot, WinXP & CentOS5, 27 GB Free space; my error is?
On 25 November 2007, John Bowden j-alan at btconnect.com wrote: <snip> >I think the problem is that you can only have 4 Primary partitions on a disk. >If you to convert one of the NTFS partitions to an extended partition, with >the NTFS partition inside it. Personally, if you want to keep the 4 drive >letters in windoz, I would back up the whole disk ("in case"), set up
2003 Apr 14
1
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From dtucker at zip.com.au 2003-04-15 09:57 ------- Patch against 3.6.1p1 now available. No
2015 Dec 16
2
Running sshd with Privilege Seperation drops connection on password change
Hi Darren/Damien, Sorry for responding so late. Still hope we can get this sorted out. Yes I am indeed using PAM for ssh authentication and disabling priv seperation is a no-go for us since it opens up a security loophole. From what I can see in ptree and auth logs, when the child passwd process returns with SIGCHLD, the parent sshd process terminates. Sshd logs are as follows as requested at
2000 Oct 23
1
HP-UX and trusted system
Hi, is it possible to have only _one_ openssh binary distribution (it means compiled by myself) wich recongnizes itself wether there is an trusted system or not? With the commerfial stuff I have to build to variants dependeing on the security mode - but this is quite not friendly for admins. Regards Stephan -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 fax: +49-(0)331-27548 1187
2002 Mar 22
2
Trusted HP-UX 10.26
I haven't noticed any work on Trusted HP-UX 10.26 in the archives (then again maybe I missed it). I have made changes to get sshd working on trusted HP-UX, ssh already worked. I can supply a patch, but before I did I was wondering if it is best to send the patch to this list, or file it as a bug report? The patch is just around 6k, and includes changes to configure.ac and acconfig.h, allong
2002 Apr 03
5
[Bug 184] 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
http://bugzilla.mindrot.org/show_bug.cgi?id=184 ------- Additional Comments From dcole at keysoftsys.com 2002-04-04 08:10 ------- Created an attachment (id=60) better style (no c++ comments), and incorporation of suggestions ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Aug 24
12
[Bug 423] Workaround for pw change in privsep mode (3.5.p1)
http://bugzilla.mindrot.org/show_bug.cgi?id=423 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |627 nThis| | Status|NEW |ASSIGNED ------- Additional