Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    NEW Package: freeRADIUS 2.x

    Scheduled Pinned Locked Moved pfSense Packages
    628 Posts 80 Posters 750.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MaxHeadroom
      last edited by

      Hi Nachtfalke
      I also think abought  the "OTP Lifetime "
      If you insert 18 (3min) than the server calculate every otp from currenttime - 180 sec to  currenttime +180sec that are 36 OTP Passwords.

      This timeframe is fixed set in the original script (..do # 3 minutes before and after..) so it's much better in pfsense; able to set the range.

      But going into the future is senseless, for both version.

      Client has the same time as the server and users need time to insert the OTP so the otpverify.sh script is always in the future. (Ok for some weired situation like timedrift calc one otp in the future would be ok)

      Also build in my version…but with no future :-)

      regards max

      1 Reply Last reply Reply Quote 0
      • M
        MaxHeadroom
        last edited by

        Hi Nachtfalke,

        did your try my mod ?
        Are there any inputs/whishes from your side, or do you deny completly this mod.

        regards max

        1 Reply Last reply Reply Quote 0
        • N
          Nachtfalke
          last edited by

          I did not try your modification but I do not completely agree with your modifications.

          You say, that tokens build in the future are useless. I do not think so because the token generated depends on the time when the token is generated. So if the mOTP client on the client is running some seconds in the future then the server must accept this time difference. Of course the time on the server counts forward but there could be still some difference. Further it is not sure that the server and the client will always count the time equal. Some end could be faster than the other and it could came to a difference over some weeks or months. So I would not "delete" this option from the code. Further you can lower the timespan of a OTP so that the difference is 10s before and after. Thats not much and no security issue.

          Changing the range where and when the digits start and how much digits needed is no good choice in my opinion. Of course all mOTP clients on the http://motp.sourceforge.net/ website only use the first 6 digits but the pfsense GUI is able to make it more flexible and dynamically for other mOTP solutions. So why delete an option which nobody hurts but offers more possibilities.
          I did not dig deep into your code - because I am not good at coding - but this should be something which needs to be implemented into your code when using a fixed part of password and the OTP or a hint in the description that it only works when using digits 1-6.

          So what I would like to have in the code is the "fixed" and the "OTP" part in a password. Even if it makes not so much sense, because the "fixed" part is still there - with the 4 digi PIN - which needs to be entered on the mOTP client to start generating OTPs. I know that when using the RSA securID tokes you often use a fixed part in the password but this is because you cannot enter a PIN on the token itself to start generating OTP - it always generates passwords.

          And on the coding page - For me the new variable name you added in the code for the fixed part of the password is not "optimal" - I think. But this is absolutly cosmetic and probably absolutly unimportant for the mOTP solution in general.

          So even if I am the developer and maintainer of the freeradius2 package I am happy that other people add their ideas. So you modification is absolutly welcome but I think that there are some things which should be added and other which should not be lost to make the package as compatible and flexible as possible.

          So I think if we could find an arrangement for your code you could add it here:
          https://github.com/pfsense

          and then someone or I could merge it.

          Thank you for your feedback and your contribution! I really appreciate it! :)

          1 Reply Last reply Reply Quote 0
          • D
            dupdup
            last edited by

            Hello everyone,
            I got pfsense setup with Captive portal, Freeradius 2, and mysql since a couple of months. This is based on Khan tutorial How to Captive portal with self registration. I tried today to implement a time limit rule, to limit the connection time to 1 hour per day. I added in the radcheck table the line

            3 jean@bon.fr Max-Daily-Session := 3600

            which goes with the previously implemented password check

            2 jean@bon.fr Password == tototo

            .
            For those who are not familier with the self registration, the user is asked to create an account, with a username/email adress and a password. This is recorder in the reg_user database. This database is linked to freeradius2. Therefore I also added the following tables

            cui
            nas
            radacct
            radcheck
            radgroupcheck
            radgroupreply
            radippool
            radpostauth
            radreply
            radusergroup
            reg_users
            wimax

            The pfsense captive portal is set to work with freeradius 2, and with start/stop accounting.

            However, accounting does not work. The radacct table stays empty. I tried to add a manual entry with the user name I'm working on, but values stay NULL.

            I lauched freeradius manually with the radiusd -X command. When I tried to access to the Internet, then I am redirected and asked to useh my login and password with the captive portal login page. I can log in and it works perfectly, but there is no sign of accounting.
            My user is jean@bon.fr and password is tototo, from 192.168.1.52.

            rad_recv: Access-Request packet from host 127.0.0.1 port 5172, id=132, length=134
                    NAS-IP-Address = 192.168.1.1
                    NAS-Identifier = "pfsense.localdomain"
                    User-Name = "jean@bon.fr"
                    User-Password = "tototo"
                    Service-Type = Login-User
                    NAS-Port-Type = Ethernet
                    NAS-Port = 4
                    Framed-IP-Address = 192.168.1.52
                    Called-Station-Id = "192.168.1.1"
                    Calling-Station-Id = "08:00:27:b4:23:6f"

            Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default

            +- entering group authorize {…}
            ++[preprocess] returns ok
            ++[chap] returns noop
            ++[mschap] returns noop
            ++[digest] returns noop
            [suffix] Looking up realm "bon.fr" for User-Name = "jean@bon.fr"
            [suffix] No such realm "bon.fr"
            ++[suffix] returns noop
            [ntdomain] No '' in User-Name = "jean@bon.fr", skipping NULL due to config.
            ++[ntdomain] returns noop
            [eap] No EAP-Message, not doing EAP
            ++[eap] returns noop
            ++[files] returns noop
            ++- entering policy redundant {…}
            [sql]  expand: %{User-Name} -> jean@bon.fr
            [sql] sql_set_user escaped user –> 'jean@bon.fr'
            rlm_sql (sql): Reserving sql socket id: 2
            [sql]  expand: SELECT id, username, attribute, value, op          FROM radcheck          WHERE username = '%{SQL-User-Name}'          ORDER BY id -> SELECT id, username, attribute, value, op          FROM radcheck          WHERE username = 'jean@bon.fr'          ORDER BY id
            WARNING: Found User-Password == "…".
            WARNING: Are you sure you don't mean Cleartext-Password?
            WARNING: See "man rlm_pap" for more information.
            [sql] User found in radcheck table
            [sql]  expand: SELECT id, username, attribute, value, op          FROM radreply          WHERE username = '%{SQL-User-Name}'          ORDER BY id -> SELECT id, username, attribute, value, op          FROM radreply          WHERE username = 'jean@bon.fr'          ORDER BY id
            [sql]  expand: SELECT groupname          FROM radusergroup          WHERE username = '%{SQL-User-Name}'          ORDER BY priority -> SELECT groupname          FROM radusergroup          WHERE username = 'jean@bon.fr'          ORDER BY priority
            [sql]  expand: SELECT id, groupname, attribute,          Value, op          FROM radgroupcheck          WHERE groupname = '%{Sql-Group}'          ORDER BY id -> SELECT id, groupname, attribute,          Value, op          FROM radgroupcheck          WHERE groupname = 'Free'          ORDER BY id
            [sql] User found in group Free
            [sql]  expand: SELECT id, groupname, attribute,          value, op          FROM radgroupreply          WHERE groupname = '%{Sql-Group}'          ORDER BY id -> SELECT id, groupname, attribute,          value, op          FROM radgroupreply          WHERE groupname = 'Free'          ORDER BY id
            rlm_sql (sql): Released sql socket id: 2
            +++[sql] returns ok
            ++- policy redundant returns ok
            rlm_counter: Entering module authorize code
            rlm_counter: Searching the database for key 'jean@bon.fr'
            rlm_counter: Could not find the requested key in the database.
            rlm_counter: Check item = 3600, Count = 0
            rlm_counter: res is greater than zero
            rlm_counter: (Check item - counter) is greater than zero
            rlm_counter: Authorized user jean@bon.fr, check_item=3600, counter=0
            rlm_counter: Sent Reply-Item for user jean@bon.fr, Type=Session-Timeout, value=3600
            ++[daily] returns ok
            rlm_counter: Entering module authorize code
            rlm_counter: Could not find Check item value pair
            ++[weekly] returns noop
            rlm_counter: Entering module authorize code
            rlm_counter: Could not find Check item value pair
            ++[monthly] returns noop
            rlm_counter: Entering module authorize code
            rlm_counter: Could not find Check item value pair
            ++[forever] returns noop
            rlm_checkval: Item Name: Calling-Station-Id, Value: 08:00:27:b4:23:6f
            rlm_checkval: Could not find attribute named Calling-Station-Id in check pairs
            ++[checkval] returns notfound
            ++[expiration] returns noop
            ++[logintime] returns noop
            ++[pap] returns updated
            Found Auth-Type = PAP
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!!    Replacing User-Password in config items with Cleartext-Password.    !!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!! Please update your configuration so that the "known good"              !!!
            !!! clear text password is in Cleartext-Password, and not in User-Password. !!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

            Executing group from file /usr/local/etc/raddb/sites-enabled/default

            +- entering group PAP {…}
            [pap] login attempt with password "tototo"
            [pap] Using clear text password "tototo"
            [pap] User authenticated successfully
            ++[pap] returns ok
                    expand:  ->
            Login OK: [jean@bon.fr/tototo] (from client local port 4 cli 08:00:27:b4:23:6f)

            Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/default

            +- entering group post-auth {…}
            ++- entering policy redundant {...}
            [sql]  expand: %{User-Name} -> jean@bon.fr
            [sql] sql_set_user escaped user –> 'jean@bon.fr'
            [sql]  expand: %{User-Password} -> tototo
            [sql]  expand: INSERT INTO radpostauth                          (username, pass, reply, authdate)                          VALUES (                          '%{User-Name}',                          '%{%{User-Password}:-%{Chap-Password}}',                          '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth                          (username, pass, reply, authdate)                          VALUES (                          'jean@bon.fr',                          'tototo',                          'Access-Accept', '2013-08-17 20:42:34')
            rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth                          (username, pass, reply, authdate)                          VALUES (                          'jean@bon.fr',                          'tototo',                          'Access-Accept', '2013-08-17 20:42:34')
            rlm_sql (sql): Reserving sql socket id: 1
            rlm_sql (sql): Released sql socket id: 1
            +++[sql] returns ok
            ++- policy redundant returns ok
            ++[exec] returns noop
            Sending Access-Accept of id 132 to 127.0.0.1 port 5172
                    Session-Timeout = 3600
            Finished request 13.
            Going to the next request
            Waking up in 4.9 seconds.
            Cleaning up request 13 ID 132 with timestamp +3849
            Ready to process requests.

            Here is what is displayed when I lauch radiusd (see e.txt).

            Could you please tell me what seems abnormal in the logs. I can't see why the user is not found, nor created, in the radacct, even when I add the line manually.
            Regards,

            e.txt

            1 Reply Last reply Reply Quote 0
            • N
              Nachtfalke
              last edited by

              Did you enable accounting on MySQL tab to get accounting information into mysql database?

              If not it will probably be put into:

              /var/log/radacct/
              

              Further it would be more helpfull to take a look on the accounting packets and not on the authentication packets when running radiusd -X

              And did you configure an accounting listening port on freeradius?

              PS: radiusd -X tells you to use "Cleartext-Password"

              1 Reply Last reply Reply Quote 0
              • D
                dupdup
                last edited by

                @Nachtfalke:

                And did you configure an accounting listening port on freeradius?

                I forgot that point… Now the radacct table is populated. When I radtest with the user I also get

                Session-Timeout = 3513

                Which seems to be a good point.
                Thanks !

                PS: radiusd -X tells you to use "Cleartext-Password"

                ;) I will work on that

                1 Reply Last reply Reply Quote 0
                • 2
                  2devnull
                  last edited by

                  Nachtfalke and other forum friends….I apologize if you have already covered it as I have not read through this entire thread and do not have search capabilities on this forum.

                  The scenario on what I want to do is simple, I would like to add an extra parameter to a FreeRADIUS User Check-Item to reject them if the SSID passed in the Access-Request is not in the Check-Item regex. The info is passed in Called-Station-Id parameter (in my case MySSID):

                  rad_recv: Access-Request packet from host 192.168.50.3 port 4757, id=215, length=303
                  	User-Name = "myusername"
                  	NAS-Port = 0
                  	Called-Station-Id = "0A-XX-XX-F3-XX-3B:MySSID"
                  	Calling-Station-Id = "38-XX-3C-XX-76-XX"
                  	Framed-MTU = 1400
                  	NAS-Port-Type = Wireless-802.11
                  	Connect-Info = "CONNECT 0Mbps 802.11"
                  	EAP-Message = 0x023500901900170301002002efe6be8da848c0c84b7ee5c3638829081db2d23b4b6bc871f86521d046d4fe170301006094ff4a2cb4096b122fc68b0761a6ef5838ff979394afe05f94b15e3c5004573db259b80a1b647a6410997b6a88fdb03267472454a63fa6acaa784d56baac483d355f99c82b9ca5b4e756b00d623d9e3c7624c20ee50559dd68b7cc914d1b522d
                  	State = 0x95b4f59e1ac1503b59281ecd56cb7c13
                  	Message-Authenticator = 0x265371b9a316aeed1dd3a7e317f108e4
                  
                  

                  Please advise how this can be done. The reason I need to do it this way is that my Ubiquity UniFi AP drops the VLAN on the floor that FreeRADIUS passes back and therefore allows the user to successfully authenticate on any SSID (therefore on any VLAN). At least if FreeRADIUS can send a Reject then the user can only come in the SSID I set them up for and therefore they fall into the correct VLAN this SSID is setup to use in the AP.

                  Thank you in advance for your help.

                  1 Reply Last reply Reply Quote 0
                  • 2
                    2devnull
                    last edited by

                    Well, if it helps I'm trying to do something similar (NOT USING WINDOWS however) using either just the User file or the MySQL tables –> https://kb.meraki.com/knowledge_base/radius-scoping-authentication-with-called-station-id-and-windows-groups

                    1 Reply Last reply Reply Quote 0
                    • N
                      Nachtfalke
                      last edited by

                      Not sure if this works with the GUI only. You should check the operators if they would help you:
                      http://wiki.freeradius.org/config/Operators

                      If this does not work with the check-item calling-station-id then you probably need to use "unlang" commands on the ../raddb/sites-available/default

                      freeradius.org/radiusd/man/unlang.html

                      1 Reply Last reply Reply Quote 0
                      • 2
                        2devnull
                        last edited by

                        Thank you for the information. I will give it a further try as I went down there before to some extent and still reached a road block.

                        One of the issues that I got was when making changes to ../raddb/sites-available/default, it gets wiped out if a then use the GUI. Is there a way to prevent this?

                        1 Reply Last reply Reply Quote 0
                        • N
                          Nachtfalke
                          last edited by

                          @2devnull:

                          Thank you for the information. I will give it a further try as I went down there before to some extent and still reached a road block.

                          One of the issues that I got was when making changes to ../raddb/sites-available/default, it gets wiped out if a then use the GUI. Is there a way to prevent this?

                          Hi,

                          yes this is a known behaviour. The GUI is limited in some way. To make sure that your changes in this file will not beoverwritten after a reboot or some GUI changes you need to make your changes on:

                          
                          /usr/local/pkg/freeradius.inc
                          
                          

                          The part you need to modify is between line 1295 and 2140. Probably start at line 1460.

                          Unfortunately this will be also overwritten if updating the package. On some other forum post I read an idea where someone is creating a .diff between the original freeradius.inc and th new one you created. Then importing the .diff with the help of the "System patches" package. This would make changes easier imported.

                          1 Reply Last reply Reply Quote 0
                          • 2
                            2devnull
                            last edited by

                            OK, I added this code after preprocess in the authorize section of /usr/local/pkg/freeradius.inc (line 1548) but it does not seem to notice it is there. I would assume the syntax may not be correct and get an error at least.

                            
                            preprocess
                            rewrite.called_station_id
                            if ($varusersvlanid != '%{Called-Station-SSID}') {
                               update control {
                                  Auth-Type := Reject
                               }
                            }
                            

                            BTW - The following were added to the respective files below to get the Called-Station-SSID to capture the SSID passed from the AP in Access-Request - Called-Station-Id = "0E-XX-XX-XX-24-3B:MySSID" and appears to expand correctly and capture the SSID.

                            raddb/dictionary

                            # The SSID the supplicant/user device connected to
                            ATTRIBUTE        Called-Station-SSID        3010                string
                            

                            raddb/policy.conf

                                    #  Add "rewrite.called_station_id" in the "authorize" and "preacct"
                                    #  sections.
                                    rewrite.called_station_id {
                                            if((Called-Station-Id) && "%{Called-Station-Id}" =~ /^%{config:policy.mac-addr}(:(.+))?$/i) {
                                                    update request {
                                                            Called-Station-Id := "%{tolower:%{1}-%{2}-%{3}-%{4}-%{5}-%{6}}"
                                                    }
                            
                                                    # SSID component?
                                                    if ("%{8}") {
                                                            update request {
                                                                    Called-Station-Id := "%{Called-Station-Id}:%{8}"
                                                                    Called-Station-SSID :="%{8}" <<------ added this
                                                            }
                                                    }
                                                    updated
                                            }
                                            else {
                                                    noop
                                            }
                                    }
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • 2
                              2devnull
                              last edited by

                              Well, I decided with the number of hoops I was jumping through and still not get it to work, I went with a SaaS provider Radius instead. Anyway, just wanted to leave what I have partially working. I got rid of the users flat file and enable a MySQL DB instead. I then included this after preprocess:

                              
                              if("%{sql:SELECT count(*) FROM `radusergroup` WHERE username = '%{User-Name}' AND groupname = '%{Called-Station-SSID}'}" < 1){
                                      update control {
                                               Auth-Type := Reject
                                      }
                              }
                              
                              

                              This works with radtest as I am able to change the ssid and the accept/reject works as expected. However, on an actual Android device I only get rejects with nothing really informative as to why.

                              Thanks for the help.

                              1 Reply Last reply Reply Quote 0
                              • N
                                Nachtfalke
                                last edited by

                                you need to run freeradius in debug mode to get all output of errors and warnings.
                                Did you try tu run freeradius with this command:

                                radiusd -X
                                

                                Please make sure you killed the running radiusd process before starting again in debug mode.

                                1 Reply Last reply Reply Quote 0
                                • 2
                                  2devnull
                                  last edited by

                                  yes, did radiusd -X and radiusd -XX

                                  1 Reply Last reply Reply Quote 0
                                  • Q
                                    qbik
                                    last edited by

                                    Hi,
                                    I have installed this package with MySQL on the same server and is working ok. I need to run a php script to reconnect users if the server restarts, if I execute it manually it work, but I want to run it on sratup after Radius and Mysql have start, where in /usr/local/pkg/freeradius.inc would a call to the function go?

                                    Thanks for your help

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      Nachtfalke
                                      last edited by

                                      Unfortunately there are many places and situation when freeradius needs to restart the service so that changes will take effect. So in general freeradius restarts everywhere where this line can be found:

                                      restart_service('radiusd')
                                      

                                      On line 1292 the ySQL configuration of freeradius will be loaded and freeradius restarted.

                                      Perhaps doing a cron job which runs periodically and executes your script can do the job? Not sure what you script does and if it hurts if it runs every minute or so.

                                      1 Reply Last reply Reply Quote 0
                                      • Q
                                        qbik
                                        last edited by

                                        Thanks for the info Nachtfalke. Basically what I need to do is not to stop the accounting of users connected via the captive portal so that when a reboot occurs users do not have to reauthenticate. I have disabled the accounting stop and when rebooted freeradius just continues to count for some seconds, but the problem is that the firewall rules were not created and therefore the user goes back to blocked by the oprtal. I don't know if my best bet is no rewrite the captiveportal db from mysql and then restart accounting for those users or some other way.

                                        Now if I call my function on line 1292 I get error:

                                        
                                        radiusd[20265]: rlm_sql_mysql: Couldn't connect socket to MySQL server rednet@localhost:radius
                                        radiusd[20265]: rlm_sql_mysql: Mysql error 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
                                        
                                        

                                        Thanks for your help.

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          klokslag
                                          last edited by

                                          Hi all,

                                          I read the entire topic, because i wanna use Freeradius to authenticate against AD.
                                          In the topic there are suggestions to make it possible via the gui.

                                          My question is. Is it now possible to authencate against AD without the tweaking?
                                          Or do i have to use the tutorial from MatSim (Nachtfalke, marcelloc)

                                          Thanx in advance.

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            Nachtfalke
                                            last edited by

                                            @klokslag:

                                            Hi all,

                                            I read the entire topic, because i wanna use Freeradius to authenticate against AD.
                                            In the topic there are suggestions to make it possible via the gui.

                                            My question is. Is it now possible to authencate against AD without the tweaking?
                                            Or do i have to use the tutorial from MatSim (Nachtfalke, marcelloc)

                                            Thanx in advance.

                                            Unfortunately my last info is that it does not work without any tweaks and only with GUI.
                                            I do not know which topic/tutorial you mean but probably it is the correct one ;-)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.