diff -Nur smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki smeserver-phpki-0.1_mod/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki --- smeserver-phpki-0.1/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2011-07-20 10:52:38.000000000 +0200 +++ smeserver-phpki-0.1_mod/root/etc/e-smith/templates/etc/httpd/pki-conf/httpd.conf/90phpki 2011-07-20 10:53:28.000000000 +0200 @@ -14,23 +14,17 @@ order deny,allow deny from all allow from 127.0.0.1 - #AuthName "PHPKI" - #AuthType Basic - #TKTAuthLoginURL /server-common/cgi-bin/login - #require valid-user - #SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" - #Satisfy all # /ca is only allowed for admin and explicitely authorized users - + AuthName "PHPKI Admin" AuthType Basic TKTAuthLoginURL /server-common/cgi-bin/login require user admin {getUsersList("phpki");} SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" Satisfy all - + # Disable access to /admin, which is used to configure user/password # via an htaccess file