Re: Freeradius + portuguese characters in Active Directory

2008-01-15 Thread nikitha george
Please find the debug log below..

rlm_eap_ttls: Session established.  Proceeding to decode tunneled
attributes.
+- entering group authorize
++[preprocess] returns ok
expand: %{User-Name} - Catónio
rlm_attr_rewrite: Added attribute Stripped-User-Name with value 'Catónio'
++[copy_user_name] returns ok
expand: ^(.*[\/]+) - ^(.*[\/]+)
rlm_attr_rewrite: No match found for attribute Stripped-User-Name with value
'Catónio'
++[add_dollar_sign] returns ok
++[chap] returns noop
++[mschap] returns noop

++[mschap] returns noop
rlm_realm: No '/' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[suffix_oblic] returns noop
rlm_realm: No '\' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[suffix_oblic_fs] returns noop
rlm_realm: No '/' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[prefix_oblic] returns noop
rlm_realm: No '\' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[prefix_oblic_fs] returns noop
rlm_realm: No '@' [EMAIL PROTECTED] in User-Name = Catónio, looking up 
realm
NULL
rlm_realm: No such realm NULL
++[suffix_at] returns noop
rlm_realm: No '@' [EMAIL PROTECTED] in User-Name = Catónio, looking up 
realm
NULL
rlm_realm: No such realm NULL
++[prefix_at] returns noop
rlm_realm: No '%' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[suffix_percent] returns noop
rlm_realm: No '%' in User-Name = Catónio, looking up realm NULL
rlm_realm: No such realm NULL
++[prefix_percent] returns noop
rlm_ldap: Entering ldap_groupcmp()
expand: cn cn=mycn,dc=mydc,dc=com - cn= cn=mycn,dc=mydc,dc=com
expand: (uid=%{User-Name}) - (uid=Catónio)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=mycn,dc=mydc,dc=com, with filter
(uid=Catónio)
rlm_ldap: object not found or got ambiguous search result
rlm_ldap::ldap_groupcmp: search failed


On 1/14/08, Alan DeKok [EMAIL PROTECTED] wrote:

 nikitha george wrote:
  Alan,
  I tried with 2.0 release, still i am not able  to get the user
  authenticated. I am seeing the freeradius which logs the user name as
  some different character instead of cató.
 
  Any other idea? Or did u guys ever tried with this kind of characters in
  user name?

   I don't try it that often, but I haven tried it in the past.

   Perhaps you could say *where* this is happening.  i.e. include a debug
 log, as suggested in the FAQ, README, INSTALL, etc.  There may be places
 in the server which haven't been updated to handle UTF-8.

   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

Re: Freeradius + portuguese characters in Active Directory

2008-01-14 Thread nikitha george
Alan,
I tried with 2.0 release, still i am not able  to get the user
authenticated. I am seeing the freeradius which logs the user name as some
different character instead of cató.

Any other idea? Or did u guys ever tried with this kind of characters in
user name?

Thanks,
Sumithra


On 1/12/08, nikitha george [EMAIL PROTECTED] wrote:

 Okay. Currently I am running with 1.1.6, will upgrade to 2.0 and try it.

 Thanks for your information.
 Regards,
 Nikitha


 On 1/11/08, Alan DeKok [EMAIL PROTECTED] wrote:
 
  nikitha george wrote:
   I am creating a user account in AD with portuguese character and have
   the freeradius configured properly.
 
  1.1.x does not support UTF-8 that well.  Version 2.0.0 should be much
  better.  Please try that.
 
  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

Freeradius + portuguese characters in Active Directory

2008-01-11 Thread nikitha george
Hi,
I am creating a user account in AD with portuguese character and have the
freeradius configured properly.
But i am not able to get the successfull authentication.
For example, i added a user account catónio and displayname as catónio
But the radius server log shows, sending a user name as cat\5c303\5c263nio
.

Do we need to do anything different to support languages other than english
or am i missing some other configuration?

FYI: If i change the user account to plain exglish characters then it works,
so there are no issues with configuration settings.

Any idea why it happens and how to get it work with?


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

Re: How to enable only EAP-TTLS type and not EAP-TLS?

2008-01-10 Thread nikitha george
Alan,
 I tried with the configuration you had given below, but it does not work
out. Still radius server is accepting TLS method.

Thanks,
Nikitha

On 1/9/08, Alan DeKok [EMAIL PROTECTED] wrote:

 nikitha george wrote:
  Hi,
  I want to enable only TTLS authentication and if the client is
  requesting any other types EAP-TLS or PEAP the authentication should be
  denied.
  I am running freeradius-1.1.6, and if try to disable EAP-TLS module the
  server itself is not starting up.
  Please let me know if there are any ways to achieve this.

   Put this at the top of the users file:

 DEFAULT EAP-Type != EAP-TTLS, Auth-Type := Reject

   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

How to enable only EAP-TTLS type and not EAP-TLS?

2008-01-09 Thread nikitha george
Hi,
I want to enable only TTLS authentication and if the client is requesting
any other types EAP-TLS or PEAP the authentication should be denied.
I am running freeradius-1.1.6, and if try to disable EAP-TLS module the
server itself is not starting up.
Please let me know if there are any ways to achieve this.

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

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-23 Thread nikitha george

On 5/23/07, nikitha george [EMAIL PROTECTED] wrote:


Please find the valgrind output below. It shows so much memory is still
reachable.
I guess we are not cleaning up the all the expired cached session at
regular interval.


==21844== 7,456 bytes in 29 blocks are still reachable in loss record 33
of 44
==21844==at 0x48054FB: realloc (vg_replace_malloc.c:306)
==21844==by 0x351D54: (within /lib/libcrypto.so.0.9.8b)
==21844==by 0x352486: CRYPTO_realloc (in /lib/libcrypto.so.0.9.8b)
==21844==by 0x3A4776: lh_insert (in /lib/libcrypto.so.0.9.8b)
==21844==by 0x355527: OBJ_NAME_add (in /lib/libcrypto.so.0.9.8b)
==21844==by 0x3AC41C: EVP_add_digest (in /lib/libcrypto.so.0.9.8b)
==21844==by 0x486EF91: SSL_library_init (in /lib/libssl.so.0.9.8b)
==21844==by 0x4BAAE03: eaptls_attach (rlm_eap_tls.c:287)
==21844==by 0x4B95230: eaptype_load (eap.c:122)
==21844==by 0x4B93D1B: eap_instantiate (rlm_eap.c:145)
==21844==by 0xCCBE: find_module_instance (modules.c:358)
==21844==by 0xDCBD: do_compile_modsingle (modcall.c:1005)
==21844==
==21844==
==21844== 10,692 bytes in 33 blocks are still reachable in loss record 34
of 44
==21844==at 0x4805400: malloc (vg_replace_malloc.c:149)
==21844==by 0x4830106: pairmake (valuepair.c:1049)
==21844==by 0x4830A58: pairread (valuepair.c:1244)
==21844==by 0x4830C15: userparse (valuepair.c:1296)
==21844==by 0x9BAB: pairlist_read (files.c:200)
==21844==by 0x4BBB5FF: preprocess_instantiate (rlm_preprocess.c:493)
==21844==by 0xCCBE: find_module_instance (modules.c:358)
==21844==by 0xDCBD: do_compile_modsingle (modcall.c:1005)
==21844==by 0xD34C: setup_modules (modules.c:580)
==21844==by 0x10A35: main (radiusd.c:965)
==21844==
==21844==
==21844== 13,325 bytes in 21 blocks are still reachable in loss record 35
of 44
==21844==at 0x480473F: calloc (vg_replace_malloc.c:279)
==21844==by 0x4FE8F57A: _dl_new_object (in /lib/ld-2.5.so)
==21844==by 0x4FE8B0E0: _dl_map_object_from_fd (in /lib/ld-2.5.so)
==21844==by 0x4FE8D403: _dl_map_object (in /lib/ld-2.5.so)
==21844==by 0x4FE96668: dl_open_worker (in /lib/ld-2.5.so)
==21844==by 0x4FE92C05: _dl_catch_error (in /lib/ld-2.5.so)
==21844==by 0x4FE96191: _dl_open (in /lib/ld-2.5.so)
==21844==by 0x419BCD0C: dlopen_doit (in /lib/libdl-2.5.so)
==21844==by 0x4FE92C05: _dl_catch_error (in /lib/ld-2.5.so)
==21844==by 0x419BD38B: _dlerror_run (in /lib/libdl-2.5.so)
==21844==by 0x419BCC43: dlopen@@GLIBC_2.1 (in /lib/libdl-2.5.so)
==21844==by 0x48392A9: sys_dl_open (ltdl.c:958)
==21844==
==21844==
==21844== 15,808 bytes in 670 blocks are still reachable in loss record 36
of 44
==21844==at 0x4805400: malloc (vg_replace_malloc.c:149)
==21844==by 0x418C001F: strdup (in /lib/libc-2.5.so)
==21844==by 0x79D7: cf_section_read (conffile.c:207)
==21844==by 0x8094: conf_read (conffile.c:917)
==21844==by 0xB55D: read_radius_conf_file (mainconfig.c:1264)
==21844==by 0xB6A5: read_mainconfig (mainconfig.c:1309)
==21844==by 0x109F2: main (radiusd.c:941)
==21844==
==21844==
==21844== 26,768 bytes in 336 blocks are still reachable in loss record 37
of 44
==21844==at 0x4805400: malloc (vg_replace_malloc.c:149)
==21844==by 0x4B944E1: eap_compose (eap.c:395)
==21844==by 0x4B93AC8: eap_authenticate (rlm_eap.c:341)
==21844==by 0xE3C7: modcall (modcall.c:236)
==21844==by 0xEA6B: call_one (modcall.c:269)
==21844==by 0xE5B9: modcall (modcall.c:324)
==21844==by 0xC63D: indexed_modcall (modules.c:469)
==21844==by 0x5213: rad_check_password (auth.c:380)
==21844==by 0x579A: rad_authenticate (auth.c:675)
==21844==by 0xFC66: rad_respond (radiusd.c:1675)
==21844==by 0x116B1: main (radiusd.c:1440)
==21844==
==21844==
==21844== 49,152 bytes in 4 blocks are still reachable in loss record 38
of 44
==21844==at 0x4805400: malloc (vg_replace_malloc.c:149)
==21844==by 0x4825B3F: lrad_hash_table_insert (hash.c:375)
==21844==by 0x4822AAF: dict_addattr (dict.c:478)
==21844==by 0x482316B: my_dict_init (dict.c:744)
==21844==by 0x4822F71: my_dict_init (dict.c:1050)
==21844==by 0x4822F71: my_dict_init (dict.c:1050)
==21844==by 0x4823DC5: dict_init (dict.c:1258)
==21844==by 0xB5AF: read_radius_conf_file (mainconfig.c:1276)
==21844==by 0xB6A5: read_mainconfig (mainconfig.c:1309)
==21844==by 0x109F2: main (radiusd.c:941)
==21844==
==21844==
==21844== 64,892 bytes in 1,704 blocks are still reachable in loss record
39 of 44
==21844==at 0x4805400: malloc (vg_replace_malloc.c:149)
==21844==by 0x153DC: rad_malloc (util.c:308)
==21844==by 0x79AE: cf_section_read (conffile.c:203)
==21844==by 0x8094: conf_read (conffile.c:917)
==21844==by 0xB55D: read_radius_conf_file (mainconfig.c:1264)
==21844==by 0xB6A5: read_mainconfig (mainconfig.c:1309)
==21844==by 0x109F2: main (radiusd.c:941)
==21844==
==21844==
==21844== 136,877 bytes in 5,331 blocks are still

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george

Do you have any idea what kind of malloc/free implementation on our system
will work out in this scenario?

Thanks,
Nikitha

On 5/19/07, Alan DeKok [EMAIL PROTECTED] wrote:


nikitha george wrote:
 So why is it happening in my case then? I can see all the requests gets
 cleaned up ( log message was put) but still so much memory is consumed
 by radiusd.

When the server caches the requests, it uses memory to do that.  When
it frees the requests, the memory does *not* get returned to the system.
This is usually due to the malloc/free implementation on your system,
and cannot be controlled by the server.

 You want me post the huge log file..? I badly need this fix now..
 Configuration wise i am using the default configuration except users and
 clients entry added newly.

If your server really is that busy, then it needs that much memory to
ensure it maintains quality service.  If you make it use less memory,
requests will be lost, and your network will suffer.

Alan DeKok.
--
http://deployingradius.com   - The web site of the book
http://deployingradius.com/blog/ - The blog
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george

Hi Martin,

Thanks for your reply.
The memory usage of radiusd in our system went from 6687KB to 160MB which is
50.1% of memory of our system and radiusd got re-started.

I had run the Valgrind to see the resource leak. Definitely lost memory was
380 Bytes but still reachable are more. I think this is the one which is
leaking memory. I dont have access to the log files today, i will post it by
tomorrow for your reference.

Thanks,
Nikitha

On 5/19/07, Martin Gadbois [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

nikitha george wrote:
 So why is it happening in my case then? I can see all the requests gets
 cleaned up ( log message was put) but still so much memory is consumed
 by radiusd.


Memory usage under Linux is a tricky thing.
It depends if you're looking at RSS (RES in top), which is the actual
RAM used by the process, or virtual memory (VIRT in top) which actually
may map directly to disk and/or to RAM, and/or be shared with another
process!

A typical usage of a process the RES will rise, and then hit a plateau.
Check the memory usage after a day, it should be the same the following
week.

If the RES raise linearly for days until the system trashes, you may
have detected a memory leak.

But to make sure a leak happens, usually tools like Valgrind helps
better than looking at what the kernel reports, as there is a lot more
hidden than what shows.


- --
== +-+
Martin Gadbois | Please answer by yes or no.|
Sr. SW Designer| Uncooperative user waste precious CPU time |
Colubris Networks Inc. | -- The Andromeda Strain, M. Crichton, 1969  |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGThWW9Y3/iTTCEDkRAnOMAJ47LwlA9o48V/49KnahEtaaNWf+4QCfXTL1
HAza0Po1crhG3tHzf6OQIcY=
=q2Gp
-END PGP SIGNATURE-
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george

On 5/20/07, Alan DeKok [EMAIL PROTECTED] wrote:

If valgrind doesn't say that the memory is lost, then the memory is

very likely still being used.  i.e. It's likely needed for something.

something..?
Why do radiusd need to hold the memory even after cleaning up the request?
Even after stopping the request, the memory never gets freed. Why is this
strange result of huge memory usage by radiusd?


On 5/20/07, Alan DeKok [EMAIL PROTECTED] wrote:


nikitha george wrote:
 The memory usage of radiusd in our system went from 6687KB to 160MB
 which is 50.1% of memory of our system and radiusd got re-started.

  160Mb does sound like a lot.

 I had run the Valgrind to see the resource leak. Definitely lost memory
 was 380 Bytes but still reachable are more. I think this is the one
 which is leaking memory. I dont have access to the log files today, i
 will post it by tomorrow for your reference.

  The 380 bytes definitely lost is from libltdl.  It contributed
almost nothing to the 160M total memory used by the server.

  If valgrind doesn't say that the memory is lost, then the memory is
very likely still being used.  i.e. It's likely needed for something.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-18 Thread nikitha george

So why is it happening in my case then? I can see all the requests gets
cleaned up ( log message was put) but still so much memory is consumed by
radiusd.

You want me post the huge log file..? I badly need this fix now..
Configuration wise i am using the default configuration except users and
clients entry added newly.

Hoping to get some positive reply.

Thanks,
Nikitha

On 5/18/07, Alan DeKok [EMAIL PROTECTED] wrote:


nikitha george wrote:
 I am seeing a very serious memory leak issue with freeradius-1.1.6. The
 memory usage of freeradius gone from 3386Byte to 64MB when i was trying
 to connect 16 clients with roaming interval of 1 second. More
 Access-Requests are coming and we keep saving those requests until
 cleanup_delay.

  Yes... that's how the server is supposed to work.

 After my initial investigation in the souce code,  we keep cleaning the
 requests only if the select() fails,

  No.  It cleans the requests after it's examined all of the sockets for
data.

 which means no more request to
 handle. But in my case the clients are keep sending the request i think
 the cached request_list is not cleared properly or misses out some
 requests or something happens i guess. I may be wrong too, so please let
 me know what could be the root cause.

  No.  People are running the server with sustain loads of 100's of
packets per second.  There is no memory leak like you say.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

Hi Alan,

I regret for the late reply.
Yes. I am running the server in single threaded mode. Will it be an overhead
for taking more time?
I verified the same by running in different high speed machine. It looks
pretty okay. It took arround 150ms. So i am okay with this performance.

But one more issue i am facing is when i try to connect 3 clients per second
for 30 minutes with freeradius-1.1.6 only 200 or 250 clients are getting
connected ( means 67 to 83 seconds the authentication happened) after that
the clients are not getting connected, not seeing any Access-Accept going to
the NAS.

If I connect  2  clients per second then all the clients ( 2 per second for
30 minutes ) are getting connected.

Please let me know what could be the reason for this? The log file is very
huge.. if you could  not figure out the issue with the above statistic it
will send the log to the group.

Thank you so much for all your help.
Regards,
Nikitha

On 4/27/07, Alan DeKok [EMAIL PROTECTED] wrote:


nikitha george wrote:
 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting
 from Access-Request till Access-Accept it takes more than 250ms to
 complete. Is it the normal performance of freeradius-1.1.4 or anything
 suspicious in this regard?

  It depends on your CPU speed, etc.  But it's not out of line.  Almost
all of that time is spent in OpenSSL, doing cryptography.

 When i  try to send many Request
 simultaneously then there is no response from the server for the latest
 requests as the server is busy processing first request.
 Only the first request gets response after 250ms.

  Are you sure you're not running the server in single threaded mode?

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

No. I am using local database.

On 4/27/07, inverse [EMAIL PROTECTED] wrote:


 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting
from
 Access-Request till Access-Accept it takes more than 250ms to complete.
Is

are you doing it against an LDAP server?
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

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

Very critical: Memory leak in freeradius-1.1.6

2007-05-17 Thread nikitha george

Hi,

I am seeing a very serious memory leak issue with freeradius-1.1.6. The
memory usage of freeradius gone from 3386Byte to 64MB when i was trying to
connect 16 clients with roaming interval of 1 second. More Access-Requests
are coming and we keep saving those requests until cleanup_delay.

After my initial investigation in the souce code,  we keep cleaning the
requests only if the select() fails, which means no more request to handle.
But in my case the clients are keep sending the request i think the cached
request_list is not cleared properly or misses out some requests or
something happens i guess. I may be wrong too, so please let me know what
could be the root cause.

Awaiting for any earliest reply.

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

Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

Hi Alan,

I have not enabled full debugging with -X option. But syslog was enabled,
all the logs were redirected to a remote syslog server. You want me to test
with all the debugging including syslog turned off?

Thanks,
Nikitha
On 5/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi,

 If I connect  2  clients per second then all the clients ( 2 per second
for
 30 minutes ) are getting connected.

 Please let me know what could be the reason for this? The log file is
very
 huge.. if you could  not figure out the issue with the above statistic
it
 will send the log to the group.

is this with full debugging turned on? if so, try it with full debug off.
the server will spend quite some time spewing that text out in debug mode

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

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

Performance with Freeradius-1.1.4

2007-04-27 Thread nikitha george

Hi All,

I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting from
Access-Request till Access-Accept it takes more than 250ms to complete. Is
it the normal performance of freeradius-1.1.4 or anything suspicious in this
regard? When i  try to send many Request simultaneously then there is no
response from the server for the latest requests as the server is busy
processing first request.
Only the first request gets response after 250ms.

When i tried with some other RADIUS Server i could connect each mobile unit
in some 150ms.

Please let me know if anybody faced this problem with performance.

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