RE: Radius with SSL

2005-02-02 Thread Anderson Alves de Albuquerque
Thanks, My Radius with LDAP is OKAY now. How can I configure the password in LDAP with MD5. Example: in the LDAP I put: rootpw {MD5}aY3BnUicTk23PiinE+qwew== In the Radius.conf I put: ldap { server=ldaps.xxx.com identity=cn=root,dc=com

RE: Radius with SSL

2005-02-02 Thread Kostas Kalevras
On Wed, 2 Feb 2005, Anderson Alves de Albuquerque wrote: Thanks, My Radius with LDAP is OKAY now. How can I configure the password in LDAP with MD5. Example: in the LDAP I put: rootpw {MD5}aY3BnUicTk23PiinE+qwew== In the Radius.conf I put: ldap { server=ldaps.xxx.com

RE: Radius with SSL

2005-01-13 Thread Anderson Alves de Albuquerque
I created the certificates with http://www.freeradius.org/radiusd/doc/rlm_ldap. And I put in my radiusd.conf the configs below, but I have problems. look my debug in the radiusd with -x: --- rad_recv: Access-Request packet

RE: Radius with SSL

2005-01-13 Thread Willey Kurt D
@lists.freeradius.org Subject: RE: Radius with SSL I created the certificates with http://www.freeradius.org/radiusd/doc/rlm_ldap. And I put in my radiusd.conf the configs below, but I have problems. look my debug in the radiusd with -x

RE: Radius with SSL

2005-01-13 Thread Anderson Alves de Albuquerque
-users@lists.freeradius.org Subject: RE: Radius with SSL I created the certificates with http://www.freeradius.org/radiusd/doc/rlm_ldap. And I put in my radiusd.conf the configs below, but I have problems. look my debug in the radiusd with -x

RE: Radius with SSL

2005-01-13 Thread Anderson Alves de Albuquerque
: Radius with SSL I created the certificates with http://www.freeradius.org/radiusd/doc/rlm_ldap. And I put in my radiusd.conf the configs below, but I have problems. look my debug in the radiusd with -x: --- rad_recv

RE: Radius with SSL

2005-01-13 Thread Willey Kurt D
Subject: RE: Radius with SSL In option debug of the LDAP I look this: --- . . . . tls_read: want=5, got=5 : 15 03 01 00 02 . tls_read: want=2, got=2 : 02 30 .0 TLS: can't

RE: Radius with SSL

2005-01-13 Thread Anderson Alves de Albuquerque
): ...tlsv1 alert unknown ca -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anderson Alves de Albuquerque Sent: Thursday, January 13, 2005 12:32 PM To: freeradius-users@lists.freeradius.org Subject: RE: Radius with SSL In option debug of the LDAP

RE: Radius with SSL

2005-01-10 Thread Willey Kurt D
Use port 636 to your ldaps server, and let the radius server do the work. The hardest part is generating the certificate trust. Sample radiusd.conf for ldaps to Win2K AD: server = 127.0.0.1 port = 636 identity = cn=ldapuser,cn=users,dc=domain,dc=com