Re: freeradius + LDAP

This is a discussion on Re: freeradius + LDAP within the FreeRADIUS Users forums, part of the Networking and Network Related category; I have read through the document. Every time I try to start radius using LDAP it core dumps. I only ...


Go Back   Usenet Forums > Networking and Network Related > FreeRADIUS Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-23-2005
Lou Moore
 
Posts: n/a
Default Re: freeradius + LDAP

I have read through the document. Every time I try to
start radius using LDAP it core dumps. I only changed
a few ldap settings.

ldap {
server = "ldap.my.com"
identity = "cn=Directory
Manager,o=my.com"
password = password
basedn = "ou=people,o=my.com"
filter =
"(uid=%{Stripped-User-Name:-%{User-Name}})"

I only uncommented the following lines which caused
the core dumps.
#
# The ldap module will set Auth-Type to LDAP
if it has not
# already been set
ldap

Auth-Type LDAP {
ldap
}


Starting - reading configuration files ...
reread_config: reading radiusd.conf
Config: including file:
/opt/freeradius-1.0.1/etc/raddb/proxy.conf
Config: including file:
/opt/freeradius-1.0.1/etc/raddb/clients.conf
Config: including file:
/opt/freeradius-1.0.1/etc/raddb/snmp.conf
Config: including file:
/opt/freeradius-1.0.1/etc/raddb/eap.conf
Config: including file:
/opt/freeradius-1.0.1/etc/raddb/sql.conf
main: prefix = "/opt/freeradius-1.0.1"
main: localstatedir = "/opt/freeradius-1.0.1/var"
main: logdir = "/opt/freeradius-1.0.1/var/log/radius"
main: libdir = "/opt/freeradius-1.0.1/lib"
main: radacctdir =
"/opt/freeradius-1.0.1/var/log/radius/radacct"
main: hostname_lookups = no
main: max_request_time = 30
main: cleanup_delay = 5
main: max_requests = 1024
main: delete_blocked_requests = 0
main: port = 0
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file =
"/opt/freeradius-1.0.1/var/log/radius/radius.log"
main: log_auth = no
main: log_auth_badpass = no
main: log_auth_goodpass = no
main: pidfile =
"/opt/freeradius-1.0.1/var/run/radiusd/radiusd.pid"
main: user = "(null)"
main: group = "(null)"
main: usercollide = no
main: lower_user = "no"
main: lower_pass = "no"
main: nospace_user = "no"
main: nospace_pass = "no"
main: checkrad =
"/opt/freeradius-1.0.1/sbin/checkrad"
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = yes
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_config_files: reading dictionary
read_config_files: reading naslist
Using deprecated naslist file. Support for this will
go away soon.
read_config_files: reading clients
read_config_files: reading realms
radiusd: entering modules setup
Module: Library search path is
/opt/freeradius-1.0.1/lib
Module: Loaded exec
exec: wait = yes
exec: program = "(null)"
exec: input_pairs = "request"
exec: output_pairs = "(null)"
exec: packet_type = "(null)"
rlm_exec: Wait=yes but no output defined. Did you mean
output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded PAP
pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
mschap: use_mppe = yes
mschap: require_encryption = no
mschap: require_strong = no
mschap: with_ntdomain_hack = no
mschap: passwd = "(null)"
mschap: authtype = "MS-CHAP"
mschap: ntlm_auth = "(null)"
Module: Instantiated mschap (mschap)
Module: Loaded System
unix: cache = no
unix: passwd = "(null)"
unix: shadow = "(null)"
unix: group = "(null)"
unix: radwtmp =
"/opt/freeradius-1.0.1/var/log/radius/radwtmp"
unix: usegroup = no
unix: cache_reload = 600
Module: Instantiated unix (unix)
Module: Loaded eap
eap: default_eap_type = "md5"
eap: timer_expire = 60
eap: ignore_unknown_eap_types = no
eap: cisco_accounting_username_bug = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
gtc: challenge = "Password: "
gtc: auth_type = "PAP"
rlm_eap: Loaded and initialized type gtc
mschapv2: with_ntdomain_hack = no
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
preprocess: huntgroups =
"/opt/freeradius-1.0.1/etc/raddb/huntgroups"
preprocess: hints =
"/opt/freeradius-1.0.1/etc/raddb/hints"
preprocess: with_ascend_hack = no
preprocess: ascend_channels_per_line = 23
preprocess: with_ntdomain_hack = no
preprocess: with_specialix_jetstream_hack = no
preprocess: with_cisco_vsa_hack = no
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
realm: format = "suffix"
realm: delimiter = "@"
realm: ignore_default = no
realm: ignore_null = no
Module: Instantiated realm (suffix)
Module: Loaded files
files: usersfile =
"/opt/freeradius-1.0.1/etc/raddb/users"
files: acctusersfile =
"/opt/freeradius-1.0.1/etc/raddb/acct_users"
files: preproxy_usersfile =
"/opt/freeradius-1.0.1/etc/raddb/preproxy_users"
files: compat = "no"
Module: Instantiated files (files)
Segmentation Fault (core dumped)

--- Anderson Alves de Albuquerque
<anderson@belem.voip.nce.ufrj.br> wrote:

>
>
>
> Look this:
>

http://www.lh.freeradius.org/radiusd/doc/ldap_howto.txt
>
>
>
>
> On Wed, 23 Feb
> 2005, anderson souza wrote:
>
> > Good morning to all!!
> > >
> > > He/she would like to know some of the friends
> > > he/she knows some referring documentation
> > > the poptop implementation + freeradius + LDAP or

> even
> > > same a possible "road of the stones" for
> > > the configuration in the debian sarge!!!
> > >
> > > at once I thank attention of all...
> > >
> > > Att.
> > > Anderson
> > >

> >
> > -
> > List info/subscribe/unsubscribe? See

> http://www.freeradius.org/list/users.html
> >

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





__________________________________
Do you Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball.
http://baseball.fantasysports.yahoo.com/

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


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:49 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0