Hi Alen,

Cleartext password was configured in users file.
I am not understanding why it is note taking. Because PEAP/MSCHAPV2 and TTLS/MSCHAPV2 works fine.
Do you have any other suggestions?

Regards
Ammu

On Thu, Sep 18, 2014 at 3:30 PM, <freeradius-devel-request@lists.freeradius.org> wrote:
Send Freeradius-Devel mailing list submissions to
        freeradius-devel@lists.freeradius.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freeradius.org/mailman/listinfo/freeradius-devel
or, via email, send a message with subject or body 'help' to
        freeradius-devel-request@lists.freeradius.org

You can reach the person managing the list at
        freeradius-devel-owner@lists.freeradius.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Freeradius-Devel digest..."


Today's Topics:

   1. Re: EAP-FAST phase2 failed (Alan DeKok)
   2. Commit report for master branch (The git bot)
   3. Commit report for v3.0.x branch (The git bot)
   4. Freeradius Queries  (Himanshu  Pandey)


----------------------------------------------------------------------

Message: 1
Date: Wed, 17 Sep 2014 11:40:41 -0400
From: Alan DeKok <aland@deployingradius.com>
To: FreeRadius developers mailing list
        <freeradius-devel@lists.freeradius.org>
Subject: Re: EAP-FAST phase2 failed
Message-ID: <5419AB79.3040806@deployingradius.com>
Content-Type: text/plain; charset=UTF-8

Ammu Argh wrote:
> As you suggested i tried to connect freeradous to active directory.
> Freeradius is  able to join the  active directory and below command also
> succeeded.
>
> radtest -t mschap <user> <password> localhost 0 <sharedsecret>
>
> But station failed to connect to AP.
> I got the below error on freeradius:

  The debug log you posted here has no error.  If you read the debug
log, you'll see that.

  The debug log from the earlier message does have an error:

>     EAP-MSCHAPV2: eap_server Password not configured

  That seems to be clear.  You need set a password for the user.

  And EAP-FAST will *not* work with Active Directory.  Sorry.  You need
to configure a clear-text password for the user.

  Alan DeKok.


------------------------------

Message: 2
Date: Thu, 18 Sep 2014 00:00:01 +0200 (CEST)
From: announce@freeradius.org (The git bot)
To: freeradius-devel@lists.freeradius.org
Subject: Commit report for master branch
Message-ID: <20140917220001.E83422240582@power.freeradius.org>

New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
Free unknown DICT_ATTRs.  Closes #795

The unknown DICT_ATTRs are converted to talloc, and various
sweeping changes made through the code to accomodate this.

Alan T. DeKok@2014-09-17T16:41:54Z
Files modified:
        * src/include/libradius.h
        * src/lib/dict.c
        * src/lib/radius.c
        * src/lib/valuepair.c
        * src/main/map.c
        * src/main/tmpl.c
        * src/modules/proto_dhcp/dhcp.c
        * src/modules/proto_vmps/vqp.c
        * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6d7238ebd64f4cde5ce80f94733e8716fffd219e
======
Make pairsteal() steal only one attribute

So that we can call it from other places in valuepair.c
Only radsniff calls it for a list of VPs, so we just move
the loop to radsniff

Alan T. DeKok@2014-09-17T16:41:52Z
Files modified:
        * src/include/libradius.h
        * src/lib/valuepair.c
        * src/main/radsniff.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7f81de062526185f05fdfc8eff1052bf1424390a
======
Fix typo from 97b8c9

Alan T. DeKok@2014-09-17T16:03:03Z
Files modified:
        * src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c46430d9674572b2ad9de538ea51a7163041e710
======
Be less picky about attribute names.  Closes #796

Alan T. DeKok@2014-09-17T15:35:07Z
Files modified:
        * src/lib/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/32d560c5854b6d44ac2dbe5de1b47afbe98a8bda
======
Remove duplicate is_wildcard() function

Alan T. DeKok@2014-09-17T15:35:06Z
Files modified:
        * src/include/libradius.h
        * src/lib/misc.c
        * src/main/client.c
        * src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d51544fdbe0f0200ca79e81799230bd7cc2f22a9
======
Be more selective when we fix up prefixes for 'wildcard' clients

Arran Cudbard-Bell@2014-09-17T05:08:22Z
Files modified:
        * src/main/client.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/537aea8be3c36b67b92e2a5304df96ee98513229
======
--
This commit summary was generated @2014-09-18T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


------------------------------

Message: 3
Date: Thu, 18 Sep 2014 00:00:01 +0200 (CEST)
From: announce@freeradius.org (The git bot)
To: freeradius-devel@lists.freeradius.org
Subject: Commit report for v3.0.x branch
Message-ID: <20140917220001.E7B402240611@power.freeradius.org>

New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
Note recent changes

Alan T. DeKok@2014-09-17T16:41:00Z
Files modified:
        * doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f021ec6892ef65ed64e78caaf63de03a7870af4a
======
Free unknown DICT_ATTRs.  Closes #795

The unknown DICT_ATTRs are converted to talloc, and various
sweeping changes made through the code to accomodate this.

Alan T. DeKok@2014-09-17T16:40:26Z
Files modified:
        * src/include/libradius.h
        * src/lib/dict.c
        * src/lib/radius.c
        * src/lib/valuepair.c
        * src/main/map.c
        * src/main/tmpl.c
        * src/modules/proto_dhcp/dhcp.c
        * src/modules/proto_vmps/vqp.c
        * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/76f0ab30e76a2297c592e3e34e298f1c8e99209c
======
Make pairsteal() steal only one attribute

So that we can call it from other places in valuepair.c
Only radsniff calls it for a list of VPs, so we just move
the loop to radsniff

Alan T. DeKok@2014-09-17T16:17:18Z
Files modified:
        * src/include/libradius.h
        * src/lib/valuepair.c
        * src/main/radsniff.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8459479208ef7bd17444f94b8c639a795ebd5883
======
Fix typo from 97b8c9

Alan T. DeKok@2014-09-17T16:02:49Z
Files modified:
        * src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/89e2c41cacc0ff01b97d4f25beb51e4d2895b3b5
======
Whitespace.  And merge in the changelog from 3.0.4

Alan T. DeKok@2014-09-17T15:36:37Z
Files modified:
        * doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/ffe6431495b6426015aec07a06948ec5c3817a62
======
Be less picky about attribute names.  Closes #796

Alan T. DeKok@2014-09-17T15:34:41Z
Files modified:
        * src/lib/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/38541b475492d91b88611420d12fa081fdab5da6
======
Remove duplicate is_wildcard() function

Alan T. DeKok@2014-09-17T15:26:44Z
Files modified:
        * src/include/libradius.h
        * src/lib/misc.c
        * src/main/client.c
        * src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/97b8c9b83432b1740e6cb0cce3139291378db95c
======
Update ChangeLog

Arran Cudbard-Bell@2014-09-17T05:23:20Z
Files modified:
        * doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2d1b2cc5507a8f8c884fef961929222084dc9869
======
Be more selective when we fix up prefixes for 'wildcard' clients

Arran Cudbard-Bell@2014-09-17T05:08:30Z
Files modified:
        * src/main/client.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bfd52e81a66ff965472d2c89bf2d0d254b448ef8
======
--
This commit summary was generated @2014-09-18T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


------------------------------

Message: 4
Date: 18 Sep 2014 04:35:07 -0000
From: "Himanshu  Pandey" <pandey_himanshu80@rediffmail.com>
To: "freeradius-devel@lists.freeradius.org"
        <freeradius-devel@lists.freeradius.org>
Subject: Freeradius Queries
Message-ID: <20140918043507.4989.qmail@f4mail-235-195.rediffmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Friends,
I am very new to freeradius and right now I am going through the code of &nbsp;freeradius. I am facing problem to understand a couple of concepts. They are:
1. What is the overall architecture of Freeradius?2. Do we have separate Pair,Data and Section trees? If yes then how are they related with each other.3. What is the role of configuration item linked list?4. How is the linked list and Red-Black trees associated with each other.5. Which nodes shall be marked as Red and which nodes shall be marked as Black. What is the relationship between them?6. How the structures conf_item and conf_part are related to each otherstruct conf_item {&nbsp; &nbsp; &nbsp; &nbsp; struct conf_item *next;&nbsp; &nbsp; &nbsp; &nbsp; struct conf_part *parent;&nbsp; &nbsp; &nbsp; &nbsp; int lineno;&nbsp; &nbsp; &nbsp; &nbsp; const char *filename;&nbsp; &nbsp; &nbsp; &nbsp; CONF_ITEM_TYPE type;&nbsp; &nbsp; };
struct conf_part {&nbsp; &nbsp; &nbsp; &nbsp; CONF_ITEM item;&nbsp; &nbsp; &nbsp; &nbsp; const char *name1;&nbsp; &nbsp; &nbsp; &nbsp; const char *name2;&nbsp; &nbsp; &nbsp; &nbsp; struct conf_item *children;&nbsp; &nbsp; &nbsp; &nbsp; struct conf_item *tail; /* for speed */&nbsp; &nbsp; &nbsp; &nbsp; CONF_SECTION &nbsp; &nbsp;*template;&nbsp; &nbsp; &nbsp; &nbsp; rbtree_t &nbsp; &nbsp; &nbsp; &nbsp;*pair_tree; /* and a partridge.. */&nbsp; &nbsp; &nbsp; &nbsp; rbtree_t &nbsp; &nbsp; &nbsp; &nbsp;*section_tree; /* no jokes here */&nbsp; &nbsp; &nbsp; &nbsp; rbtree_t &nbsp; &nbsp; &nbsp; &nbsp;*name2_tree; /* for sections of the same name2 */&nbsp; &nbsp; &nbsp; &nbsp; rbtree_t &nbsp; &nbsp; &nbsp; &nbsp;*data_tree;&nbsp; &nbsp; &nbsp; &nbsp; void &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*base;&nbsp; &nbsp; &nbsp; &nbsp; int depth;&nbsp; &nbsp; &nbsp; &nbsp; const CONF_PARSER *variables;};
7. In function cf_item_add(CONF_SECTION *cs, CONF_ITEM *ci)What this piece of code does?for (/* nothing */; ci != NULL; ci = ci-&gt;next) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cs-&gt;tail = ci;
8. What these function call means?cf_itemtopair(ci);cf_itemtosection(ci);cf_itemtodata(ci);
I request you to please help me in understanding the concepts.
Regards,Sonu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-devel/attachments/20140918/043c10a6/attachment-0001.html>

------------------------------

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


End of Freeradius-Devel Digest, Vol 113, Issue 16
*************************************************