From: Jess <je...@oz...> - 2001-06-18 02:44:45
|
Aaaaaaaaaahhhhhhhhhh! I was under the belief that these were paths to the files and SQL-Ledger was coded to look for the "members" file. I knew that it did not seem correct the errors that I was getting. Because no access restrictions where set. That is why I wanted to know where exactly in the Perl code did SQL-Ledger call the members file, so I could see what exactly it was looking for. So if the file called "membersship.dat" then the $membersfile variable would be set like this? $memberfile = "users/members/membersship.dat"; or $memberfile = "users/membersship.dat"; Depending where you want to store the file! Put this in the FAQ and Installation instructions so it is clear that the file itself has to be included in the path for the $memberfile. I've tried it so it works Peeeerrrrrfectly. Thank you everyone. Jess ----- Original Message ----- From: "Dieter Simader" <dsi...@sq...> To: <sql...@li...> Sent: Monday, 18 June, 2001 2:53 AM Subject: Re: Apache denied access problem. > You answered your own question. > > change memberfile to > > $memberfile = "users/members/members"; > ^^^^^^^^^^^^^ ^^^^^^^ > path filename > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Sun, 17 Jun 2001, Jess wrote: > > > Yes, the one supplied with 1.4.5 called members.default was renamed to > > members, the path is:- > > > > |---------- path----------|---file---| > > sql-ledger/users/members/members > > > > > > sql-ledger.conf variable was modified to: > > $memberfile = "users/members"; > > > > The members file contains:- > > ------------------------------------------------------- > > # members file format is as follows: > > # username enclosed in square brackets > > # label= line for setting up hash in signon script > > # everything up to eof or next [ is read in > > # ignore anything past a hash mark and empty lines > > > > [root login] > > password= > > ------------------------------------------------------ > > Regards Jess > > > |