Displaying 20 results from an estimated 300 matches similar to: "Warning for expired password"
2000 Sep 14
5
ListenAddress option.
How do I compile OpenSSH so that I can use:
ListenAddress 0.0.0.0
in my sshd_config file ?
Currently I get:
[root at dark openssh-2.2.0p1]# sshd -d
debug: sshd version OpenSSH_2.2.0p1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
error: getnameinfo failed
fatal: Cannot bind any address.
if I try to use "ListenAddress
2000 Sep 10
0
OpenSSH and PAM
Does OpenSSH support PAM fully ?
OpenSSH does not prompt the user for a new password if it has expired. It
simply says "Warning: You password has expired, please change it now".
My /etc/pam.d/sshd file is:
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_unix.so shadow nullok
auth required /lib/security/pam_nologin.so
account
2008 Jul 09
2
build matrix with the content of one column of a data frame in function of two factors
Hello,
First, thanks for your help (and sorry for my english !)
I have a data frame in which each row represents a vote (in percent, only
20,40, 60,80,100) of one person on one content, with three columns : name
(the name of the voters), content_id, vote :
str(votesredac)
'data.frame': 1000 obs. of 3 variables:
$ name : chr "Guillemette Faure" "Guillemette
1998 Aug 10
3
Samba and the PDC are fighting for being the Browse master, why?
Hello,
in my log.nmb I regularly see these messages:
process_local_master_announce: Server GUTENBERG at IP 192.168.35.90 is announcing itself as a local master browser for workgroup PIEZO and we think we are master. Forcing election.
1998/08/10 12:57:03 ***** Samba name server FAURE has stopped being a local master browser for workgroup PIEZO on subnet 192.168.32.1 *****
1998/08/10
2001 Nov 05
2
Security - ssh allows unintended access on AIX
Under AIX there are three security settings:
expires = a fixed date at which an account is no longer valid
maxage= weeks before a password expires
maxexpires=max weeks during which a password can be changed by a user after
expiration AFTER WHICH ACCESS IS NOT ALLOWED
Beauty of maxage with expires is, that no manual intervention is required
to block inactive users.
With maxage=5 and expires=1 an
2004 May 17
8
[Bug 869] Password expiration does not work for LDAP users
http://bugzilla.mindrot.org/show_bug.cgi?id=869
Summary: Password expiration does not work for LDAP users
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: critical
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
2005 May 26
14
[Bug 1046] AIX 5.3 Garbage on Login
http://bugzilla.mindrot.org/show_bug.cgi?id=1046
Summary: AIX 5.3 Garbage on Login
Product: Portable OpenSSH
Version: 4.0p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: rajsingh at hotmail.com
2004 Oct 04
2
call/pickup groups
Hi,
Anyone knows why there's a limit of 32 callgroup/pickupgroup in * ?
It is coded as unsigned int but there's an hardcoded "if( X > 31 )"
like line. IMHO, 32 group is very low and I wonder what impact it
would have to increase it to 2^16-1 .
Anyone?
2020 Sep 20
2
extern calls interfere with optimizations
Hi,
I have a frontend that could insert many calls to an external threading library, my problem is that would interfere with optimizations, particularly the inliner.
Is there some way to do this ?
I've considered leaving textual markers in function names, is that a legitimate solution ?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 18
2
Hatched symbols
Hello,
I would like to build rectangles in a plot and use color and different type
of hatching for filling rectangles. I don't find the way to draw hatchings.
I'm thinking to build segment by segment inside each rectangle but I'm sure
that exists a better way to do that. I didn't find any documentation about
that.
> symbols(1,1,rectangles=cbind(1,1),bg="red", ...
2002 Oct 13
1
[PATCH] AIX password expiration
Hi All.
With one eye on the do_pam_chauthtok() stuff I've merged contributions
by Pablo Sor and Mark Pitt into a patch against -current. I'm
interested in testers and suggestions for improvements.
The patch extends the loginrestrictions test to include expired
accounts (but unlike Mark's patch, doesn't log accounts with expired
passwords unless they're locked) and adds
2001 Jan 09
1
encoder problem
I seem to have found a bug in the encoder. I had some audio noise in a
sample I encoded using oggenc. It happens at both the '128' and '160'
bitrate settings. I've posted the snippet of the original wav file, as well
as the noisy ogg so you can try it for yourself.
You can download them both from
http://engsoc.queensu.ca/lintec/ogg/
I've bzip2'd the wav file to
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users
noticed that it did not honor password expiration consistently with
other Solaris login services.
The patch below is against OpenSSH 2.2.0p1 and adds support for PAM
password changes on expiration via pam_chauthtok(). A brief summary of
changes:
auth-pam.c:
* change declaration of pamh to "static pam_handle_t *pamh",
2013 Aug 06
0
[ANNOUNCE] conntrack-tools 1.4.2 release
Hi!
The Netfilter project proudly presents:
conntrack-tools 1.4.2
The conntrack-tools are the userspace command line interface
`conntrack' and the userspace daemon `conntrackd'. The conntrack
utility replaces the old /proc/net/nf_conntrack interface. With
conntrack, you can dump, modify and delete entries from the connection
tracking state table from userspace. On the other
2001 Jan 23
5
sshd hanging after multiple successive logons
Folks,
I use OpenSSH to poll a number of remote servers once every five minutes
and obtain a number of attributes. This is done using ssh as "sexec":
ssh stats at remotehost getstats
This returns the output of the getstats program which is parsed, etc...
The problem is that after so many connections, the parent sshd hangs and
does not accept any more connections. I have
2000 Jun 02
6
scp creating root files
Folks,
I noticed that whenever I scp'ed a file to my test server (running OpenSSH
2.1.0p2, and then tested with p3) it was created owned by root.
/home/me $ ls -al .profile
-rwx------ 1 me group 1056 Jan 18 1999 .profile
/home/me $ scp .profile me at server:test
me at server's password:
.profile 100%
2004 Sep 24
1
dynamic config
Hello,
I've been browsing through this archive and the wiki web
but I can't find any info on how to implement some dynamic
configuration like group joining/leaving from the phone,
or programmnig transfers for one extension from the phone attached
to it.
I'm trying to do things like:
dial *48 : join default group (the one set in sip.conf for example)
dial #48 : leave default
2001 Mar 11
6
what about socks support?
Is there any plan to add socks 4 or socks 5 support to openssh like
the original ssh developed in finland??
Michael
Michael at bizsystems.com
2015 Sep 09
0
[ANNOUNCE] conntrack-tools 1.4.3 release
Hi!
The Netfilter project proudly presents:
conntrack-tools 1.4.3
The conntrack-tools are a set of tools targeted at system
administrators. They are conntrack, the userspace command line
interface, and conntrackd, the userspace daemon. The tool conntrack
provides a full featured interface that is intended to replace the old
/proc/net/ip_conntrack interface. Using conntrack, you can view
2005 Jan 18
4
TE110P as E1
Hello,
I'm having problem with a wildcard TE110P. As soon as I load
the module (wcte11xp for kernel 2.6.10), it spawns a yellow
error with or without an E1 plugged-in.
Any one managed to set it up in France?
Here are my files:
zaptel.conf:
span=1,0,0,ccs,hdb3,crc4
bchan=1-15
dchan=16
bchan=17-31
zapata.conf:
[channels]
language=fr
context=default
switchtype=euroisdn
pridialplan=unknown