gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Question about password protection


From: Jim Lucas
Subject: Re: [Gnump3d-users] Question about password protection
Date: Thu, 17 May 2007 10:13:32 -0700
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Ross Mohn wrote:
It's supposed to be recursive, but it broke somewhere along the line.
You can easily patch it by hand by searching in /usr/bin/gnump3d for the
following around line #3030:

    while ( $directory ne $ROOT )

and replacing it with this corrected line:

    while ( $directory =~ /^$ROOT/ )

See http://waxandwane.org/view.cgi/gnump3d/ for more.
-Ross


On Thu, 2007-05-17 at 08:19 -0700, Jim Lucas wrote:
I have read this:

http://www.gnu.org/software/gnump3d/securing.html#Securing-Pass

But it still does not answer my question.

I realize the problem with file level password access and Agents not getting it.

But, here is my problem.

if you browse to the Music link, it prompts you for the password.

But, here is my problem, if I 'Browse By Tag", then I can get around the password prompt and it allows me to view the "Browse Archive" section. Then I can pick 'Browse By artist' and it then give s me a complete list of all the artists that I have compiled. Then I can click on there folder and view all the audio files for that artist.

My question...

Is the password file only affecting the current folder that it resides in and not recursively? Or, is it suppose to be recursive?

TIA


That didn't seem to fix the problem.

I found it on line 3014 and within the method testDirectoryAccess

Any other idea?

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Unknown





reply via email to

[Prev in Thread] Current Thread [Next in Thread]