]> git.pld-linux.org Git - packages/apache-mod_auth_xradius.git/commitdiff
- added missing AuthBasicProvider xradius
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 16 Jul 2010 08:50:22 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_xradius.conf -> 1.3

apache-mod_auth_xradius.conf

index 172efd2507954f8c8770c8647b78e1e3370ebfca..6486bf0a989b18d53bfd90fb4cef388ae705e2c5 100644 (file)
@@ -3,7 +3,7 @@
     
     ## The Cache for mod_auth_xradius must be configured globally.
     ## If you do not want Authentication Caching, set:
-    AuthXRadiusCache none -
+    AuthXRadiusCache none -
 
     ## A Local DBM Based Cache (low performance)
     # AuthXRadiusCache dbm "conf/auth_xradius_cache"
@@ -24,7 +24,8 @@
         AuthName "Private Area"
             
         ## Type of authentication to use.  
-        AuthType basic
+       AuthBasicProvider xradius
+       AuthType basic
             
         ## Address and the Shared Secret of the RADIUS Server to contact.
         AuthXRadiusAddServer "localhost:1812" "super-secret"
This page took 0.052408 seconds and 4 git commands to generate.