]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Fix deb metafiles symbolic link and Lighttpd auth file backend
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 12 Aug 2015 21:59:42 +0000 (23:59 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 13 Aug 2015 09:08:07 +0000 (11:08 +0200)
gui/baculum/debian/dirs
gui/baculum/debian/install
gui/baculum/debian/rules
gui/baculum/examples/deb/baculum.lighttpd.conf

index 27beed8d5779f33d4f674f19f80f6968969ce90b..7b407e78ee0f63d9054c705dafa6b38ba871aca4 100644 (file)
@@ -1,4 +1,5 @@
 etc/baculum
 usr/share/baculum/htdocs
+usr/share/baculum/htdocs/protected
 var/cache/baculum
 var/log/baculum
\ No newline at end of file
index 035b76bd9654953de7722a0db11dc942ffe92307..f9fa9983b35a6d2e947f5ddb44faee7d71d25a74 100644 (file)
@@ -1,8 +1,16 @@
-.htaccess  /usr/share/baculum/htdocs/
-AUTHORS    /usr/share/baculum/htdocs/
-framework  /usr/share/baculum/htdocs/
-index.php  /usr/share/baculum/htdocs/
-protected  /usr/share/baculum/htdocs/
-themes     /usr/share/baculum/htdocs/
-examples/deb/baculum.users /etc/baculum/
+.htaccess                          /usr/share/baculum/htdocs/
+AUTHORS                            /usr/share/baculum/htdocs/
+framework                          /usr/share/baculum/htdocs/
+index.php                          /usr/share/baculum/htdocs/
+protected/application.xml          /usr/share/baculum/htdocs/protected/
+protected/Class                    /usr/share/baculum/htdocs/protected/
+protected/Data                     /usr/share/baculum/htdocs/protected/
+protected/.htaccess                /usr/share/baculum/htdocs/protected/
+protected/JavaScript               /usr/share/baculum/htdocs/protected/
+protected/Lang                     /usr/share/baculum/htdocs/protected/
+protected/Layouts                  /usr/share/baculum/htdocs/protected/
+protected/Pages                    /usr/share/baculum/htdocs/protected/
+protected/Portlets                 /usr/share/baculum/htdocs/protected/
+themes                             /usr/share/baculum/htdocs/
+examples/deb/baculum.users         /etc/baculum/
 examples/deb/baculum.lighttpd.conf /etc/baculum/
index 9435d56ab79aef489f2df023d334e319e3a387e5..251d2cff3295f7b1ae86b6dadef8d65db64f1999 100755 (executable)
@@ -13,3 +13,5 @@ PACKAGE_NAME = baculum
 
 %:
        dh $@ 
+override_dh_auto_build:
+       true
index ef4e5501f67651983c45b29f643e1af67f7a1013..f0e6f980d791efb4e6f386aacb9231d27bec0dbf 100644 (file)
@@ -18,9 +18,8 @@ server.modules = (
         "mod_fastcgi",
         "mod_accesslog"
 )
-
-auth.backend          = "plain" 
-auth.backend.plain.userfile = "/usr/share/baculum/htdocs/protected/Data/baculum.users"
+auth.backend          = "htpasswd"
+auth.backend.htpasswd.userfile = "/usr/share/baculum/htdocs/protected/Data/baculum.users"
 auth.require = ( "/" => (
         "method" => "basic",
         "realm" => "Baculum Auth",