##
## Remote administration module
##

##
## WARNING: Keep this directory entry strongly protected!
##
## The default configuration only allows only secure connections - TLS,
## comming from localhost. It also requires the root system login/password 
## pair which will be checked using PAM.
##

Directory /admin {
   Handler admin

   Auth basic {
      Method pam
      User root
   }
 
   Allow from localhost
   OnlySecure
}

