Displaying 20 results from an estimated 700 matches similar to: "OpenSSH 3.8 and password expiry."
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin display on AIX
Hi there,
I have just compiled up 3.6.1p2 both with and without Darren Tuckers
passexpire patch.
However, with the patch applied /etc/nologin isn't displayed to users (on
AIX 5.1 / PSSP)
The patched vesion seems to fail with "illegal user" - some parts of a debug
3 log...
debug1: userauth-request for user ade45 service ssh-connection method none
debug1: attempt 0 failures 0
2002 Jul 23
1
AIX and ADMCHG
In AIX, whenever a root user or a member of the security group changes a
user's password, the ADMCHG attribute is set which means that the next
time the user logs in, he will be forced to change his password.
However, ssh is currently ignoring ADMCHG.
I havn't seen any mention of this on the mailing list or Bugzilla, so
I'm considering writing a patch to correct this problem. Has
2003 Jul 09
0
[PATCH] Add expired password handling for AIX.
Hi All.
Attached is a patch which adds AIX native password expiry support to
sshd. It will only apply to -current and is a subset of the patch I have
been working on in the last few months (see bug #14 [1]). It contains
code by Pablo Sor, Mark Pitt and Zdenek Tlusty and fixes for bugs reported
by many others (see [2] for a full list).
It adds a do_tty_change_password function that execs
2010 Oct 12
1
Help with function writing
Hello all
I have what seems like a simple question but have not been able to find an
answer on the forum. I'm trying to define a function which involves
regression models and a large number of covariates.
I would like the function to accept any number of covariates and, ideally, I
would like to be able to enter the covariates in a group (e.g. as a list)
rather than individually. Is there any
2002 Feb 15
1
OpenSSH test server?
Hey guys, is there a publicly-available server out there to which I can
connect my OpenSSH client? I'm just looking for a system that I can
connect to (preferably 2.9.9p2), verify the session is working properly,
and disconnect.
Thanks,
Kevin Cawlfield
2005 Mar 31
0
Bug in AIX password expiry code in 4.0p1
Hi all.
There's a bug in sshd in the handling of the password expiry messages
returned by AIX's authentication routines, which will cause sshd to
segfault after password authentication if the user's password has expired
or is about to expire. It was originally reported by Rob v.d. Wal. It
doesn't affect any other platforms.
I recommend that anyone deploying 4.0p1 on AIX
2007 Mar 19
0
Wine-0.9.22 RPM and Commercialization Issues
The only rpm available on wine web site is version 0.9.2
(http://www.winehq.com/site/download-rh); Do we have rpm available for
the lastest wine version on Linux 32 bit (RedHat 3 Update 7)
Couple of commercial questions. If I understand the licensing terms
from Wine's web site, we are free to include and redistribute the
Wine rpm on our CD to our customers. There are no copyright
2006 Jun 15
0
CFileDialog::OnFolderChange() problem with Customized file open dialog
Hello Friends,
I am currently working on making a windows program function in wine. it
works for the most part, so i'm trying to iron out a few critical bugs.
first off... i'm looking at microsoft's CFileDialog class - it is what
the standard windows 'open file' and 'save file' dialog windows use.
the problem is this: CFileDialog has a built in function called
2006 Jun 20
1
need help in CFileDialog::OnFolderChange() problem with Customized file open dialog
I am sorry i am posting again my problem. If anyone have idea to
resolve this issue, please suggest me.
Hello Friends,
I am currently working on making a windows program function in wine. it
works for the most part, so i'm trying to iron out a few critical bugs.
first off... i'm looking at microsoft's CFileDialog class - it is what
the standard windows 'open file' and
1998 Jun 12
0
installing samba server on sco open server release 5
Sir,
I went through your site and found helpful to integrate my win-95
cilents on to sco open server enterprise release 5 . I went to "samba
.anu.ed.au" and downloaded samba-latest.tar.gz of 1.3MB size .You have
mentioned to do gunzip and tar to unpack the archive. I have tried with
"tar xvf samba-latest_tar.tar", it is giving message
"tar:blocksize=20,tar:directory
1998 Jun 12
0
samba server installing
12-06-98
7.30pm.
Hi Fred Pishotta,
Thanks for giving response to my mail.I'am unable to connect to the
site you have given me to visit.Netscape browser is giving message
"no entry in DNS server,type the correct URL".I will be grateful for
helping me.My E-Mail address: reddyravinder@hotmail.com.
Regards,
Ravinder.
1998 Jun 12
0
installing samba server
12-06-98
8.30pm.
Hi Fred Pishotta,
I received your mail. This time also i'am unable to get in to the site
as netscape is giving same message as previous.I think i'am testing your
patence,forgive. Tell some other sites from where i can download
and the image servers to avoid such message.Thanks for repling me.
Waiting for for
2011 Sep 14
1
svytable including NAs
Dear all
I'm creating two way tables based on weighted survey data using svytable and want to include NAs as a level in the table.
For unweighted data I use table(..., useNA="ifany"). Is there any equivalent for svytable?
If not, is there a solution using a different function?
Thanks
Tim
--
Tim Elwell-Sutton
The University of Hong Kong
Office: 3906 2053
Mob: 6084 5654
2004 Apr 20
2
Compiling 3.8p1 on AIX with IBM OpenSSL RPMs
Folks,
I've just updated a machine to the latest IBM supplied OpenSSL RPMS:
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
(this is a power4 running AIX 5.1)
and Tried to upgrade to the latest OpenSSH (3.8p1 - both the release and a
snapshot from about a week ago)
I'm using:
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/opt/freeware
and the compilation seems OK:
OpenSSH
2000 May 15
1
AIX authenticate patches
Here are some patches to re-enable support for AIX's authenticate
routines. With them, ssh will honor locked & unlocked accounts, record
successful and unsuccessful logins, and deny accounts that are
prohibited to log in via the network. Tested with AIX 4.3.
It also includes a fix for handling SIGCHLD that may be needed for
other platforms (HP-UX 10.20, for example).
If I get the time
2004 Jun 16
0
Make AIX login message handling consistent.
Hi.
There's a couple of minor problems with the way port-aix.c handles the
messages returned by AIX's authentication routines. I think we handle
the native ones OK, but third-party modules might behave differently.
It tests OK for me, I would appreciate testing by anyone using AIX (esp.
anyone using something other than the standard password auth modules).
a) The message from a
2006 Aug 15
7
XFS and CentOS 4.3
Hi All, after looking around for info on XFS(the filesystem) and its use
on CentOS and/or RHEL 4. There seems to be a lot of noise about 4K
Stacks (especially on linux-xfs at oss.sgi.com).
So what is the best way to get XFS working with CentOS 4.3 ? And not
have something like this happening.
A quote from the xfs list at sgi
>On Tue, 18 Jul 2006 at 10:29am, Andrew Elwell wrote
>
2001 Nov 19
1
openssh password expiration problem
openssh password expiration problemPatrick,
Indeed password aging does not work with OpenSSH 3.0.1p1 on Solaris 2.6. >From what I can tell something is different with Solaris 2.6 and Solaris 2.8. I know that password expiration doesn't cause a problem on Solaris8. I'm unclear as to whether the problem is with OpenSSH code or Solaris. All I know is that the latest PAM patches are not
2003 Jul 01
3
2 poss improvements to 3.6.1p2/passexpire21
Hi again folks,
The new passexpire21 patch works well (ta Darren) but...
1) is it possible to display the "your password has expired and needs
changing"
to the users *before* calling the password change routine?
ie ssh shows...
$: ssh 193.62.122.26
ade45 at 193.62.122.26's password:
Changing password for "ade45"
ade45's Old password:
ade45's New password:
2010 Feb 03
2
Using vorbis-java to read an existing file?
On Thu, 28 Jan 2010, Nick Burch wrote:
> Assuming so, I'm trying to decide if it's likely to be better to port
> the missing read parts from C to Java, or start again with something
> with a more "Java like" api. Having read rfc 3533, I don't think doing a
> read-only ogg layer api using Java conventions should be too hard to
> implement....
I've