Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-23 Thread jabang konate via PacketFence-users
net> wrote: > Hello Jabang, > > can you paste your packetfence-tunnel file ? > Regards > > Fabrice > > > > Le 2018-05-23 à 04:08, jabang konate via PacketFence-users a écrit : > > my packetfence server version is 8.0.1 and i want to configure packetfence &g

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-23 Thread jabang konate via PacketFence-users
dule reads passwords from the LDAP database. > ldap > if (ok) { > update control { > &MS-CHAP-Use-NTLM-Auth := No > } > } > > Regards > > Fabrice > > > > > Le 2018-05-23 à 11:38, jabang konate via PacketFence-users a é

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-23 Thread jabang konate via PacketFence-users
dule reads passwords from the LDAP database. > ldap > if (ok) { > update control { > &MS-CHAP-Use-NTLM-Auth := No > } > } > > Regards > > Fabrice > > > > > Le 2018-05-23 à 11:38, jabang konate via PacketFence-users a é

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-23 Thread jabang konate via PacketFence-users
ward to your packetfence server on the port 1812 (you need to configure > that on the eduroam side). > > 3: u...@univmontreal.org is connecting on your ssid eduroam, the realm in > unknow then the request will be forwarded to eduroam then eduroam forward > to the montreal radius se

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-24 Thread jabang konate via PacketFence-users
th me your file /usr/local/pf/raddb/sites-enabled/eduroam > ? > > Le 2018-05-24 à 00:46, jabang konate via PacketFence-users a écrit : > > Hi fabrice, > today i try again with my packetfence. > > in packetfence-tunnel configuration i change configuration like this, >

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-25 Thread jabang konate via PacketFence-users
hi fabrice, ok i will wait for patch thank you On Fri, May 25, 2018 at 1:33 AM, Fabrice Durand via PacketFence-users < packetfence-users@lists.sourceforge.net> wrote: > Ok there is a bug, i need to fix it. > > > > Le 2018-05-24 à 11:33, jabang konate via PacketFence-u

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-30 Thread jabang konate via PacketFence-users
cketfence/compare/fix/ > eduroam_standalone.diff > > Regards > > Fabrice > > > > Le 2018-05-25 à 03:50, jabang konate via PacketFence-users a écrit : > > hi fabrice, > ok i will wait for patch > > thank you > > On Fri, May 25, 2018 at 1:33 AM, Fabrice Durand via

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-05-31 Thread jabang konate via PacketFence-users
ch-diff.githubusercontent.com/raw/ > inverse-inc/packetfence/pull/3236.diff > > Can you test it too and let me know. > > Regards > > Fabrice > > > > Le 2018-05-30 à 00:23, jabang konate via PacketFence-users a écrit : > > hi fabrice > thanks a lot and great wo

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-06-05 Thread jabang konate via PacketFence-users
packetfence/pull/3236.diff >> >> Can you test it too and let me know. >> >> Regards >> >> Fabrice >> >> >> >> Le 2018-05-30 à 00:23, jabang konate via PacketFence-users a écrit : >> >> hi fabrice >> thanks a lot and great wo

[PacketFence-users] Eduroam unable to process request local REALM from other university

2018-06-06 Thread jabang konate via PacketFence-users
im using packetfence 8.0.1 my user from other university complain can't connect to eduroam with local REALM my university. from raddebug output i see error message like this. (79) Wed Jun 6 10:17:11 2018: ERROR: rest: Server returned: (79) Wed Jun 6 10:17:11 2018: ERROR: rest: {"Reply-Message"

Re: [PacketFence-users] Eduroam unable to process request local REALM from other university

2018-06-07 Thread jabang konate via PacketFence-users
ation-SSID'}) > ? "Wireless-802.11" : undef ) ); > my $port= $radius_request->{'NAS-Port'}; > my $eap_type= ( exists($radius_request->{'EAP-Type'}) ? > $radius_request->{'EAP-Type'} : 0 ); > my $nas_port_id = ( def

Re: [PacketFence-users] eduroam+packetfence with openldap authentication

2018-06-21 Thread jabang konate via PacketFence-users
atch: > > https://github.com/inverse-inc/packetfence/pull/3236/commits/ > 79c77b7419aaa53cf9fec30ff5c1e2014ec13ddd.diff > > Let me know if it works. > > Regards > > Fabrice > > Le 2018-06-07 à 00:44, jabang konate via PacketFence-users a écrit : > > hi fab

[PacketFence-users] packetfence+eduroam can't connect from other university.

2018-06-22 Thread jabang konate via PacketFence-users
hi all i try to configure packetfence act as eduroam server. i have problem, all my local user or realm can't connect from other university. after debugging i realize all radius request from other university access point is rejected, i see this log in freeradius. ERROR: rest: {"control:PacketFen

Re: [PacketFence-users] packetfence+eduroam can't connect from other university.

2018-06-25 Thread jabang konate via PacketFence-users
t; !~ /eduroam_tlrs/ ) { > rest > } > #rest > > So when a request will come from the eduroam server then the request will > use the eduroam virtual server and in unlang if the request is from eduroam > then bypass rest (packetfence). > > Btw it should be something integ

Re: [PacketFence-users] packetfence+eduroam can't connect from other university.

2018-06-26 Thread jabang konate via PacketFence-users
o you need to bypass the rest module if the request is coming from the > eduroam server. > > Let me know if it works now. > > Regards > Fabrice > > > Le 2018-06-24 à 23:48, jabang konate via PacketFence-users a écrit : > > hello durand. > > 203.100.23.60, yes tha