diff options
-rw-r--r-- | ledger-smb-httpd.conf | 2 | ||||
-rw-r--r-- | ledger-smb.conf.default | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ledger-smb-httpd.conf b/ledger-smb-httpd.conf index 3ae246e9..92aeb65f 100644 --- a/ledger-smb-httpd.conf +++ b/ledger-smb-httpd.conf @@ -7,7 +7,7 @@ Alias /ledger-smb /some/path/to/ledger-smb/ Options ExecCGI Includes FollowSymlinks Order Allow,Deny Allow from All - <Files ~ "*\.conf$"> + <Files ~ "\.conf$"> Order Deny,Allow Deny from All </Files> diff --git a/ledger-smb.conf.default b/ledger-smb.conf.default index 67c3f560..f935d299 100644 --- a/ledger-smb.conf.default +++ b/ledger-smb.conf.default @@ -48,5 +48,5 @@ Epson = lpr -PEpson # These paramaters *must* be set correctly # for LedgerSMB >= 1.2 to work DBConnect = dbi:Pg:dbname=ledgersmb;host=localhost;port5432 -UserName = ledgersmb -Password = set me to correct password +DBUserName = ledgersmb +DBPassword = set me to correct password |