3Com-User-Access-Level Not Applied
Hi All, I using the freeradius version 1.1.4 + a switch 5500-EI from 3Com to apply a resource called switch login. But the attribute 3Com-User-Access-Level is not applied after Authorization processes to valid user, the dictionay used is correct and configuration too, see in attach file, please help me. thks
Alexandre Soares wrote:
I using the freeradius version 1.1.4 + a switch 5500-EI from 3Com to apply a resource called switch login.
But the attribute 3Com-User-Access-Level is not applied after Authorization processes to valid user,
I think this is fixed in 1.1.5, see the ChangeLog. Alan DeKok.
Hello Alan, I am checked in the offical web site, the last version is 1.1.4 1.1.0 <ftp://ftp.freeradius.org/pub/radius/old/freeradius-1.1.0.tar.gz> ( 2006.01.12), 1.1.1<ftp://ftp.freeradius.org/pub/radius/old/freeradius-1.1.1.tar.gz>( 2006.03.20), 1.1.2<ftp://ftp.freeradius.org/pub/radius/old/freeradius-1.1.2.tar.gz>( 2006.05.26), 1.1.3<ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.3.tar.gz>( 2006.08.22). 1.1.4<ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.4.tar.gz>( 2007.01.04). On 1/15/07, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Soares wrote:
I using the freeradius version 1.1.4 + a switch 5500-EI from 3Com to apply a resource called switch login.
But the attribute 3Com-User-Access-Level is not applied after Authorization processes to valid user,
I think this is fixed in 1.1.5, see the ChangeLog.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Alexandre Soares wrote:
Hello Alan,
I am checked in the offical web site, the last version is 1.1.4
OK... 1.1.4 or 1.1.3 has some fixes that correct problems with 3com attributes in previous versions. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hello Alean, I applied below changes in the source valuepair.c present in sr/lib but the problem still present, do you have other ideia ? case PW_TYPE_INTEGER: /* * Note that ALL integers are unsigned! */ vp->lvalue = (uint32_t) strtoul(value, &p, 10); if (!*p) { vp->length = 4; break; } /* * Look for the named value for the given * attribute. */ if ((dval = dict_valbyname(vp->attribute, value)) == NULL) { librad_log("Unknown value %s for attribute %s", value, vp->name); return NULL; } vp->lvalue = dval->value; vp->length = 4; break; On 1/16/07, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Soares wrote:
Hello Alan,
I am checked in the offical web site, the last version is 1.1.4
OK... 1.1.4 or 1.1.3 has some fixes that correct problems with 3com attributes in previous versions.
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
hi all, Can someone guide me on how to integrate Quintum call relay with freeradius goksie
Alexandre Soares wrote:
Hello Alean,
I applied below changes in the source valuepair.c present in sr/lib but the problem still present, do you have other ideia ?
Could you please post: a) "users" file entry b) debugging output of what you see (request && response) for a simple request like PAP c) what you expect to see in the response packet. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Thanks Alan the files resquested are attached On 1/18/07, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Soares wrote:
Hello Alean,
I applied below changes in the source valuepair.c present in sr/lib but the problem still present, do you have other ideia ?
Could you please post:
a) "users" file entry
b) debugging output of what you see (request && response) for a simple request like PAP
c) what you expect to see in the response packet.
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
Alexandre Soares wrote:
the files resquested are attached
Please follow instructions. It helps. I didn't ask for the radiusd.conf, or the dictionary files, or the clients.conf, or the naslist for a REASON. They don't help. I asked for one entry from the "users" file, not the whole thing. i.e. Rather than sending me what you've changed, you've sent me copies of files I already had, and forced me to search through other files for your edits. The whole point of my request was to ask *you* to do the work, which would make it easier for me to help you. In any case, the entries with the 3com attributes are wrong. They're not doing what you want because you didn't follow the documentation on how to create a "users" file entry. Please read "man users", and update your entries as per the documentation. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Alan Sorry, I realy sorry disturb you, but in your last email, you told me abaout some error present in user file, but I don't identify the error, could you send me the orientations, but if you talking abaout the := or = in my case this is not change the results. Other question your told me the dictionary is wrong, but I dont identify the error. Thanks again, and sorry for any mistake, please help me to resolv the problem. On 1/19/07, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Soares wrote:
the files resquested are attached
Please follow instructions. It helps. I didn't ask for the radiusd.conf, or the dictionary files, or the clients.conf, or the naslist for a REASON. They don't help. I asked for one entry from the "users" file, not the whole thing.
i.e. Rather than sending me what you've changed, you've sent me copies of files I already had, and forced me to search through other files for your edits. The whole point of my request was to ask *you* to do the work, which would make it easier for me to help you.
In any case, the entries with the 3com attributes are wrong. They're not doing what you want because you didn't follow the documentation on how to create a "users" file entry. Please read "man users", and update your entries as per the documentation.
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
Alexandre Soares wrote:
Sorry, I realy sorry disturb you, but in your last email, you told me abaout some error present in user file, but I don't identify the error,
Yes. Exactly. The intent is to get you to read the documentation and understand how to configure the server. That's better for you than me simply telling you what's wrong, and how to fix it.
could you send me the orientations, but if you talking abaout the := or = in my case this is not change the results.
Do you want the server to reply with the 3com attributes? If so, the format of the entry you posted is wrong. PLEASE read the documentation.
Other question your told me the dictionary is wrong, but I dont identify the error.
The dictionaries are fine. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Alan, I sorry, but this conversation now is closed, I give up the freeradius solution, because you still understanding the problem, and you not show me a way to resolv, indicate the documentation is very usual, indicate the problem is hard, if you know the problem show the solution in association with the documentation link. Tahnks, and I sorry disturb you, and I never again try to use the freeradius On 1/20/07, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Soares wrote:
Sorry, I realy sorry disturb you, but in your last email, you told me abaout some error present in user file, but I don't identify the error,
Yes. Exactly. The intent is to get you to read the documentation and understand how to configure the server. That's better for you than me simply telling you what's wrong, and how to fix it.
could you send me the orientations, but if you talking abaout the := or = in my case this is not change the results.
Do you want the server to reply with the 3com attributes? If so, the format of the entry you posted is wrong. PLEASE read the documentation.
Other question your told me the dictionary is wrong, but I dont identify the error.
The dictionaries are fine.
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
participants (3)
-
Alan DeKok -
Alexandre Soares -
Goke Aruna