summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-06 19:21:19 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-06 19:21:19 +0000
commit7d70601d5a005cd2ed44c3d8b728af528d1b977c (patch)
treeab0201e5e7a1275ad7809bdb25cf9985ad93f67b /doc
parent0a0b21103237ba49f59cc5e35672a72fb9aee009 (diff)
Updated FAQ
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@488 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/faq.html15
1 files changed, 3 insertions, 12 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 59831b9c..3c2fb588 100755
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -248,7 +248,7 @@ SL/Form.pm and change the number (44) on line 84.
}</pre>
-<p><li><h4>IDENT Authentication failed for user "sledger-smb"</h4>
+<p><li><h4>IDENT Authentication failed for user "ledger-smb"</h4>
Edit pg_hba.conf and change authentication to
<pre>
@@ -291,12 +291,6 @@ and use \usepackage[latin1]{inputenc} in the preamble.
If you don't want to edit tex code by hand,
you could use Lyx, Abiword, or any WYSIWYG editor capable of exporting
latex code.
-To do that you must change the tokens for the variables <% and %> to something
-like << and >>. % is the comment character in tex. There is also a
-pagebreak block which must be commented out.
-When you are done with the changes
-replace << and >> with <% and %> and uncomment the pagebreak block.
-
<p>LaTeX is somewhat complex to learn, initially, but offers a much
superior environment to produce professional-looking forms in
postscript and PDF format.
@@ -311,9 +305,8 @@ To use without frames
$ w3m http://localhost/ledger-smb/login.pl?terminal=lynx</pre>
<p><li><h4>PDF option disappeared</h4>
-Edit ledger-smb.conf and set $latex = 1;
-<br>ledger-smb.conf is perl code, check if it compiles, if it does not,
-the internal defaults are used which turn off $latex, hence no PDF option.
+Edit ledger-smb.conf and set:
+latex = 1
<p><li><h4>Installation on Windows (WIN32)</h4>
<ul>
@@ -633,8 +626,6 @@ you can keep tab of who is doing what.
<p><li>For PostgreSQL you may also set who has access to the server in the file
pg_hba.conf
-<br>Authentication crypt does not work because not all SQL servers
-accept encrypted passwords.
<p><li>in addition you can secure the tables from unauthorized access by
setting up a different database user and GRANT rights. For instance,