Diff for /elwix/config/etc/default/lighttpd/conf.d/auth.conf.sample between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:37 version 1.2, 2014/01/05 23:14:24
Line 0 Line 1
   #######################################################################
   ##
   ##  Authentication Module
   ## -----------------------
   ##
   ## See http://www.lighttpd.net/documentation/authentification.html
   ## for more info.
   ##
   
   #auth.backend                 = "plain"
   #auth.backend.plain.userfile  = "/usr/local/etc/lighttpd/lighttpd.user"
   #auth.backend.plain.groupfile = "/usr/local/etc/lighttpd/lighttpd.group"
   
   #auth.backend.ldap.hostname = "localhost"
   #auth.backend.ldap.base-dn  = "dc=my-domain,dc=com"
   #auth.backend.ldap.filter   = "(uid=$)"
   
   #auth.require               = ( "/server-status" =>
   #                               (
   #                                 "method"  => "digest",
   #                                 "realm"   => "Server Status",
   #                                 "require" => "valid-user"
   #                               ),
   #                             )
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>