[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problems(Nasty Raq Hack + OpenSSL + Htaccess) = Bad_Weekend
- Subject: Re: [cobalt-users] Problems(Nasty Raq Hack + OpenSSL + Htaccess) = Bad_Weekend
- From: "Mike's List" <mikelist@xxxxxxx>
- Date: Fri Jan 24 11:15:04 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 24 Jan 2003, Achieve Website Design wrote:
> Hmmm, I hadn't thought to check htaccess after chmod 755 the authenticate
> file . Now that I have I note that it is not working. What was the original
> permission?
> Regards,
> Declan.
$ ls -l /usr/lib/authenticate
-rwsr-xr-x 1 root root 18316 Aug 6 13:16 /usr/lib/authenticate*
Note the sticky bit, chmod 4755.
- Mike