similar to: password expiry/changing

Displaying 20 results from an estimated 20000 matches similar to: "password expiry/changing"

2001 May 04
0
ssh dumps core in nis/nfs environment
hello, this morning, we rebooted our nis master server and sshd died on most of our client servers. our setup is this: nis master netapp with /usr/local volume shared out. sshd sits in /usr/local/sbin on the netapp many nis/nfs clients, each nfs mount /usr/local from the netapp and run sshd from there. we completed a planned reboot of the nis master this morning, and the parent sshd died,
2001 Feb 27
1
scp hardwires location to ssh?
hello, i'm building a solaris package of openssh 2.5.1 for my employer. my configure string is this: ./configure --prefix=/usr/share/jon --with-xauth=/usr/openwin/bin/xauth --with-ipv4-default --with-tcp-wrappers --with-pid-dir=/etc --sysconfdir=/etc i use a prefix of /usr/share/jon , then build the system V package from there. most things work great, but somehow scp does not. it seems
2001 Mar 16
1
ssh_exchange_identification: Connection closed by remote host
hello, i built an ssh 2.5.1p2 package for solaris. it's installed into /usr/local (with sysconfdir=/etc) on an administrative host with write access to /usr/local. other hosts nfs mount /usr/local. i had a script copy the following files generated from the package install into each host's /etc directory: primes ssh_prng_cmds sshd_config ssh_config then ran
2004 Nov 19
2
Maildir/mbox on a per-user basis
Hello, The Wiki indicates that Dovecot can do either mbox or Maildir on a per-user basis: default_mail_env can be overridden in userdb for each user. This works with userdbs supporting the "mail" attribute (eg. passwd-file, SQL, LDAP). How exactly does one do this for passwd-file? Thanks, -Jon -- Jon Nathan jon at rupture.net
2001 Jul 08
1
Changes 2.5.2p2 -> 2.9p2
Hi, Appologies for a possibly inexact bug report but I've noticed a change in behaviour from openssh version 2.5.2p2 to 2.9p2. One of my many uses for openssh is setting up a secure tunnel from my home machine to an external mail server and using fetchmail over said tunnel. When done in this manner fetchmail actually starts up openssh. When I moved from 2.5.2p2 -> 2.9p2 (both compiled
2001 Mar 25
8
OpenSSh 2.5.2p2 on Linux/Sparc
When doing a simple configure of OpenSSh 2.5.2p2 on a Sparc running RedHat 6.0 I get: ... updating cache ./config.cache creating ./config.status creating Makefile sed: file conftest.s1 line 1: Unknown command: ``^'' creating openbsd-compat/Makefile sed: file conftest.s1 line 1: Unknown command: ``^'' creating ssh_prng_cmds sed: file conftest.s1 line 1: Unknown command:
2001 Jul 13
2
--without-gssapi ?
Is there a ./configure argument to turn off gssapi authentication for openssh-2.5.2p2? Best Herman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010713/fd511d47/attachment.html
2001 May 01
1
2GB File size limit in scp. ver 2.9p1 and 2.5.2
Hi, I need to be able to use scp with files over 2GB. I've currently got a set of boxes running 2.5.2p2, and this is unable, as I understand it, to transfer these files. I've just downloaded the latest snapshot, 20010501, it complies fine on two rh7.1 machines, but again, I can't scp a file over 2GB. I get the same "file to large" error on the client as before. What, if
2001 Mar 31
1
libexecdir changed again?
[See my comments below.] ----- Forwarded message from an x11-ssh-askpass customer ----- Date: Fri, 30 Mar 2001 16:34:28 -0800 Subject: x11-ssh-askpass 1.2.0 To: jmknoble at jmknoble.cx I just installed x11-ssh-askpass 1.2.0 on some systems, and ran into a couple of minor problems: OpenSSH 2.5.2p2 by default is looking for ssh-askpass in /usr/local/libexec, not /usr/local/libexec/openssh. It
2001 May 21
1
PasswordAuthentication no and protocol V2
PasswordAuthentication seems to be accepted regardless when DSA authentication is not available. Client and server are Linux - openssh-2.5.2p2-1.7.2 Server config is: Port 22 ListenAddress 0.0.0.0 HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_dsa_key KeyRegenerationInterval 3600 LoginGraceTime 600 ServerKeyBits 768 IgnoreRhosts yes PasswordAuthentication no
2001 May 10
2
2.9p1 ssh-add/ssh-askpass first try fails
OpenSSH Version 2.9p1 of "ssh-add $HOME/.ssh/id_rsa < /dev/null" fails on the first try of using ssh-askpass before the window manager starts. The second try works. The error message on the first try is "Bad passphrase, try again". This did not occur using OpenSSH-2.5.2p2.tar.gz. I've tested this on both RHL6.2 and RHL7.1, both with all RH rpm updates applied. I
2001 Apr 06
1
Problem with getnameinfo in Tru64 v5.1
Hello, When make ./configure && make on my Tru64 v5.1 machine, sshd couldnot start with diagnostic "Cannot bind any address.". Problem was in getnameinfo which don't return error if you don't set address family before call to it. Patch included. -- Best regards, Stanislav mailto:stas at peterstar.com -------------- next part
2001 Mar 02
2
make 2.5.1p1 on Solaris8 (fwd)
Can a Solaris person take a look at this? -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer ---------- Forwarded message ---------- Date: Wed, 28 Feb 2001 12:33:48 +0200 From: owner-ssh at clinet.fi To: ssh at clinet.fi Subject: make 2.5.1p1 on Solaris8 Trying to build
2006 Mar 16
0
password expiry
I AM PARVEEN KUMAR. I HAVE CONFIGURE SAMBA AS A PDC WITH TDBSAM DATABASE. I WANT TO APPLY A PASSWORD AGING FOR MY DOMAIN users. FOR THAT I HAVE USED PDBEDIT COMMAND. root# pdbedit -P "min password length" -C 8 account policy value for min password length was 5 account policy value for min password length is now 8 root# pdbedit -P "password history" -C 4 account policy
2001 Feb 18
3
OpenSSH 2.5.0p1 vs. SA_RESTART
Not all OSes have SA_RESTART (for instance, SunOS does not). Also, for the non-SA_RESTART case in scp.c sa.sa_flags was not being initialized (noted by dworkin at village.org). - todd --- scp.c.DIST Sat Feb 17 17:56:33 2001 +++ scp.c Sat Feb 17 17:57:59 2001 @@ -1224,8 +1224,9 @@ struct sigaction sa; sa.sa_handler = updateprogressmeter; sigemptyset((sigset_t *)&sa.sa_mask); +
2001 Mar 28
3
OSSH 2.5.2p2: Why is /usr/local/ put into the include & lib paths under Solaris?
I'd like to know why /usr/local/(include|lib) is added to the (include|library) path. I'd _especially_ like to know why it's added before user-specified library directories such as OpenSSL. If I specify --with-openssl=/foo/openssl, I want to actually _use_ the version of openssl in /foo/openssl, not some version that may have been installed in /usr/local. This really makes no
2001 Mar 22
3
Improper (?) OpenSSL version mismatch(was RE: OpenSSH_2.5.1p1 - RH 6.2)
Well, I've finally gotten around to compiling and testing OpenSSH 2.5.2p1, in order to update the contrib/solaris packaging scripts. Somehow on my test system, I'm getting errors that indicate that I've still got some old copy of OpenSSL being found somewhere...but I can't for the life of me tell where. The compile went fine (it found the OpenSSL 0.9.5a libraries that I had
2001 May 21
3
Strange interaction of sftp and protocol version 1
As I read the manpage, you need to enable Subsystems to have the server support them. [...] Subsystem Configures an external subsystem (e.g., file transfer daemon). Arguments should be a subsystem name and a command to execute up? on subsystem request. The command sftp-server(8) implements the ``sftp'' file transfer
2001 Oct 10
3
OpenSSH name resolving problems
Hello there. I've noticed a strange problem happen in ALL my linux machines (some of them still running OpenSSH 2.9p1 (The one that comes with Slack8) and some of them are running 2.9.9p2 (That I have compiled myself). When I am having a certain host in my /etc/hosts, for example: 192.168.1.12 netinst When I am running ssh netinst -v -v -v the last line I could see is: ssh_connect:
2001 Mar 06
1
FW: SSH RPM for Red Hat 6.2 not useable
Hello, rpm's for 6.2 also did not work here. ( With latest rpm, openssl,...) Compiling myself the binaries did not give any error and working fine. De Munter Erwin -----Original Message----- From: Damien Miller [mailto:djm at mindrot.org] Sent: Monday, March 05, 2001 11:56 PM To: Marco Fioretti Cc: openssh-unix-dev at mindrot.org; marco.fioretti at tiscalinet.it Subject: Re: SSH RPM for Red