pam_radius_auth & IPv6
Hi, the documentation and ChangeLog of pam_radius_auth don't seem to mention IPv6 at all. Is IPv6 supported? If not, any plans? Greetings, Stefan Winter -- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg Tel: +352 424409 1 Fax: +352 422473
Hi,
the documentation and ChangeLog of pam_radius_auth don't seem to mention IPv6 at all. Is IPv6 supported? If not, any plans?
As I remember, pam_auth functionality is ortogonal to IP version, so it is possible use pam_auth with IPv6 attributes.
Greetings,
Stefan Winter
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - RИseau TИlИinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Hi,
As I remember, pam_auth functionality is ortogonal to IP version, so it is possible use pam_auth with IPv6 attributes.
Well, I meant to actually transport the RADIUS packet payload over IPv6, not IPv6 attributes. That won't work until someone crafted a patch I guess. Greetings, Stefan Winter
Greetings,
Stefan Winter
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - RИseau TИlИinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg Tel: +352 424409 1 Fax: +352 422473
Hi,
As I remember, pam_auth functionality is ortogonal to IP version, so it is possible use pam_auth with IPv6 attributes.
Well, I meant to actually transport the RADIUS packet payload over IPv6, not IPv6 attributes. That won't work until someone crafted a patch I guess.
Why ? rlm_pam does not use network itself at all. It is bridge with pam via OS non-network library, from one side, and content of radius packets, which are actually received/sended using radius code outside of rlm_pam module.
Greetings,
Stefan Winter
Greetings,
Stefan Winter
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Rп≤seau Tп≤lп≤informatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Rц╘seau Tц╘lц╘informatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Hi, I made a patch for the IPv6 code of the pam_radius_auth. If you want, you can try this a little bit. http://code.google.com/p/pam-radius-ipv6/ I using this code. Greetings, Kentaro 2009/2/20 <rssh@gradsoft.com.ua>
Hi,
As I remember, pam_auth functionality is ortogonal to IP version, so it is possible use pam_auth with IPv6 attributes.
Well, I meant to actually transport the RADIUS packet payload over IPv6, not IPv6 attributes. That won't work until someone crafted a patch I guess.
Why ? rlm_pam does not use network itself at all. It is bridge with pam via OS non-network library, from one side, and content of radius packets, which are actually received/sended using radius code outside of rlm_pam module.
Greetings,
Stefan Winter
Greetings,
Stefan Winter
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Rп≤seau Tп≤lп≤informatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Rц╘seau Tц╘lц╘informatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Tel: +352 424409 1 Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- /** * Kentaro AOKI * @email kentaro.aoki@gmail.com * @mobile 080-3310-9010 */
Kentaro AOKI wrote:
Hi,
I made a patch for the IPv6 code of the pam_radius_auth. If you want, you can try this a little bit.
Hmm... an SVN copy of a CVS repository. I'm going to move the PAM module to git. At that point, you can use github: http://github.com/guides/fork-a-project-and-submit-your-modifications Then any changes can be easily pulled. Git will also record that the change was done by you, and not by anyone else. Alan DeKok.
Hi,
I'm going to move the PAM module to git. At that point, you can use github:
Then any changes can be easily pulled. Git will also record that the change was done by you, and not by anyone else.
Ok, I can use github. If you moved the pam_radius_auth to git. Would you tell me about the git repository of the pam_radius_auth. I will try to fork a project and submit modifications. Thank you. Kentaro
participants (4)
-
Alan DeKok -
Kentaro AOKI -
rssh@gradsoft.com.ua -
Stefan Winter