My ldap server is a novell nw5.1 nds. In the schema i can't see a userPassword 
Attribute for user-class, but i think it's standard !?
I can't imagine that it is possible to get plaintext password from ldap server !?
So, how can EAP-MD5 work with ldap when I need plaintext passwords to build a hash?

Here is my radius logfile with ldap_debug = 3:

Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: /usr/local/radius/etc/raddb/clients.conf
 main: prefix = "/usr/local/radius"
 main: localstatedir = "/usr/local/radius/var"
 main: logdir = "/usr/local/radius/var/log/radius"
 main: libdir = "/usr/local/radius/lib"
 main: radacctdir = "/usr/local/radius/var/log/radius/radacct"
 main: hostname_lookups = no
read_config_files:  reading dictionary
read_config_files:  reading clients
read_config_files:  reading realms
read_config_files:  reading naslist
 main: max_request_time = 30
 main: cleanup_delay = 10
 main: max_requests = 1024
 main: delete_blocked_requests = 0
 main: port = 0
 main: allow_core_dumps = yes
 main: log_stripped_names = yes
 main: log_auth = yes
 main: log_auth_badpass = yes
 main: log_auth_goodpass = yes
 main: pidfile = "/usr/local/radius/var/run/radiusd/radiusd.pid"
 main: bind_address = 192.168.10.130 IP address [192.168.10.130]
 main: user = "root"
 main: group = "(null)"
 main: usercollide = no
 main: lower_user = "no"
 main: lower_pass = "no"
 main: nospace_user = "no"
 main: nospace_pass = "no"
 main: proxy_requests = no
 security: max_attributes = 200
 security: reject_delay = 1
 main: debug_level = 0
read_config_files:  entering modules setup
Module: Library search path is /usr/local/radius/lib
Module: Loaded eap
 eap: default_eap_type = "tls"
 eap: timer_expire = 60
rlm_eap: Loaded and initialized the type md5
 tls: private_key_file = "/usr/local/openssl/ssl/certs/cert-srv.pem"
 tls: certificate_file = "/usr/local/openssl/ssl/certs/cert-srv.pem"
 tls: CA_file = "/usr/local/openssl/ssl/certs/cacert.pem"
 tls: private_key_password = "whatever"
 tls: dh_file = "/usr/src/802/cert/dh"
 tls: random_file = "/usr/src/802/cert/random"
 tls: fragment_size = 500
 tls: include_length = yes
rlm_eap_tls: conf N ctx stored
rlm_eap: Loaded and initialized the type tls
Module: Instantiated eap (eap)
Module: Loaded LDAP
 ldap: server = "192.168.10.230"
 ldap: port = 636
 ldap: net_timeout = 1
 ldap: timeout = 4
 ldap: timelimit = 3
 ldap: ldap_cache_timeout = 0
 ldap: ldap_cache_size = 0
 ldap: identity = "CN=admin,OU=CW,OU=KIP,O=DE"
 ldap: start_tls = no
 ldap: password = "admin"
 ldap: basedn = "OU=CW,OU=KIP,O=DE"
 ldap: filter = "(givenName=%U)"
 ldap: default_profile = "(null)"
 ldap: profile_attribute = "(null)"
 ldap: access_group = "(null)"
 ldap: password_header = "(null)"
 ldap: password_attribute = "(null)"
 ldap: access_attr = "(null)"
 ldap: groupname_attribute = "cn"
 ldap: groupmembership_filter = 
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"
 ldap: dictionary_mapping = "/usr/local/radius/etc/raddb/ldap.attrmap"
 ldap: ldap_debug = 3
 ldap: ldap_connections_number = 5
 ldap: compare_check_items = no
 ldap: access_attr_used_for_allow = yes
conns: (nil)
rlm_ldap: reading ldap<->radius mappings from file 
/usr/local/radius/etc/raddb/ldap.attrmap
rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$
rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$
rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type
rlm_ldap: LDAP npSessionsAllowed mapped to RADIUS Simultaneous-Use
rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id
rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id
rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT
rlm_ldap: LDAP userPassword mapped to RADIUS User-Password
rlm_ldap: LDAP userPasswd mapped to RADIUS User-Password
rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password
rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password
rlm_ldap: LDAP userPassword mapped to RADIUS User-Password
rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type
rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol
rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address
rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask
rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route
rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing
rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id
rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU
rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression
rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host
rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service
rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port
rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number
rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id
rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network
rlm_ldap: LDAP radiusClass mapped to RADIUS Class
rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout
rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout
rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action
rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service
rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node
rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group
rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link
rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS Framed-AppleTalk-Network
rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone
rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit
rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port
conns: 0x80c4140
Module: Instantiated ldap (nds_ldap)
Module: Loaded preprocess
 preprocess: huntgroups = "/usr/local/radius/etc/raddb/huntgroups"
 preprocess: hints = "/usr/local/radius/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 ldap (upn_ldap)
Module: Loaded files
 files: usersfile = "/usr/local/radius/etc/raddb/users"
 files: acctusersfile = "/usr/local/radius/etc/raddb/acct_users"
 files: compat = "no"
[/usr/local/radius/etc/raddb/users]:8 WARNING! Changing 'User-Password =' to 
'User-Password ==' ?for comparing RADIUS attribute in check item list for user bob
Module: Instantiated files (files)
Module: Loaded detail
 detail: detailfile = 
"/usr/local/radius/var/log/radius/radacct/%{Client-IP-Address}/detail"
 detail: detailperm = 384
 detail: dirperm = 493
 detail: locking = no
Module: Instantiated detail (detail)
[...]
Module: Instantiated unix (unix)
[...]
Module: Instantiated radutmp (radutmp)
Listening on IP address 192.168.10.130, ports 1812/udp and 1813/udp.
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.10.15:15275, id=234, length=81
        Message-Authenticator = 0x9e2dc012004bbb7a527e4a1858671713
        User-Name = "NDS\\hans"
        NAS-IP-Address = 192.168.10.15
        NAS-Port = 17
        EAP-Message = "\002:\000\r\001NDS\\hans"
        Framed-MTU = 1000
modcall: entering group authorize
  hints: Matched DEFAULT at 5
  modcall[authorize]: module "preprocess" returns ok
    users: Matched DEFAULT at 14
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "eap" returns updated
modcall: group authorize returns updated
modcall: entering group autztype
rlm_ldap: - authorize
rlm_ldap: performing user authorization for hans
radius_xlat:  '(givenName=hans)'
radius_xlat:  'OU=CW,OU=KIP,O=DE'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.10.230:636, authentication 0
rlm_ldap: setting TLS mode to 1
rlm_ldap: bind as CN=admin,OU=CW,OU=KIP,O=DE/admin to 192.168.10.230:636
ldap_bind
ldap_simple_bind
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection
ldap_int_open_connection
ldap_connect_to_host
ldap_new_socket: 6
ldap_prepare_socket: 6
ldap_connect_to_host: Trying 192.168.10.230:636
ldap_connect_timeout: fd: 6 tm: 1 async: 0
ldap_ndelay_on: 6
ldap_is_sock_ready: 6
ldap_ndelay_off: 6
ldap_int_sasl_open: NWKIPTEST
TLS trace: SSL_connect:before/connect initialization
TLS trace: SSL_connect:SSLv2/v3 write client hello A
TLS trace: SSL_connect:SSLv3 read server hello A
TLS certificate verification: depth: 1, subject: /OU=Organizational CA/O=KIPTEST, 
issuer: /OU=Organizational CA/O=KIPTEST
TLS trace: SSL_connect:SSLv3 read server certificate A
TLS trace: SSL_connect:SSLv3 read server done A
TLS trace: SSL_connect:SSLv3 write client key exchange A
TLS trace: SSL_connect:SSLv3 write change cipher spec A
TLS trace: SSL_connect:SSLv3 write finished A
TLS trace: SSL_connect:SSLv3 flush data
TLS trace: SSL_connect:SSLv3 read finished A
ldap_delayed_open successful, ld_host is (null)
ldap_send_server_request
rlm_ldap: waiting for bind result ...
ldap_result msgid 1
ldap_chkResponseList for msgid=1, all=1
ldap_chkResponseList returns NULL
wait4msg (timeout 4 sec, 0 usec), msgid 1
wait4msg continue, msgid 1, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 1,  origid 1, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=1, all=1
ldap_chkResponseList returns NULL
do_ldap_select
read1msg: msgid 1, all 1
ldap_read: message type bind msgid 1, original id 1
new result:  res_errno: 0, res_error: <>, res_matched: <>
read1msg:  0 new referrals
read1msg:  mark request completed, id = 1
request 1 done
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 1, msgid 1)
ldap_free_connection
ldap_free_connection: refcnt 1
ldap_parse_result
ldap_msgfree
rlm_ldap: performing search in OU=CW,OU=KIP,O=DE, with filter (givenName=hans)
ldap_search
put_filter "(givenName=hans)"
put_filter: simple
put_simple_filter "givenName=hans"
ldap_send_initial_request
ldap_send_server_request
ldap_result msgid 2
ldap_chkResponseList for msgid=2, all=1
ldap_chkResponseList returns NULL
wait4msg (timeout 4 sec, 0 usec), msgid 2
wait4msg continue, msgid 2, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 2,  origid 2, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=2, all=1
ldap_chkResponseList returns NULL
do_ldap_select
read1msg: msgid 2, all 1
ldap_read: message type search-entry msgid 2, original id 2
wait4msg:  3 secs to go
wait4msg continue, msgid 2, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 2,  origid 2, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
 * msgid 2,  type 100
ldap_chkResponseList for msgid=2, all=1
ldap_chkResponseList returns NULL
read1msg: msgid 2, all 1
ldap_read: message type search-result msgid 2, original id 2
new result:  res_errno: 0, res_error: <>, res_matched: <>
read1msg:  0 new referrals
read1msg:  mark request completed, id = 2
request 2 done
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 2, msgid 2)
ldap_free_connection
ldap_free_connection: refcnt 1
adding response id 2 type 101:
ldap_parse_result
ldap_get_dn
rlm_ldap: looking for check items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: Attribute userPasswd has no value
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: looking for reply items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: user hans authorized to use remote access
ldap_msgfree
ldap_release_conn: Release Id: 0
  modcall[authorize]: module "nds_ldap" returns ok
modcall: group autztype returns ok
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate
rlm_eap: processing type tls
  modcall[authenticate]: module "eap" returns ok
modcall: group authenticate returns ok
Login OK: [hans/<no User-Password attribute>] (from client Enterasys-Switch port 17)
Sending Access-Challenge of id 234 to 192.168.10.15:15275
        EAP-Message = "\001;\000\006\r "
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xfecf56648458f58d713b6f3d89d97d5293c6bb0e
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 10 seconds...
rad_recv: Access-Request packet from host 192.168.10.15:15275, id=235, length=96
        Message-Authenticator = 0xa7f67dfaf9ef6cf9e9bd7eb7c2ca4751
        User-Name = "NDS\\hans"
        State = 0xfecf56648458f58d713b6f3d89d97d5293c6bb0e
        NAS-IP-Address = 192.168.10.15
        NAS-Port = 17
        Framed-MTU = 1000
        EAP-Message = "\002;\000\006\003\004"
modcall: entering group authorize
  hints: Matched DEFAULT at 5
  modcall[authorize]: module "preprocess" returns ok
    users: Matched DEFAULT at 14
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "eap" returns updated
modcall: group authorize returns updated
modcall: entering group autztype
rlm_ldap: - authorize
rlm_ldap: performing user authorization for hans
radius_xlat:  '(givenName=hans)'
radius_xlat:  'OU=CW,OU=KIP,O=DE'
ldap_get_conn: Got Id: 0
rlm_ldap: performing search in OU=CW,OU=KIP,O=DE, with filter (givenName=hans)
ldap_search
put_filter "(givenName=hans)"
put_filter: simple
put_simple_filter "givenName=hans"
ldap_send_initial_request
ldap_send_server_request
ldap_result msgid 3
ldap_chkResponseList for msgid=3, all=1
ldap_chkResponseList returns NULL
wait4msg (timeout 4 sec, 0 usec), msgid 3
wait4msg continue, msgid 3, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 3,  origid 3, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=3, all=1
ldap_chkResponseList returns NULL
do_ldap_select
read1msg: msgid 3, all 1
ldap_read: message type search-entry msgid 3, original id 3
wait4msg:  3 secs to go
wait4msg continue, msgid 3, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 3,  origid 3, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
 * msgid 3,  type 100
ldap_chkResponseList for msgid=3, all=1
ldap_chkResponseList returns NULL
read1msg: msgid 3, all 1
ldap_read: message type search-result msgid 3, original id 3
new result:  res_errno: 0, res_error: <>, res_matched: <>
read1msg:  0 new referrals
read1msg:  mark request completed, id = 3
request 3 done
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 3, msgid 3)
ldap_free_connection
ldap_free_connection: refcnt 1
adding response id 3 type 101:
ldap_parse_result
ldap_get_dn
rlm_ldap: looking for check items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: Attribute userPasswd has no value
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: looking for reply items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: user hans authorized to use remote access
ldap_msgfree
ldap_release_conn: Release Id: 0
  modcall[authorize]: module "nds_ldap" returns ok
modcall: group autztype returns ok
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: processing type md5
rlm_eap_md5: Issuing Challenge
  modcall[authenticate]: module "eap" returns ok
modcall: group authenticate returns ok
Login OK: [hans/<no User-Password attribute>] (from client Enterasys-Switch port 17)
Sending Access-Challenge of id 235 to 192.168.10.15:15275
        EAP-Message = 
"\001\353\000\026\004\020\310\367\223\014Y\202\354$\344S@\020&\326\235\203"
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xb65b6ff70a1324c5713b6f3d108acf8bd887c113
Finished request 1
Going to the next request
Waking up in 10 seconds...
rad_recv: Access-Request packet from host 192.168.10.15:15275, id=236, length=120
        Message-Authenticator = 0xd603460e40247821f8f6900b538d3533
        User-Name = "NDS\\hans"
        State = 0xb65b6ff70a1324c5713b6f3d108acf8bd887c113
        NAS-IP-Address = 192.168.10.15
        NAS-Port = 17
        Framed-MTU = 1000
        EAP-Message = 
"\002\353\000\036\004\020\262\254\353\030\306\253l\002Z\343u\244n\361\222\264NDS\\hans"
modcall: entering group authorize
  hints: Matched DEFAULT at 5
  modcall[authorize]: module "preprocess" returns ok
    users: Matched DEFAULT at 14
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "eap" returns updated
modcall: group authorize returns updated
modcall: entering group autztype
rlm_ldap: - authorize
rlm_ldap: performing user authorization for hans
radius_xlat:  '(givenName=hans)'
radius_xlat:  'OU=CW,OU=KIP,O=DE'
ldap_get_conn: Got Id: 0
rlm_ldap: performing search in OU=CW,OU=KIP,O=DE, with filter (givenName=hans)
ldap_search
put_filter "(givenName=hans)"
put_filter: simple
put_simple_filter "givenName=hans"
ldap_send_initial_request
ldap_send_server_request
ldap_result msgid 4
ldap_chkResponseList for msgid=4, all=1
ldap_chkResponseList returns NULL
wait4msg (timeout 4 sec, 0 usec), msgid 4
wait4msg continue, msgid 4, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 4,  origid 4, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=4, all=1
ldap_chkResponseList returns NULL
do_ldap_select
read1msg: msgid 4, all 1
ldap_read: message type search-entry msgid 4, original id 4
wait4msg:  3 secs to go
wait4msg continue, msgid 4, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 11:31:29 2002

** Outstanding Requests:
 * msgid 4,  origid 4, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
 * msgid 4,  type 100
ldap_chkResponseList for msgid=4, all=1
ldap_chkResponseList returns NULL
read1msg: msgid 4, all 1
ldap_read: message type search-result msgid 4, original id 4
new result:  res_errno: 0, res_error: <>, res_matched: <>
read1msg:  0 new referrals
read1msg:  mark request completed, id = 4
request 4 done
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 4, msgid 4)
ldap_free_connection
ldap_free_connection: refcnt 1
adding response id 4 type 101:
ldap_parse_result
ldap_get_dn
rlm_ldap: looking for check items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: Attribute userPasswd has no value
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: looking for reply items in directory...
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
ldap_get_values
rlm_ldap: user hans authorized to use remote access
ldap_msgfree
ldap_release_conn: Release Id: 0
  modcall[authorize]: module "nds_ldap" returns ok
modcall: group autztype returns ok
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: EAP_TYPE - md5
rlm_eap: processing type md5
rlm_eap_md5: No password configured for this user
  modcall[authenticate]: module "eap" returns invalid
modcall: group authenticate returns invalid
auth: Failed to validate the user.
Login incorrect: [hans/<no User-Password attribute>] (from client Enterasys-Switch 
port 17)
Delaying request 2 for 1 seconds
Finished request 2
Going to the next request
Waking up in 10 seconds...
--- Walking the entire request list ---
Cleaning up request 0 ID 234 with timestamp 3d6f3b70
Sending Access-Reject of id 236 to 192.168.10.15:15275
        EAP-Message = "\004\354\000\004"
        Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 1 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 235 with timestamp 3d6f3b71
Cleaning up request 2 ID 236 with timestamp 3d6f3b71
Nothing to do.  Sleeping until we see a request.


And my ldapsearch:

ldapsearch -n -v -d 3 -D "CN=admin,OU=CW,OU=KIP,O=DE" -h 192.168.10.230 -p 636 -W 
"(givenName=hans)" userPassword
ldap_init( 192.168.10.230, 636 )
ldap_create
Enter LDAP Password:
ldap_pvt_sasl_getmech
ldap_search
put_filter "(objectclass=*)"
put_filter: simple
put_simple_filter "objectclass=*"
ldap_send_initial_request
ldap_new_connection
ldap_int_open_connection
ldap_connect_to_host
ldap_new_socket: 3
ldap_prepare_socket: 3
ldap_connect_to_host: Trying 192.168.10.230:636
ldap_connect_timeout: fd: 3 tm: -1 async: 0
ldap_ndelay_on: 3
ldap_is_sock_ready: 3
ldap_ndelay_off: 3
ldap_int_sasl_open: NWKIPTEST
ldap_delayed_open successful, ld_host is (null)
ldap_send_server_request
ber_flush: 64 bytes to sd 3
  0000:  30 3e 02 01 01 63 39 04  00 0a 01 00 0a 01 00 02   0>...c9.........
  0010:  01 00 02 01 00 01 01 00  87 0b 6f 62 6a 65 63 74   ..........object
  0020:  63 6c 61 73 73 30 19 04  17 73 75 70 70 6f 72 74   class0...support
  0030:  65 64 53 41 53 4c 4d 65  63 68 61 6e 69 73 6d 73   edSASLMechanisms
ldap_write: want=64, written=64
  0000:  30 3e 02 01 01 63 39 04  00 0a 01 00 0a 01 00 02   0>...c9.........
  0010:  01 00 02 01 00 01 01 00  87 0b 6f 62 6a 65 63 74   ..........object
  0020:  63 6c 61 73 73 30 19 04  17 73 75 70 70 6f 72 74   class0...support
  0030:  65 64 53 41 53 4c 4d 65  63 68 61 6e 69 73 6d 73   edSASLMechanisms
ldap_result msgid 1
ldap_chkResponseList for msgid=1, all=1
ldap_chkResponseList returns NULL
wait4msg (infinite timeout), msgid 1
wait4msg continue, msgid 1, all 1
** Connections:
* host: 192.168.10.230  port: 636  (default)
  refcnt: 2  status: Connected
  last used: Fri Aug 30 12:35:39 2002

** Outstanding Requests:
 * msgid 1,  origid 1, status InProgress
   outstanding referrals 0, parent count 0
** Response Queue:
   Empty
ldap_chkResponseList for msgid=1, all=1
ldap_chkResponseList returns NULL
do_ldap_select


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

Reply via email to