How to use md5 passwords ?

2005-07-15 Thread Markus . Grunwald
Hello, I thought I would use MD5 Passwords because of this line in /etc/pam.d/common-passwd: password required pam_unix.so nullok obscure min=4 max=8 md5 But today I discovered that the format in /etc/shadow is crypt, because it is like $1$salt$hash ! What did I do wrong ? Thanks

Re: How to use md5 passwords ?

2005-07-15 Thread Aaron Hall
On Fri, 15 Jul 2005, [EMAIL PROTECTED] wrote: I thought I would use MD5 Passwords because of this line in /etc/pam.d/common-passwd: password required pam_unix.so nullok obscure min=4 max=8 md5 But today I discovered that the format in /etc/shadow is crypt, because it is like $1$salt$hash

MD5 Passwords

2003-04-01 Thread Ivan Bittencourt de Araújo e Silva Neto
Ola, alguem sabe como eu habilito/desabilido os MD5 passwords? Estou tendo problemas com NIS e acho que a causa e essa. Tem tambem algum comando para ver se estao sendo utilizados MD5 passwords? Grato. -- Ivan Bittencourt de Araujo e S Neto [EMAIL PROTECTED]

MD5 passwords and NIS

2001-05-24 Thread Dave Sherohman
The debian installer warns about possible compatibility problems using MD5 passwords in conjuction with NIS. Does NIS itself have difficulty dealing with MD5 or is this warning just a reference to the possibility that some NIS clients using the passwd map may not be set up to recognize MD5

Re: MD5 passwords and NIS

2001-05-24 Thread Joey Hess
Dave Sherohman wrote: The debian installer warns about possible compatibility problems using MD5 passwords in conjuction with NIS. Does NIS itself have difficulty dealing with MD5 or is this warning just a reference to the possibility that some NIS clients using the passwd map may not be set

Re: Installing shadow/md5 passwords after the fact?

2001-03-29 Thread Nate Amsden
Ross Smith wrote: But I can't find any mention of turning on shadow passwords. Any help would be greatly appreciated. its even easier then that! check the manpage on pwconv. nate -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED]

Re: md5 passwords

2001-03-29 Thread Eric G. Miller
On Wed, Mar 28, 2001 at 09:28:36PM -0600, John Patton wrote: Okay, I know how to tell pam to use md5 passwords, but has anybody actually done this after using regular crypt passwords? I have a number of accounts with existing passwords in /etc/shadow... what happens to them? I've been wanting

RE: Installing shadow/md5 passwords after the fact?

2001-03-29 Thread Holp, John Mr.
@lists.debian.org Subject: Re: Installing shadow/md5 passwords after the fact? Ross Smith wrote: But I can't find any mention of turning on shadow passwords. shadowconfig on Note that you can also use dpkg-reconfigure base-config to re-see some of the questions it asked at install time. -- see shy

Installing shadow/md5 passwords after the fact?

2001-03-28 Thread Ross Smith
I recently installed 2.2r0 and said no to the shadow/MD5 questions during installation 'cause I was gonna install NIS. Now I'd like to turn on shadow MD5 passwords. It seems that turning on MD5 passwords is as simple as # /etc/pam.d/login: password required pam_unix.so nullok obscure

Re: Installing shadow/md5 passwords after the fact?

2001-03-28 Thread Joey Hess
Ross Smith wrote: But I can't find any mention of turning on shadow passwords. shadowconfig on Note that you can also use dpkg-reconfigure base-config to re-see some of the questions it asked at install time. -- see shy jo

md5 passwords

2001-03-28 Thread John Patton
Okay, I know how to tell pam to use md5 passwords, but has anybody actually done this after using regular crypt passwords? I have a number of accounts with existing passwords in /etc/shadow... what happens to them? I've been wanting to upgrade to md5 passwords for a while, but I'm afraid

Re: md5 passwords

2001-03-28 Thread Ben Collins
On Wed, Mar 28, 2001 at 09:28:36PM -0600, John Patton wrote: Okay, I know how to tell pam to use md5 passwords, but has anybody actually done this after using regular crypt passwords? I have a number of accounts with existing passwords in /etc/shadow... what happens to them? I've been wanting

Re: MD5 passwords and su

1997-09-19 Thread Scott Ellis
On Wed, 17 Sep 1997, Galen Hazelwood wrote: The version of su you're using (from shellutils) isn't part of the shadow password suite. It's smart enough to use shadow password functions if it finds them in the library, which it does, but other shadow features (ENV_SUPATH, SU_WHEEL, MD5

Re: MD5 passwords and su

1997-09-19 Thread Scott Ellis
for MD5 passwords? su also seems to ignore ENV_SUPATH and SU_WHELL. Looks to me that su doesn't pay any attention to this file. Should this be logged as a bug? Has it been already? Actually, the secure-su package is built to respect those files. The su in the default packages is the GNU one

Re: MD5 passwords and su

1997-09-18 Thread Gergely Madarasz
passwords? I have the following packages installed: shellutils_1.16-2 (containing su) login_961025-2 passwd_961025-2 This may not help you, but it is fixed in shellutils_1.16-5.deb, which is linked against libc6. Alll programs linked against libc6 should work with MD5 passwords

MD5 passwords and su

1997-09-17 Thread Torsten Hilbrich
I just detected the MD5_CRYPT_ENAB option in /etc/login.defs and enabled it. Login works fine with the new passwords but su seems to have no idea of MD5. Is there a working version of su for MD5 passwords? I have the following packages installed: shellutils_1.16-2 (containing su) login_961025

Re: MD5 passwords and su

1997-09-17 Thread Jean Pierre LeJacq
On 16 Sep 1997, Torsten Hilbrich wrote: I just detected the MD5_CRYPT_ENAB option in /etc/login.defs and enabled it. Login works fine with the new passwords but su seems to have no idea of MD5. Is there a working version of su for MD5 passwords? su also seems to ignore ENV_SUPATH

Re: MD5 passwords and su

1997-09-17 Thread Galen Hazelwood
The version of su you're using (from shellutils) isn't part of the shadow password suite. It's smart enough to use shadow password functions if it finds them in the library, which it does, but other shadow features (ENV_SUPATH, SU_WHEEL, MD5 passwords) aren't available. If you want them, you

Re: MD5 passwords and su

1997-09-17 Thread Lindsay Allen
On 16 Sep 1997, Torsten Hilbrich wrote: I just detected the MD5_CRYPT_ENAB option in /etc/login.defs and enabled it. Login works fine with the new passwords but su seems to have no idea of MD5. Is there a working version of su for MD5 passwords? I have the following packages installed