RE: allowing short passwords

2003-01-27 Thread Buck
]] On Behalf Of pilip Sent: Monday, January 27, 2003 12:03 AM To: [EMAIL PROTECTED] Subject: Re: allowing short passwords yes sir, i could actually go with any password lesser than 5 but im trying to aim for a single char. only root can change the passwrds of users to a single char but ordinary users

Re: allowing short passwords

2003-01-27 Thread pilip
PROTECTED]] On Behalf Of pilip Sent: Monday, January 27, 2003 12:03 AM To: [EMAIL PROTECTED] Subject: Re: allowing short passwords yes sir, i could actually go with any password lesser than 5 but im trying to aim for a single char. only root can change the passwrds of users to a single char

Re: allowing short passwords

2003-01-26 Thread Mike Burger
In all honesty, if you value the security of your system, you don't. On Mon, 27 Jan 2003, pilip wrote: Good day, how do you allow the use of short passwords in linux? short passwords as in single character passwords. I've tried making changes to '/etc/login.defs' and to the pam config

Re: allowing short passwords

2003-01-26 Thread gabriel
Hi Pilip. root can set a user's passwd to anything you want, but.. DON'T DO IT !! Passwords this short are just a waste of the user's time at login. If you are going to have them that short you might as well not have any at all. Cracking 1 letter passwords is so easy it can be done

Re: allowing short passwords

2003-01-26 Thread pilip
it's a testing environment. i don't need security on a stand alone machine that's underneath my table. :) Mike Burger wrote: In all honesty, if you value the security of your system, you don't. On Mon, 27 Jan 2003, pilip wrote: Good day, how do you allow the use of short passwords in linux?

Re: allowing short passwords

2003-01-26 Thread pilip
it's not on a networked environment sir, i know this is possible in linux (to use single character passwords) i just need to know how to do it. [EMAIL PROTECTED] wrote: On Mon, Jan 27, 2003 at 10:53:47AM +0800, pilip wrote: how do you allow the use of short passwords in linux? short passwords

Re: allowing short passwords

2003-01-26 Thread Mike Burger
On Sun, 26 Jan 2003, gabriel wrote: Hi Pilip. root can set a user's passwd to anything you want, but.. DON'T DO IT !! Passwords this short are just a waste of the user's time at login. If you are going to have them that short you might as well not have any at all. Cracking 1

Re: allowing short passwords

2003-01-26 Thread Mike Burger
In that case, as was noted elsewhere, why bother with a login or password at all? However, unless your table is some place where nobody at all can get to it, it's just as insecure as if it were on a network. On Mon, 27 Jan 2003, pilip wrote: it's a testing environment. i don't need security

Re: allowing short passwords

2003-01-26 Thread Mike Burger
Like he said...as root, change the user's password via passwd user On Mon, 27 Jan 2003, pilip wrote: it's not on a networked environment sir, i know this is possible in linux (to use single character passwords) i just need to know how to do it. [EMAIL PROTECTED] wrote: On Mon, Jan 27,

Re: allowing short passwords

2003-01-26 Thread pilip
like what i've stated.security is not an issue. it's the possibility. thanks anyways for your comments. Mike Burger wrote: In that case, as was noted elsewhere, why bother with a login or password at all? However, unless your table is some place where nobody at all can get to it, it's just as

RE: allowing short passwords

2003-01-26 Thread Buck
] [mailto:[EMAIL PROTECTED]] On Behalf Of pilip Sent: Sunday, January 26, 2003 11:28 PM To: [EMAIL PROTECTED] Subject: Re: allowing short passwords it's not on a networked environment sir, i know this is possible in linux (to use single character passwords) i just need to know how to do it. [EMAIL

Re: allowing short passwords

2003-01-26 Thread pilip
yes sir, i could actually go with any password lesser than 5 but im trying to aim for a single char. only root can change the passwrds of users to a single char but ordinary users can't change their passwords to single characters. im on rh8.0 too. maybe a prayer will do it :D Buck wrote:

Re: allowing short passwords

2003-01-26 Thread Bret Hughes
On Sun, 2003-01-26 at 22:52, pilip wrote: like what i've stated.security is not an issue. it's the possibility. thanks anyways for your comments. Since you have been given all the warnings but no help. I was able to do this as root: [root@bretsony root]# adduser testdude [root@bretsony

Re: allowing short passwords

2003-01-26 Thread pilip
did that before asking here, try logging on as that user or just 'su -' to that user and change your password to another single char password. it won't allow that user to change it Bret Hughes wrote: On Sun, 2003-01-26 at 22:52, pilip wrote: like what i've stated.security is not an issue.