Here's everything from my radiusd.conf in the modules section:

modules {
        pam {
                pam_auth = radiusd
        }
        unix {
                cache = no

                passwd = /etc/passwd
                group = /etc/group


                radwtmp = ${logdir}/radwtmp
        }


        realm suffix {
                format = suffix
                delimiter = "@"
        }

        realm realmslash {
                format = prefix
                delimiter = "/"
        }

        realm realmpercent {
                format = suffix
                delimiter = "%"
        }


        preprocess {
                huntgroups = ${confdir}/huntgroups
                hints = ${confdir}/hints

                with_ascend_hack = no
                ascend_channels_per_line = 23

                with_ntdomain_hack = no

                with_specialix_jetstream_hack = no

                with_cisco_vsa_hack = yes
        }

        files {
                usersfile = ${confdir}/users
                acctusersfile = ${confdir}/acct_users

                compat = no
        }

        fastusers {
                usersfile = ${confdir}/users_fast
                hashsize = 1000
                compat = no
                hash_reload = 600
        }

        detail {
                detailfile = ${radacctdir}/%{Client-IP-Address}/detail
                detailperm = 0600
        }

        acct_unique {
                key = "User-Name, Acct-Session-Id, NAS-IP-Address,
Client-IP-Address, NAS-Port-Id"
        }


        $INCLUDE  ${confdir}/sql.conf

# sql.conf is calling: driver = "rlm_sql_mysql" 

        radutmp {
                filename = ${logdir}/radutmp
                perm = 0600
                callerid = "yes"
        }

        radutmp sradutmp {
                filename = ${logdir}/sradutmp
                perm = 0644
                callerid = "no"
        }

        attr_filter {
                attrsfile = ${confdir}/attrs
        }

        counter {
                filename = ${raddbdir}/db.counter
                key = User-Name
                count-attribute = Acct-Session-Time
                reset = daily
                counter-name = Daily-Session-Time
                check-name = Max-Daily-Session
                allowed-servicetype = Framed-User
                cache-size = 5000
        }

        always fail {
                rcode = fail
        }
        always reject {
                rcode = reject
        }
        always ok {
                rcode = ok
                simulcount = 0
                mpp = no
        }

        example {
                boolean = yes

                integer = 16

                string = "This is an example configuration string"

                ipaddr = 127.0.0.1

                mysubsection {
                        anotherinteger = 1000
                        deeply nested {
                                string = "This is a different string"
                        }
                }
        }

}

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: October 25, 2001 10:34 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problems starting radiusd
> 
> 
> "Jason A. Lixfeld" <[EMAIL PROTECTED]> wrote:
> >     Reboot didn't do anything (like I really expected it to anyway).
> > 
> > This is strange.  I run radiusd -xx and it won't sig11 anymore.     
> > 
> > Gets as far as here, then that's it:
> 
>   OK, so what modules do you have configured?  I ran it 
> locally with just rlm_files, under a bounds checking 
> compiler, and didn't see anything.
> 
>   I suspect that the problem is one of the modules.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
> 



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to