Discussion:
Problem faced in integrating Domino LDAP Server for authentication with FreeRadius Server
Joseph Silvin
2004-04-21 12:06:58 UTC
Permalink
Hi ,

I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I have
reproduced both radiusd.conf and log files. Looking forward to someone who
can help on this front.

Thanks.

JS


====================================================
Contents of radiusd.conf
====================================================
# Lightweight Directory Access Protocol (LDAP)
#
# This module definition allows you to use LDAP for
# authorization and authentication (Auth-Type := LDAP)
#
# See doc/rlm_ldap for description of configuration options
# and sample authorize{} and authenticate{} blocks
ldap {
server = 192.168.192.41
# identity = "cn=admin,o=My Org,c=UA"
# password = mypass
basedn = "ou=MyDept,ou=SBULocation,o=MyOrg"
filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
# base_filter = "(objectclass=radiusprofile)"

start_tls = no

access_attr = "dialupAccess"

dictionary_mapping = ${raddbdir}/ldap.attrmap

ldap_connections_number = 5


timeout = 4
timelimit = 3
net_timeout = 1
}


=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86, length=60
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
rlm_realm: No '@' in User-Name = "MyUserName", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap section
of radiusd.conf
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================

****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is intended
solely for the addressee. The 'mail content' is confidential and may be
privileged and is also prohibited from disclosure. Access, use, copying,
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee, please
destroy all copies of the 'mail content' in your possession and also
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender, with
due authority of Jyoti Structures Ltd., specifically states them to be
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender, Jyoti
Structures Ltd., accepts no responsibility, whatsoever, for loss or damage
from the use of the 'Said Information' including damage from viruses.
****************************************************



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Kostas Kalevras
2004-04-21 12:26:18 UTC
Permalink
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I have
reproduced both radiusd.conf and log files. Looking forward to someone who
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86, length=60
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap section
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is intended
solely for the addressee. The 'mail content' is confidential and may be
privileged and is also prohibited from disclosure. Access, use, copying,
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee, please
destroy all copies of the 'mail content' in your possession and also
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender, with
due authority of Jyoti Structures Ltd., specifically states them to be
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender, Jyoti
Structures Ltd., accepts no responsibility, whatsoever, for loss or damage
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Joseph Silvin
2004-04-22 04:21:31 UTC
Permalink
Hi Kostas,

Please allow me to explain. I have installed FreeRadius on RedHat Advanced
Server 2.1. The Domino Server which has LDAP service running is on another
machine. I am able to authenticate this LDAP using tools like LDAP Browser,
Outlook Express, Lotus Notes etc. Besides, if you look the log file.......

rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat indicating
that the correct username has got verified. I have only put the username as
"MyUserName".

Can you please clarify what I am missing ?

JS





Kostas Kalevras
<***@noc.ntua.gr> To: freeradius-***@lists.freeradius.org
Sent by: cc:
freeradius-users-***@lists.fre Subject: Re: Problem faced in integrating Domino LDAP Server for authentication
eradius.org with FreeRadius Server


21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I have
reproduced both radiusd.conf and log files. Looking forward to someone
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is intended
solely for the addressee. The 'mail content' is confidential and may
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee, please
destroy all copies of the 'mail content' in your possession and
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to be
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens,
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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






-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Kostas Kalevras
2004-04-22 11:00:50 UTC
Permalink
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat Advanced
Server 2.1. The Domino Server which has LDAP service running is on another
machine. I am able to authenticate this LDAP using tools like LDAP Browser,
Outlook Express, Lotus Notes etc. Besides, if you look the log file.......
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat indicating
that the correct username has got verified. I have only put the username as
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.

Please go ahead an read again my answer and FIX the problem reported to you by
rlm_ldap. That is, fix the identity and password configuration directives so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
eradius.org with FreeRadius Server
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I have
reproduced both radiusd.conf and log files. Looking forward to someone
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is intended
solely for the addressee. The 'mail content' is confidential and may
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee, please
destroy all copies of the 'mail content' in your possession and
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to be
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Joseph Silvin
2004-04-22 11:02:16 UTC
Permalink
Hi Kostas,

Thanks for the reply. But I am not able to figure out what to check under
the "identity and password configuration directives". I have run the
following command and it is able to log in.

ldapsearch -h 192.168.192.41 -vx -W -p 389 -D MyUserName

The above command returns back the LDAP schema.
Please guide in terms of what changes to make.

Thanks.

JS.


Note: Without the -x option in the ldapsearch, I am not able to connect.




Kostas Kalevras
<***@noc.ntua.gr> To: freeradius-***@lists.freeradius.org
Sent by: cc:
freeradius-users-***@lists.fre Subject: Re: Problem faced in integrating Domino LDAP Server for authentication
eradius.org with FreeRadius Server


22/04/2004 04:30 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat
Advanced
Post by Joseph Silvin
Server 2.1. The Domino Server which has LDAP service running is on
another
Post by Joseph Silvin
machine. I am able to authenticate this LDAP using tools like LDAP
Browser,
Post by Joseph Silvin
Outlook Express, Lotus Notes etc. Besides, if you look the log
file.......
Post by Joseph Silvin
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat indicating
that the correct username has got verified. I have only put the username
as
Post by Joseph Silvin
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.

Please go ahead an read again my answer and FIX the problem reported to you
by
rlm_ldap. That is, fix the identity and password configuration directives
so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I
have
Post by Joseph Silvin
Post by Joseph Silvin
reproduced both radiusd.conf and log files. Looking forward to someone
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
NULL
Post by Joseph Silvin
Post by Joseph Silvin
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post by Joseph Silvin
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is
intended
Post by Joseph Silvin
Post by Joseph Silvin
solely for the addressee. The 'mail content' is confidential and
may
Post by Joseph Silvin
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee,
please
Post by Joseph Silvin
Post by Joseph Silvin
destroy all copies of the 'mail content' in your possession and
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to
be
Post by Joseph Silvin
Post by Joseph Silvin
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens,
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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






-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Kostas Kalevras
2004-04-22 12:32:15 UTC
Permalink
Post by Joseph Silvin
Hi Kostas,
Thanks for the reply. But I am not able to figure out what to check under
the "identity and password configuration directives". I have run the
following command and it is able to log in.
ldapsearch -h 192.168.192.41 -vx -W -p 389 -D MyUserName
The above command returns back the LDAP schema.
Please guide in terms of what changes to make.
Thanks.
JS.
radiusd.conf:


ldap {
server = "ldap.your.domain"
identity = "cn=admin,o=My Org,c=UA" <----!!!!
password = mypass <----!!!!
Post by Joseph Silvin
Note: Without the -x option in the ldapsearch, I am not able to connect.
Kostas Kalevras
eradius.org with FreeRadius Server
22/04/2004 04:30 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat
Advanced
Post by Joseph Silvin
Server 2.1. The Domino Server which has LDAP service running is on
another
Post by Joseph Silvin
machine. I am able to authenticate this LDAP using tools like LDAP
Browser,
Post by Joseph Silvin
Outlook Express, Lotus Notes etc. Besides, if you look the log
file.......
Post by Joseph Silvin
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat indicating
that the correct username has got verified. I have only put the username
as
Post by Joseph Silvin
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.
Please go ahead an read again my answer and FIX the problem reported to you
by
rlm_ldap. That is, fix the identity and password configuration directives
so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against IBM
Domino LDAP Server. The following is the error message that I get. I
have
Post by Joseph Silvin
Post by Joseph Silvin
reproduced both radiusd.conf and log files. Looking forward to someone
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
NULL
Post by Joseph Silvin
Post by Joseph Silvin
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post by Joseph Silvin
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is
intended
Post by Joseph Silvin
Post by Joseph Silvin
solely for the addressee. The 'mail content' is confidential and
may
Post by Joseph Silvin
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except the
addressee is unauthorized. If you are not the intended addressee,
please
Post by Joseph Silvin
Post by Joseph Silvin
destroy all copies of the 'mail content' in your possession and
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the 'mail
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to
be
Post by Joseph Silvin
Post by Joseph Silvin
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Joseph Silvin
2004-04-24 06:59:34 UTC
Permalink
Hi Kostas,

The authentication is working when I used the radtest command. I followed
your guidelines.
But, I am unable to do the same on 636 port. Currently it works on 389
only.

The LDAP server is the Domino server. The FreeRadius server has to connect
on 636 to the Domino LDAP server.
Any suggestions?

Thanks.

JS.




Kostas Kalevras
<***@noc.ntua.gr> To: freeradius-***@lists.freeradius.org
Sent by: cc:
freeradius-users-***@lists.fre Subject: Re: Problem faced in integrating Domino LDAP Server for authentication
eradius.org with FreeRadius Server


22/04/2004 06:02 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Thanks for the reply. But I am not able to figure out what to check under
the "identity and password configuration directives". I have run the
following command and it is able to log in.
ldapsearch -h 192.168.192.41 -vx -W -p 389 -D MyUserName
The above command returns back the LDAP schema.
Please guide in terms of what changes to make.
Thanks.
JS.
radiusd.conf:


ldap {
server = "ldap.your.domain"
identity = "cn=admin,o=My Org,c=UA" <----!!!!
password = mypass
<----!!!!
Post by Joseph Silvin
Note: Without the -x option in the ldapsearch, I am not able to connect.
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
22/04/2004 04:30 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat
Advanced
Post by Joseph Silvin
Server 2.1. The Domino Server which has LDAP service running is on
another
Post by Joseph Silvin
machine. I am able to authenticate this LDAP using tools like LDAP
Browser,
Post by Joseph Silvin
Outlook Express, Lotus Notes etc. Besides, if you look the log
file.......
Post by Joseph Silvin
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat
indicating
Post by Joseph Silvin
Post by Joseph Silvin
that the correct username has got verified. I have only put the
username
Post by Joseph Silvin
as
Post by Joseph Silvin
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.
Please go ahead an read again my answer and FIX the problem reported to
you
Post by Joseph Silvin
by
rlm_ldap. That is, fix the identity and password configuration directives
so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against
IBM
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Domino LDAP Server. The following is the error message that I get. I
have
Post by Joseph Silvin
Post by Joseph Silvin
reproduced both radiusd.conf and log files. Looking forward to
someone
Post by Joseph Silvin
Post by Joseph Silvin
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
NULL
Post by Joseph Silvin
Post by Joseph Silvin
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post by Joseph Silvin
Post by Joseph Silvin
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is
intended
Post by Joseph Silvin
Post by Joseph Silvin
solely for the addressee. The 'mail content' is confidential and
may
Post by Joseph Silvin
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except
the
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
addressee is unauthorized. If you are not the intended addressee,
please
Post by Joseph Silvin
Post by Joseph Silvin
destroy all copies of the 'mail content' in your possession
and
Post by Joseph Silvin
Post by Joseph Silvin
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the
'mail
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to
be
Post by Joseph Silvin
Post by Joseph Silvin
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens,
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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






-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Kostas Kalevras
2004-04-26 15:16:40 UTC
Permalink
Post by Joseph Silvin
Hi Kostas,
The authentication is working when I used the radtest command. I followed
your guidelines.
But, I am unable to do the same on 636 port. Currently it works on 389
only.
The LDAP server is the Domino server. The FreeRadius server has to connect
on 636 to the Domino LDAP server.
Any suggestions?
Test that ldaps (port 636) is working with ldapsearch
Follow the instructions in doc/rlm_ldap in order to enable connections to port
636
Post debug information if you can't get it to work.
Post by Joseph Silvin
Thanks.
JS.
Kostas Kalevras
eradius.org with FreeRadius Server
22/04/2004 06:02 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Thanks for the reply. But I am not able to figure out what to check under
the "identity and password configuration directives". I have run the
following command and it is able to log in.
ldapsearch -h 192.168.192.41 -vx -W -p 389 -D MyUserName
The above command returns back the LDAP schema.
Please guide in terms of what changes to make.
Thanks.
JS.
ldap {
server = "ldap.your.domain"
identity = "cn=admin,o=My Org,c=UA" <----!!!!
password = mypass
<----!!!!
Post by Joseph Silvin
Note: Without the -x option in the ldapsearch, I am not able to connect.
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
22/04/2004 04:30 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat
Advanced
Post by Joseph Silvin
Server 2.1. The Domino Server which has LDAP service running is on
another
Post by Joseph Silvin
machine. I am able to authenticate this LDAP using tools like LDAP
Browser,
Post by Joseph Silvin
Outlook Express, Lotus Notes etc. Besides, if you look the log
file.......
Post by Joseph Silvin
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat
indicating
Post by Joseph Silvin
Post by Joseph Silvin
that the correct username has got verified. I have only put the
username
Post by Joseph Silvin
as
Post by Joseph Silvin
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.
Please go ahead an read again my answer and FIX the problem reported to
you
Post by Joseph Silvin
by
rlm_ldap. That is, fix the identity and password configuration directives
so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against
IBM
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Domino LDAP Server. The following is the error message that I get. I
have
Post by Joseph Silvin
Post by Joseph Silvin
reproduced both radiusd.conf and log files. Looking forward to
someone
Post by Joseph Silvin
Post by Joseph Silvin
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
NULL
Post by Joseph Silvin
Post by Joseph Silvin
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post by Joseph Silvin
Post by Joseph Silvin
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and any
attachments (hereinafter referred to as the 'mail content') is
intended
Post by Joseph Silvin
Post by Joseph Silvin
solely for the addressee. The 'mail content' is confidential and
may
Post by Joseph Silvin
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except
the
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
addressee is unauthorized. If you are not the intended addressee,
please
Post by Joseph Silvin
Post by Joseph Silvin
destroy all copies of the 'mail content' in your possession
and
Post by Joseph Silvin
Post by Joseph Silvin
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the
'mail
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
content' are those of the individual sender except where the sender,
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them to
be
Post by Joseph Silvin
Post by Joseph Silvin
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally binding
obligations on the sender, Jyoti Structures Ltd. The sender,
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss or
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from viruses.
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Joseph Silvin
2004-04-26 17:09:29 UTC
Permalink
Hi Kostas,

What you diagonized was absolutely right. I am not able to connect to the
Domino LDAP Server on port 636 from the Linux OS. But, I am able to connect
to the ldaps port of the LDAP Server from Windows client.

I have the cert.cer file (which can be used to install the certificate on
to the Trusted Root) with me. How do I merge this into the FreeRadius
Server ?

Thanks.

JS




Kostas Kalevras
<***@noc.ntua.gr> To: freeradius-***@lists.freeradius.org
Sent by: cc:
freeradius-users-***@lists.fre Subject: Re: Problem faced in integrating Domino LDAP Server for authentication
eradius.org with FreeRadius Server


26/04/2004 08:46 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
The authentication is working when I used the radtest command. I followed
your guidelines.
But, I am unable to do the same on 636 port. Currently it works on 389
only.
The LDAP server is the Domino server. The FreeRadius server has to
connect
Post by Joseph Silvin
on 636 to the Domino LDAP server.
Any suggestions?
Test that ldaps (port 636) is working with ldapsearch
Follow the instructions in doc/rlm_ldap in order to enable connections to
port
636
Post debug information if you can't get it to work.
Post by Joseph Silvin
Thanks.
JS.
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
22/04/2004 06:02 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Thanks for the reply. But I am not able to figure out what to check
under
Post by Joseph Silvin
Post by Joseph Silvin
the "identity and password configuration directives". I have run the
following command and it is able to log in.
ldapsearch -h 192.168.192.41 -vx -W -p 389 -D MyUserName
The above command returns back the LDAP schema.
Please guide in terms of what changes to make.
Thanks.
JS.
ldap {
server = "ldap.your.domain"
identity = "cn=admin,o=My Org,c=UA" <----!!!!
password = mypass
<----!!!!
Post by Joseph Silvin
Note: Without the -x option in the ldapsearch, I am not able to
connect.
Post by Joseph Silvin
Post by Joseph Silvin
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
22/04/2004 04:30 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi Kostas,
Please allow me to explain. I have installed FreeRadius on RedHat
Advanced
Post by Joseph Silvin
Server 2.1. The Domino Server which has LDAP service running is on
another
Post by Joseph Silvin
machine. I am able to authenticate this LDAP using tools like LDAP
Browser,
Post by Joseph Silvin
Outlook Express, Lotus Notes etc. Besides, if you look the log
file.......
Post by Joseph Silvin
rlm_ldap: - authorize
Post by Joseph Silvin
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
We can see that it has returned back correctly the radius_xlat
indicating
Post by Joseph Silvin
Post by Joseph Silvin
that the correct username has got verified. I have only put the
username
Post by Joseph Silvin
as
Post by Joseph Silvin
"MyUserName".
NO. It has run an xlat on a string. NOTHING more.
Please go ahead an read again my answer and FIX the problem reported to
you
Post by Joseph Silvin
by
rlm_ldap. That is, fix the identity and password configuration
directives
Post by Joseph Silvin
Post by Joseph Silvin
so
that rlm_ldap can connect to the ldap server.
Post by Joseph Silvin
Can you please clarify what I am missing ?
JS
Kostas Kalevras
Re: Problem faced in integrating Domino LDAP Server for authentication
Post by Joseph Silvin
eradius.org with
FreeRadius Server
Post by Joseph Silvin
21/04/2004 05:56 PM
Please respond to
freeradius-users
Post by Joseph Silvin
Hi ,
I am trying to use FreeRadius ACS Server for authentication against
IBM
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Domino LDAP Server. The following is the error message that I get.
I
Post by Joseph Silvin
Post by Joseph Silvin
have
Post by Joseph Silvin
Post by Joseph Silvin
reproduced both radiusd.conf and log files. Looking forward to
someone
Post by Joseph Silvin
Post by Joseph Silvin
who
Post by Joseph Silvin
can help on this front.
Thanks.
JS
=====================================================
Log file of FreeRadius
====================================================
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=86,
length=60
Post by Joseph Silvin
User-Name = "MyUserName"
User-Password = "MyLDAPPassword"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1
modcall: entering group authorize for request 10
modcall[authorize]: module "preprocess" returns ok for request 10
modcall[authorize]: module "chap" returns noop for request 10
modcall[authorize]: module "eap" returns noop for request 10
NULL
Post by Joseph Silvin
Post by Joseph Silvin
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 10
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 10
modcall[authorize]: module "mschap" returns noop for request 10
rlm_ldap: - authorize
rlm_ldap: performing user authorization for MyUserName
radius_xlat: '(uid=MyUserName)'
radius_xlat: 'ou=MyDept,ou=SBULocation,o=MyOrg'
ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to 192.168.192.41:389, authentication 0
rlm_ldap: bind as / to 192.168.192.41:389
rlm_ldap: waiting for bind result ...
rlm_ldap: LDAP login failed: check login, password settings in ldap
section
Post by Joseph Silvin
of radiusd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
If that does not help, nothing will...
Post by Joseph Silvin
rlm_ldap: (re)connection attempt failed
rlm_ldap: search failed
ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns fail for request 10
modcall: group authorize returns fail for request 10
Finished request 10
Going to the next request
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
=========================================================
****************DISCLAIMER***************** This message and
any
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
attachments (hereinafter referred to as the 'mail content') is
intended
Post by Joseph Silvin
Post by Joseph Silvin
solely for the addressee. The 'mail content' is confidential
and
Post by Joseph Silvin
Post by Joseph Silvin
may
Post by Joseph Silvin
be
Post by Joseph Silvin
privileged and is also prohibited from disclosure. Access, use,
copying,
Post by Joseph Silvin
distribution or re-use of the 'mail content' by anyone except
the
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
addressee is unauthorized. If you are not the intended addressee,
please
Post by Joseph Silvin
Post by Joseph Silvin
destroy all copies of the 'mail content' in your possession
and
Post by Joseph Silvin
Post by Joseph Silvin
also
Post by Joseph Silvin
delete the same from your computer. Any views expressed in the
'mail
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
content' are those of the individual sender except where the
sender,
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
with
Post by Joseph Silvin
due authority of Jyoti Structures Ltd., specifically states them
to
Post by Joseph Silvin
Post by Joseph Silvin
be
Post by Joseph Silvin
Post by Joseph Silvin
the views of Jyoti Structures Ltd. Nothing contained in the 'mail
content' is capable or intended to create any legally
binding
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
obligations on the sender, Jyoti Structures Ltd. The
sender,
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Jyoti
Post by Joseph Silvin
Structures Ltd., accepts no responsibility, whatsoever, for loss
or
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
damage
Post by Joseph Silvin
from the use of the 'Said Information' including damage from
viruses.
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
****************************************************
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Athens,
Post by Joseph Silvin
Post by Joseph Silvin
Post by Joseph Silvin
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
***@noc.ntua.gr National Technical University of Athens,
Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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






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