Re: Username format

2013-10-14 Thread A . L . M . Buxey
Hi, >Does FreeRADIUS give a fig about what the username is? If it were all >numeric, say 123456789 I guess it is happy with that? It's just a string >to FreeRADIUS? FreeRADIUS is just a RADIUS serverand hence any decisions made by it are all down to defined policies. so if you hav

Re: Case statement error

2013-10-13 Thread A . L . M . Buxey
Hi, > Ah... a fix wasn't pulled over from v3.0.x to master. I've just done > that now. server now starts with such switch/case config present. cheers! alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Case statement error

2013-10-13 Thread A . L . M . Buxey
Hi, this error is also present with 3.1.0 when using the provided orginate-coa virtual-server - so its reproducable with a minimally adjusted configuration (just drop originate-coa from sites-available to sites-enabled) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/u

Re: clone break freeradius

2013-10-11 Thread A . L . M . Buxey
hi, you must ensure you 'sign out' of the AD before you clone as otherwise both objects are the same...and, as you have found, doing something with the cloen breaks the first server. or just dont bind to the AD before cloning. to fix, you need to ensure that both machines have their own identity

Re: Generating timing stats for ntlm_auth

2013-10-10 Thread A . L . M . Buxey
Hi, > Samba 4 is lurvely... apparently 100% compatible with existing AD > installations, although, as always, it's a bit finicky and info is a bit thin > on the ground (and I've not written up a guide when I set my test environment > up that uses an S4 server for EAP-MSCHAPv2). But at least it

Re: Generating timing stats for ntlm_auth

2013-10-10 Thread A . L . M . Buxey
Hi, > Any chance you can point me in the direction of these? heres one: http://support.microsoft.com/kb/2688798 > Semi-related, but to my annoyance we're seeing rather less SSL > resumption than I would expect, given that iOS and Android both do > it by default. Cisco wireless problem? there

Re: Generating timing stats for ntlm_auth

2013-10-10 Thread A . L . M . Buxey
Hi, > Thu Oct 10 11:52:16 2013 : Info: WARNING: Module rlm_eap became > unblocked for request 47516341 > > ...since the return of our students this year. > > I am 99% sure this is ntlm_auth being slow, and I have a strong > suspicion this is related to some changes in our AD infrastructure > ove

Re: freeradius 2.2.0 on Fedora and oracle module

2013-10-10 Thread A . L . M . Buxey
Hi, >I'e installed oracle instant client from rpm packages (basic + devel) okay. if you've done this rather than manually installing from Oracle then its most likely that the paths are different...you will need to check where your Oracle files have been installed and use those paths instead

Re: FR3 Debugging Switches

2013-10-09 Thread A . L . M . Buxey
Hi, > It appears the debugging switches don't work quite as I'd expect in > FreeRADIUS 3 when RadSec is configured. > > # radiusd -fxx -l stdout yep. if you try 'radiusd -X' it will tell you to run it like that. > # radiusd -fXx -l stdout > # ./sbin/radiusd -Cfxx -l stdout single thread

Re: well almost got FR 3.0 to compile on OS X :-)

2013-10-09 Thread A . L . M . Buxey
Hi, > Just got a wee bit of trouble linking in the talloc libraries, but I'm sure > its not insurmountable Alan uses OSX so I'm *SURE* it compiles fine with the right support stuff present - you should have been compiling it before the official release ;-) alan - List info/subscribe/unsubscr

Re: Problem with Cisco WLC probes in FR 2.2.1

2013-10-07 Thread A . L . M . Buxey
Hi, > Well you want the probes to go through and hit your backed authentication > servers, > and your databases, and any external resource. ..and get a valid user with access accept? bad. you are better off just semding a reject - just like RADIUS status server probes. it would be nice if th

Re: Problem with Cisco WLC probes in FR 2.2.1

2013-10-07 Thread A . L . M . Buxey
Hi, > We're finding these nuggets of code as we dig deeper into James's > legacy config. If the Access-Accept response is not required, then > presumably I can ditch that entire code block and let the > wisms-testing auth attempt go through the system as any other user. yesbut you'd be better

Re: What does FR 2.2.2 fix?

2013-10-07 Thread A . L . M . Buxey
Hi, > If everyone's in favor, I'll release 2.2.2 on Monday. hold request now its monday AM and the load has gone back to higher levels the server is freaking out and freezing witht he last message in the log being Mon Oct 7 07:50:28 2013 : Error: [event.c:2318] Internal sanity check faile

Re: Problem with Cisco WLC probes in FR 2.2.1

2013-10-07 Thread A . L . M . Buxey
Hi, > >if (Service-Type == "NAS-Prompt-User") { > > if (NAS-IP-Address =~ /^172\.17\.107\./) { > > if (User-Name =~ /^wisms\-testing/) { > >update control { > > Auth-Type := Accept > >} ouch do you realise how dangerous that is? there should be no need to send an access accept

Re: What does FR 2.2.2 fix?

2013-10-06 Thread A . L . M . Buxey
Hi, > More debug output would help. The last patch came from output sent by > Stefan. The patch seems to help. But there's an underlying issue which is > harder to debug. It looks like a Linux specific IPv6 problem. I don't see > any issue with v4. interesting..the culprit may have b

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi early report :( 2.2.2 HEAD still showing: Fri Oct 4 13:20:43 2013 : Info: WARNING: Child is hung for request 3767589 in component module . Fri Oct 4 13:20:45 2013 : Info: WARNING: Child is hung for request 3767589 in component module . Fri Oct 4 13:20:47 2013 : Info: WARNING: Child is

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi, > If I asked particularly nicely, and promised you a beer at the next > networkshop > we were both in attendance at, would you be willing to try git head? I'll take the beer - am running HEAD since last night on one server :-) (as I said to Alan, i'll report at end of day) alan - List info/

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi, a couple of logic issues that meant case/switch and if() worked different to 2.x - thats been fixed. ..and an issue if your server does a lot of proxying work - in which worker threads arent dealt with properly - your log file will be full of and messages if you are being hit. this *MIGHT* b

Re: radwho not working

2013-10-03 Thread A . L . M . Buxey
Hi, > I am not blaming, I am just wanting to get the radwho command to work. I > have now turned on accounting info to be sent from the StrongSwan server to > the FreeRadius server. For I can see the accounting info in > /var/log/radius/radacct//detail-20131003 file. However I am > still ge

Re: Running RADIUS in permanent debug mode with rotating log

2013-10-03 Thread A . L . M . Buxey
Hi, this is FreeRADIUS list, not general Linux lsit - I'd suggest looking at some guides for the EXACT thing you need eg http://www.cyberciti.biz/faq/linux-unix-formatting-dates-for-display/ (and ensure your escape quotes are the right way around) alan - List info/subscribe/unsubscribe? See ht

Re: radwho not working

2013-10-03 Thread A . L . M . Buxey
Hi, > I would like to display the active Radius connections. When I run radwho I > get the following results (showing nothing but the titles) even though I know > I have an active connection: using the utmp/wtmp modules? what does your FreeRADIUS debug show when someone logging in? alan - Lis

Re: how to change the radius default "testing123" password

2013-10-02 Thread A . L . M . Buxey
Hi, > Thanks for your reply. However, I have already changed the instances of the > password "testing123" in the following files: if you are dealing with a shared secret between a NAS and the FreeRADIUS server, there are only 2 thigns to configure 1) the shared secret on the NAS - I would gue

Re: control flow in FreeRADIUS authorize section

2013-10-02 Thread A . L . M . Buxey
Hi, > A simple thing: > > > > update control { > Tmp-String-0 := "stop" > } > ... > > > > > if (Tmp-String-0 != "stop") { > > } > > That should work. Ugly, but functional. this is pretty much what I was going to suggest

Re: LDAP password in log files

2013-09-30 Thread A . L . M . Buxey
Hi, > Is there any way to prevent FreeRadius from showing the password in > logs (debug logs) when authentication is done via LDAP? dont run in debug mode. debug mode is there for a reason - to debug problems. verify if things like passwords are correct. look at the mailing list archive - this q

Re: No EAP session matching the State variable (and other various messages)

2013-09-30 Thread A . L . M . Buxey
Hi, > Sep 30 12:56:36 newdvlanb radiusd[10152]: rlm_eap: No EAP session > matching the State variable. > Sep 30 12:00:21 dvlanc radiusd[16053]: WARNING: Child is hung for > request 782076 in component authenticate module peap. > Sep 30 12:57:08 newdvlanb radiusd[10152]: Discarding duplicate > requ

Re: Debugging "No EAP session matching the State variable"

2013-09-16 Thread A . L . M . Buxey
Hi, > Sep 16 09:57:56 newdvlanb radiusd[15211]: rlm_eap: No EAP session > matching the State variable. turn on full debug for just a single User-Name or Calling-Station-Id (check radmin docs). whats your authentication clean-up/tidy up times - as if the clients dont respond then the session is cl

Re: Freeradius 2.1.12 Second LDAP Server

2013-09-16 Thread A . L . M . Buxey
Hi, >Could not authenticate user Username%Password with plaintext password >challenge/response password authentication succeeded thats okay. means you couldnt do PAP and only MSCHAPv2 worked. expected for that command. >In this Step, i must edit the following line with this text in

Re: Last call for Version 2.2.1

2013-09-16 Thread A . L . M . Buxey
Hi, ..so many new features... thought 3.x was where the new features and dev work was going into ;-) PS has anyone tested it with MariaDB? Wondering if its 100% drop-in compatible? (I'm postgres myself but looks like MySQL is dying) alan - List info/subscribe/unsubscribe? See http://www.freerad

Re: Windows Phone CA verification debugging

2013-09-16 Thread A . L . M . Buxey
Hi, >encountering some issues with those (yet quite rare) people with Windows >Phone 8 (WP8) systems. >WP8 devices are yet able to connect without (any) CA or common name >verification, but seem >to fail when I let them check the CA by choosing it from the device' CA >stor

Re: Debug show cleartext password

2013-09-11 Thread A . L . M . Buxey
Hi, > no. I guess we should do something with it to make it FIPS compliant but it's > not a big priority. You're welcome to submit a patch. ..you mean sniffable by NSA? it passes that requirement already ;-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Debug show cleartext password

2013-09-11 Thread A . L . M . Buxey
Hi, >i am getting a problem on Freeradius installed on CentOS. When i set the >service Radiusd in debug mode and send an access request (default type >PAP) through Radtest the debug show the password in cleartext. >Is there an option to do not show the fiedl User-Password in cleart

Re: problem with initial setup solved

2013-09-09 Thread A . L . M . Buxey
Hi, >NEVER agreed. still a useful reference. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [ANN] Version 3.0.0-rc1

2013-09-09 Thread A . L . M . Buxey
Hi, > > mv raddb raddb-noinst > > mkdir raddb > > touch raddb/all.mk > > make install do 'mkdir raddb/mods-config' you've 'messed around' with the configuration directory which assumes that mods-config exists... i guess that could be fixed to make dir directory first if it doesnt exist. alan

Re: (was) RE: how to limit the repeating ldap lookups

2013-08-28 Thread A . L . M . Buxey
Hi, > If you think that sucks, wait till you see the horrible things you have to do > to generate a .mobileconfig without access to an OSX server license. what, download the iPhone Configuration Utility? yes, quite horrible ;-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.o

Re: Troubleshooting PostgreSQL Integration

2013-08-27 Thread A . L . M . Buxey
hi, yes, it was receivedover a bank holiday weekend. not surprised you didnt get an answer...we were all enjoying the break. the DB seems to be loading up and being connected to (and you can check this with loggin on the pgsql server...) however, THIS bit is your problems rlm_sql (sql): Res

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
hi, check permissions/owner etc of /etc/freeradius and the contents alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Rejecting realms based on calling client

2013-08-15 Thread A . L . M . Buxey
Hi, > Initially FreeRadius would not start and I did get an error indicating > that the "remote_secret_reject" module failed to load. There was no reason > given even with -XXX. I found since then that I was missing a brace. > > Now I can get FreeRadius to start. I still seem to be missing someth

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
Hi, >I'm trying to setup a very basic test server using FreeRADIUS (running on >Ubuntu 12.04) that uses PEAP with the example certificates generated by >FreeRADIUS. out of the box, freeRADIUS works - you just need, for testing to add your user/pass to the 'users' file and your NAS to

Re: Multiple policy files

2013-08-09 Thread A . L . M . Buxey
Hi, > Thanks for this. So you're saying that there can only be one policy > {} section in the whole server, and if I wish to load two sets of > policies I will have to merge the two files? each policy has its own name/tag - in FR 3, there is a policy.d directory in which policy files get put...ea

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-07 Thread A . L . M . Buxey
Hi, >peap { > default_eap_type = mschapv2 > proxy_tunneled_request_as_eap = yes > copy_request_to_tunnel = no > use_tunneled_reply = yes > tls = eduroam-eap-tls >} okay > Any request that tries to go to the proxy causes this to happen: > Wed Aug 7 11:57:35 20

Re: I don't want to see clear text password in debug mode

2013-08-06 Thread A . L . M . Buxey
Hi, >My password is encrypted with MD5 but it can be seen in the debug screen. >Is there any way to disallow or masquerade the use's password in debug >mode ??? its debug mode. the entire purpose is to ensure that things are what they appear to be and silly things like, 'its doesnt wo

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread A . L . M . Buxey
Hi, > Is there any other flag/function that would indicate that an > Access-Challenge packet was received from the NAS? dont know..I have the following on a 2.2.0 box in the authenticate section: if (handled && (Response-Packet-Type == Access-Challenge)) {

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread A . L . M . Buxey
Hi, > I forgot to mention that I am using freeradius-2.2.0-2.el6.x86_64. > Should this version support it or not? no, it wont support it. you need the latest code from the GIT to use that feature. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to store session info in external database?

2013-08-06 Thread A . L . M . Buxey
Hi, >Hi, I would like to store freeradius session information like >Acct-Session-Id, Acct-Start-Time, Acct-Stop-Time, Acct-Input-Octets, >Acct-Output-Octets, Framed-IP-Address, NAS-IP-Address in external >database. the defauly config does this - you just need to edit the SQL modul

Re: Auth by NAS-Identifier using unlang

2013-08-05 Thread A . L . M . Buxey
Hi, >I was thinking this should be easy, but it's been two weeks and I give >up... well, depends how you do itif you do it easy it is easy, no? users file abc Cleartext-Password := "xyz", NAS-Identifier = "staff" Reply-Message "Welcome on-board staff member" dont forget, i

Re: Diffrent authentication based by SSID

2013-08-05 Thread A . L . M . Buxey
Hi, >In that situation i need to have active, both sql and ldap, authorization >modules in inner-tunnel. So users, who should identify by login/pass in >guest SSID, can be authenticate via inner-tunnel ldap module. I don't want >this. use whatever you want to use. what do you use

Re: Secure tunnel to freeradius

2013-08-05 Thread A . L . M . Buxey
Hi, >Does freeradius support RFC 6614 for the same? 'tls' virtual server in HEAD version of FreeRADIUS (currently version 3 in beta) if you NEED to tick to FreeRADIUS 2.x (as you 'need' to secure) - then RADSECProxy can be put in as a brudge between your remote and the FR instance alan - Lis

Re: Secure tunnel to freeradius

2013-08-05 Thread A . L . M . Buxey
Hi, >We have a a supplicant that is our own box doing client 802.1x >authentication using freeradius. We do not establish a TLS/IPSec >connection between the supplicant and freeradius. We need to establish a >secure channel between the supplicant and freeradius. NAS or supplicant?

Re: Problem in freeradius 2.1.10, ldap and huntgroups

2013-08-05 Thread A . L . M . Buxey
Hi, > Here comes: > > rlm_ldap::ldap_groupcmp: User found in group radiusd -X its what the docs say. for a reason alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem in freeradius 2.1.10, ldap and huntgroups

2013-08-05 Thread A . L . M . Buxey
Hi, > It was my mistake, when i was testing. > > Corrected DEFAULT Ldap-Group == "", Huntgroup-Name == "" > Still not working as i want. output? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem in freeradius 2.1.10, ldap and huntgroups

2013-08-05 Thread A . L . M . Buxey
Hi, > file users: > > DEFAULT Ldap-Group == "" >Huntgroup-Name == "" multiple lines? the first line is CHECK items. other lines are REPY items alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius -username for authentication is not picking from users file.

2013-08-05 Thread A . L . M . Buxey
Hi, > User-Password = "\334a\004\305\355x\321\332G\306\362b\226~\355+" that lineand the following in the debug: >Fri Aug 2 16:45:38 2013 : Debug: WARNING: Unprintable characters in the >password. Double-check the shared secret on the server and the NAS! are quite clear.

Re: Authenticate against one module, if fail attempt authentication against another

2013-07-29 Thread A . L . M . Buxey
Hi, >If the user authenticates against to radius server and fails NTLM_AUTH, >the request will then be authenticated against PAM and if it still fails >it will be rejected. use a bit of the unlang construct with the failover method. http://wiki.freeradius.org/config/Fail%20over so,

Re: omnisniff

2013-07-24 Thread A . L . M . Buxey
Hi, > Feel free to add your own feature requests :) number of UDP packets - i.e. is/was the datagram fragmented? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 2.x.x and radtest: no IPv6?

2013-07-23 Thread A . L . M . Buxey
Hi, >Sorry, I've been unclear. What I meant was that I strongly suspect >nas->radius comms will either be v4 or v6 for a given pairing at any one >time, for periods of minutes or hours. Hence treating the addresses as >separately should be fine hmm, yes, we treat each as a seperat

Re: User-Name containing a $

2013-07-23 Thread A . L . M . Buxey
Hi, > Your previous answer gives an example using the unlang regex syntax, > including the case-insensitive operator at the end. But I was hoping to find > an elegant way to do case-insensitive matching in proxy.conf, where the > comments admit that the syntax breaks the rules of unlang regex m

Re: 2.x.x and radtest: no IPv6?

2013-07-22 Thread A . L . M . Buxey
Hi, > My guess is dual-stack NAS->RADIUS is going to be rare. ummm. take a hold on that assertion. the joy of dual-stack deployment is that you need to ensure your servers are ready on IPv4 and IPv6 - and as part of that, you need to ensure that your using both methods in case either your IPv4

Re: 2.x.x and radtest: no IPv6?

2013-07-22 Thread A . L . M . Buxey
Hi, > > Still... maybe for a later version... if the input looks like an IP > > address, guessing the address family isn't all that hard. unlike your using IPv4 in its IPv6 incantation > What if the NAS started just using the SRC IPv6 address in packets, and > source IP protection was enabl

Re: User-Name containing a $

2013-07-22 Thread A . L . M . Buxey
Hi, >Is there a way to tell radius to not do something based on the User-Name >containing a "$" ? I am doing dynamic VLAN assignment and I'd like to skip >that for computer logins. I looked at unlang and I didn't see a way to >check for a character in a username. use unlang regex c

Re: Freeradius 3.0 hints, rlm_perl

2013-07-21 Thread A . L . M . Buxey
Hi, > While trying that I also build a 3.0 GIT HEAD and there were a few > problems, I trippeled about: > > - HINTS does not work the way it did before. Especially this no > longer works for me: > > DEFAULT User-Name =~ "^v104([^@]+)" > User-Name := "%{1}@V104.GMVL.DE"

Re: Ubuntu FreeRadius does not recoginize some perl.so symbols and does not compile from source and is also outdated (Why is there no new version in SID? Is the package still maintained?)

2013-07-21 Thread A . L . M . Buxey
Hi, > I put the FreeRadius list on CC because I get technical solution from > here. the version from freeradius.org works - you need to contact Debian to get them to fix their packages. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic vlan assignment

2013-07-19 Thread A . L . M . Buxey
Hi, > Here you can download the (almost complete) debug log. Near the end I added a > text to make evident when I disconnected. > > http://webshare.icgeb.org//data/public/ce2e2ee9fbd84c362fd49b10805b36c8.php?lang=en please dont ask me to visit random web sites that require to to click on things

Re: Dynamic vlan assignment

2013-07-19 Thread A . L . M . Buxey
Hi, > The specific configuration works fine I remove the following line from users > file: > Tunnel-Type := VLAN, Tunnel-Medium-Type := IEEE-802, Tunnel-Private- > Group-ID := 218 Tunnel-Type = VLAN, Tunnel-Medium-Type = IEEE-802, Tunnel-Private-Group-ID =

Re: Dynamic vlan assignment

2013-07-19 Thread A . L . M . Buxey
Hi, > I am configuring my freeradius to be integrated in the EDUROAM federation. > It works when the VLAN (as configured in the accesspoint) is statically > assigned. there are hundreds of sites using this sort of configuration for eduroam - so its perfectly possible and fine (and standard!) so

Re: Re: 2.2.0 - Shared Secret is incorrect

2013-07-19 Thread A . L . M . Buxey
Hi, > But it DID appear in earlier versions of freeradius with default settings for > logging. > > And I don´t see the difference to something logging Erros like > > Error: Ignoring request to authentication address * port 1812 from unknown > client x.x.x.x port 1092 > > regarding the mentioned

Re: 2.2.0 - Shared Secret is incorrect

2013-07-19 Thread A . L . M . Buxey
Hi, > I´m wondering, if I miss something or why do Info-Messages about > Invalid-Message-Authenticator not appear > in the default radius.log anymore? Even can´t get it with such messages only appear in debug mode as logging to file could be a DoS alan - List info/subscribe/unsubscribe? See http

Re: certificate expiration proble

2013-07-19 Thread A . L . M . Buxey
Hi, >I am trying to configure eap with some customized certificates, I have >configured eap.config correctly. >But I am getting the error of "certificate expired". Although i have the >latest certificates. certificate has expired. FreeRADIUS has no reason to lie. check the start

Re: SNMP support for Free Radius

2013-07-18 Thread A . L . M . Buxey
Hi, > To get by the work of those kittens I set up a remote login to run radmin > commands and parse the output so it is suitable for mrtg. It has worked well > for me. I use the munin plugin to graph auths/accts alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

Re: How to get vendor-specific attribute value pairs

2013-07-10 Thread A . L . M . Buxey
Hi, >Thank you Arran, that's what I suspected but hoped that there would be >another way to find out. >I'll see if Netgear is willing to approve existence of AV pairs (and if >theyre willing to share them). on some kit you can run a command to see the VSA list/desc most vendors w

Re: PEAP using different CA?

2013-07-10 Thread A . L . M . Buxey
Hi, > Currently we have 1000´s of users self-signed certificates (EAP-TLS), > and we´re planning to move our main authentication method to PEAP, but > keeping the certificates in use while valid. > > To avoid the need of installing our CA certificate on every Windows > machine, we´ll buy the serv

Re: freeRADIUS for switch authentication

2013-07-08 Thread A . L . M . Buxey
Hi, >(Sorry if this is OT) As I understand, I couldn't use 802.1x >authentication on just the switches themselves? Since a client must have >certificates to authenticate to a server. What i just wanted to accomplish >is to authenticate the switches only on the radius server, so thi

Re: freeRADIUS for switch authentication

2013-07-08 Thread A . L . M . Buxey
Hi, >Sending Access-Accept of id 0 to 10.141.1.129 port 49154 ^^ Access-Accept sent from the server. the RADIUS server has done its thing. if the NAS isnt working then you have missed some configuration option on the NAS alan - Li

Re: freeRADIUS for switch authentication

2013-07-08 Thread A . L . M . Buxey
Hi, >Ready to process requests. >rad_recv: Accounting-Request packet from host 10.141.1.129 port 49154, >id=0, length=84 thats an accounting packet alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Access-challenge timeout on IOS

2013-07-04 Thread A . L . M . Buxey
Hi, >waits a long time until timing out waiting for user input. I'd like to >also discover how other NAS's behave using this and have found the timeout >on a particular cisco 1131 access point to be quite short. most NAS devices have configurable options for their RADIUS/EAP timers. n

Re: EAP and non-EAP on same port?

2013-07-03 Thread A . L . M . Buxey
Hi, >We'd like to simplify our configuration and use the same port for both. the default configuration does that alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: something like huntgroups?

2013-07-02 Thread A . L . M . Buxey
Hi, > We have a generic VPN profile that we'd like to allow *all* users to > login to - this works well. > > When users login to the "secret" profile, then the following VPN > attribute is included in the request: > > Vendor-3076-Attr-146 = 0x554d44 use/load the dictionary.cisoc.vpn3000 diction

Re: freeradius ldap auth "sort of" working ?

2013-07-01 Thread A . L . M . Buxey
Hi, > and this is the output from radius (ran as radiusd -X) > http://pastebin.com/MT0txW2c please post to the list - avoids more work at this end. the output shows this: Found Auth-Type = LDAP # Executing group from file /etc/raddb/sites-enabled/default +- entering group LDAP {...} [ldap] logi

Re: Changed Attributes

2013-06-25 Thread A . L . M . Buxey
Hi, >Alc-IPsec-Interface: Unknown attribute "" requires a hex string, not >"private_ipsec" so give it a hex string then private_ipsec is 707269766174655f6970736563 alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius radcheck change

2013-06-25 Thread A . L . M . Buxey
Hi, >Am trying to have my users' credentials or attributes change say a when a >user hits their expiry date, their profile drops to one that does not >expire but can only get to a certain page, requesting them to renew their >account, Some kind of redirection, but after account has

Re: ldap

2013-06-24 Thread A . L . M . Buxey
Hi, > I had it wide open. Someone suggested I add the tcp above. who suggested that? standard basic old fashioned RADIUS uses UDP ports 1812,1813 and 1814 - even older versions pre IANA adjustments would have used UDP 1645 and 1646 > I get that. What I want the RADIUS server to do i

Re: Changed Attributes

2013-06-24 Thread A . L . M . Buxey
Hi, >But when i comment the attributes the radtest is successful did you check my other statement: > 3) ensure that these attributes that you are using are in a dictionary > file and that the dictionary file is being read by the server when it > starts well? alan - List info

Re: ldap

2013-06-24 Thread A . L . M . Buxey
Hi, > Chain INPUT (policy ACCEPT) > target prot opt source destination > ACCEPT tcp -- 0.0.0.0/00.0.0.0/0tcp > dpt:1812 you see this - TCP read a little about RADIUS it uses UDP change your rule to allow UDP port 1812 > # radtest evergr...@plumgr

Re: ldap

2013-06-24 Thread A . L . M . Buxey
Hi, > > Always start simple. Run radtest on the RADIUS server box > > using 127.0.0.1 ... THEN move to running against it from other > > systems once you've verified all authentication etc is working > > Works on localhost. > > Trying to get radius to authenticate against an ldap >

Re: Changed Attributes

2013-06-24 Thread A . L . M . Buxey
Hi, >I am creating attributes for the user using the scripts below but on >running the radtest i get the failure attributes ; which seems to have >changed. I am using Freeradius 2.1.0 . > >"user1test" Auth-Type := Local, User-Password == "testpassword" > >Fram

Re: Username/Host authorization

2013-06-24 Thread A . L . M . Buxey
Hi, >I'm now sure that the best way for us is MAC Address filtering. thats a way of doing the 'host' part. the user can then be authenticated by an EAP method. ie authorization stage can check the calling-station-id (MAC address) and, if not known, just reject. then, if known carry on to t

Re: Building RPMS from main branch 3.x relase

2013-06-23 Thread A . L . M . Buxey
Hi, > > On 21 Jun 2013, at 20:18, Divyesh Raithatha > wrote: > > > Hello, > > > > Has anyone successfully built RPM's from the main branch 3.x? > > > > I am trying to build one but keep on running into errors. Similar to the > > ones I saw with the version 2.x.x branch (regarding version

Re: Problems freeradius and samba4

2013-06-23 Thread A . L . M . Buxey
Hi, >With user administrator not worked. look log file > >[ldap] performing user authorization for test >[ldap] expand: (&(objectClass=user)(sAMAccountName=%{User-Name})) -> >(&(objectClass=user)(sAMAccountName=test)) >[ldap] expand: dc=batlab,dc=corp -> dc=batlab,dc=corp >

Re: ldap

2013-06-22 Thread A . L . M . Buxey
Hi, > freeradius silently drop packets from unknown client. unless run in debug mode at which point it'll clearly print out Ignoring request to blahblah from unknown client x.x.x.x port alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Log auth message

2013-06-21 Thread A . L . M . Buxey
Hi, > I`m not able to debug, what does macro RAUTH do :(. Coudl you please help me, > thx. ah. just noticed this is actually with 3.x - yes, the older releases logged but current version doesnt. I'll have to help you out with this as I need logging on that platform :-) alan - List info/subscr

Re: User disconnect

2013-06-20 Thread A . L . M . Buxey
Hi, >) ENGINE=MyISAM DEFAULT CHARSET=latin1; urgh. i'll have to agree with others here MyISAM should have died many years ago..its a plague on any bust MySQL box. use at least InnoDB - which is supported by MySQL natively for many a year. and before any complaints about users who ca

Re: Authentication using LDAP for 802.1x

2013-06-19 Thread A . L . M . Buxey
Hi, > He he he... if I recall correctly I came up with something like: yes, thats the one. quoted as 'most evil unlang ever' if I recall have used it on many occasions...does the job well > ...as the EAP module was updated to return "ok" on identity/mschap > responses. Yet another reason to upgr

Re: terminate eap-ttls

2013-06-19 Thread A . L . M . Buxey
Hi, > >This *is* proxying the inner tunnel; the inner tunnel auth is also EAP, and > >you're sending it to the remote server. > > Thanks, this is NOT what I want to do. I want to send the inner message, not > the tunnel and do PAP on the remote server. okay. so you need to start by terminating

Re: Authentication using LDAP for 802.1x

2013-06-19 Thread A . L . M . Buxey
Hi, > Some other comments - > > Upgrade from 2.1.12 to 2.2.x, as there are security issues pre > 2.2.x. > > Save yourself some round trip packets by setting default_eap_type > = ttls in eap.conf > > Save yourself some LDAP lookups by removing ldap from the outer. ..and save some more hits to L

Re: Authentication using LDAP for 802.1x

2013-06-19 Thread A . L . M . Buxey
Hi, > I will make it short and easy. > > You can't do LDAP authentication with 802.1x. EAP needs the password of > the user in cleartext. if it's not in your ldap, you're screwed. ..EAP-TTLS/PAP ? ;-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: terminate eap-ttls

2013-06-19 Thread A . L . M . Buxey
Hi, >I have managed to setup a simple test using eapol_test as per > > http://www.openlogic.com/wazi/bid/188089/Authenticating-Wi-Fi-Users-with-FreeRADIUS thats a rather old...and random URL. why not look at official docs? >and it all works as described except that I have to use ca.p

Re: Log auth message

2013-06-19 Thread A . L . M . Buxey
Hi, have you run in 'radiusd -X' mode yet at all? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Log auth message

2013-06-19 Thread A . L . M . Buxey
Hi, > Hi, > > I never run radiusd as root user ( for both cases ). yes you do - when you are running in '-x' mode > The user/group is able to write, because i see general log message > > Wed Jun 19 08:18:49 2013 : Info: Loaded virtual server > Wed Jun 19 08:18:49 2013 : Info: Loaded virtual se

Re: Log auth message

2013-06-19 Thread A . L . M . Buxey
Hi, > When i use parameter -x, everythink works correct ( i see auth log message ): that'll be because with -x or -X the service runs as root. without those arguments it will run as th user configured in the radiusd.conf - please ensure that user/group is able to write into that location alan

Re: freeradius | shared secret is incorrect | unprintable characters in the password

2013-06-02 Thread A . L . M . Buxey
Hi, check the shared secret you have defined in clients.conf on the server. check the shared secret you are using on the client check the server debug logs etc to see WHAT IP the client is coming through - if you are using a localhost address or nameif using the name it might be using anothe

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread A . L . M . Buxey
Hi, >This is on debian squeeze and I have libtalloc-dev installed. I also tried >adding --with-talloc-include-dir=/usr/include but this did not help. what version of talloc does debian ship? I've no problems with talloc on CentOS or SUSE alan - List info/subscribe/unsubscribe? See http:

  1   2   3   4   5   6   7   8   9   10   >