Fixed up some whitespace.
authorcmiller <cmiller>
Fri, 16 Mar 2001 04:46:19 +0000 (04:46 +0000)
committercmiller <cmiller>
Fri, 16 Mar 2001 04:46:19 +0000 (04:46 +0000)
raddb/radiusd.conf.in

index 1747f5f..bcd576a 100644 (file)
@@ -383,24 +383,24 @@ modules {
                radwtmp = ${logdir}/radwtmp
        }
 
-        # This module definition allows you to use LDAP for
-        # authorization and authentication (Auth-Type = LDAP)
-        # See doc/README.rlm_ldap for description of configuration options 
-        # and sample authorize{} and authenticate{} blocks 
-        ldap {
-                server   = "ldap.your.domain"
-              # login    = "cn=admin,o=My Org,c=US"
-              # password = mypass
-                basedn   = "o=My Org,c=US"
-                filter   = "(uid=%u)"
-                access_group = "cn=clients,ou=dialup,o=My Org,c=US"
-                access_attr = "dialupAccess"
-                dictionary_mapping = ${raddbdir}/ldap.attrmap
-                timeout = 4
-                timelimit = 3
-                net_timeout = 1
-                ldap_debug = 0x0000
-        }
+       # This module definition allows you to use LDAP for
+       # authorization and authentication (Auth-Type = LDAP)
+       # See doc/README.rlm_ldap for description of configuration options 
+       # and sample authorize{} and authenticate{} blocks 
+       ldap {
+               server = "ldap.your.domain"
+               # login = "cn=admin,o=My Org,c=US"
+               # password = mypass
+               basedn = "o=My Org,c=US"
+               filter = "(uid=%u)"
+               access_group = "cn=clients,ou=dialup,o=My Org,c=US"
+               access_attr = "dialupAccess"
+               dictionary_mapping = ${raddbdir}/ldap.attrmap
+               timeout = 4
+               timelimit = 3
+               net_timeout = 1
+               ldap_debug = 0x0000
+       }
 
        #
        #  You can have multiple instances of the realm module to
@@ -584,9 +584,9 @@ modules {
        #
        counter {
                filename = ${raddbdir}/db.counter
-               key      = User-Name
+               key = User-Name
                count-attribute = Acct-Session-Time
-               reset    = daily
+               reset = daily
                counter-name = Daily-Session-Time
        }