Re: generate_state() in rlm_eap module generates duplicate state ?

2007-09-25 Thread Alan DeKok
Vinay Wagh wrote > Which is why it took me some time to figure this out. What I did was > added debug code in rbtree_insert to print out contents of the node if a > duplicate node existed. In the logs I saw that the node had the same > state but a different identity. Ok. That shouldn't be happe

Re: generate_state() in rlm_eap module generates duplicate state ?

2007-09-25 Thread Vinay Wagh
inline .. On 9/25/07, Alan DeKok <[EMAIL PROTECTED] > wrote: > > Vinay Wagh wrote: > > On looking deeper in to the problem I saw that the reason the > > rbtree_insert in eaplist_add() fails is because there is already a node > > in the tree with the same state (PW_STATE), this node is for a differ

Re: generate_state() in rlm_eap module generates duplicate state ?

2007-09-25 Thread Alan DeKok
Vinay Wagh wrote: > On looking deeper in to the problem I saw that the reason the > rbtree_insert in eaplist_add() fails is because there is already a node > in the tree with the same state (PW_STATE), this node is for a different > request altogether and so the insert in to the tree fails. Since I

generate_state() in rlm_eap module generates duplicate state ?

2007-09-24 Thread Vinay Wagh
Hi, I am using version freeradius ver 1.1.6 and I am observing a problem for which I could not find an existing bug report. Here is the description Problem description I am testing a gateway appliance for large number of subscribers. I am sending around 100 EAP-authentication requests (EAP-MD5) p