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

RADIUS vs LDAP for AD authentication for OpenVPN

Scheduled Pinned Locked Moved OpenVPN
39 Posts 5 Posters 29.8k 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.
  • R
    Rob Pomeroy
    last edited by Jan 30, 2014, 4:37 PM

    Ah okay.  Yeah, your remote workstation does need to know the full domain somehow.  Sounds like you've cracked it?

    1 Reply Last reply Reply Quote 0
    • G
      Garfield000
      last edited by Jan 31, 2014, 7:23 AM

      Looks like I did  :)
      I did set the "Provide a default domain name to clients"
      but there I only placed our domain, not domain.local

      Now it's working. Thanks a lot !!

      1 Reply Last reply Reply Quote 0
      • R
        Rob Pomeroy
        last edited by Jan 31, 2014, 8:10 AM

        Cool.  Good work.

        1 Reply Last reply Reply Quote 0
        • B
          BloodyIron
          last edited by Mar 10, 2014, 6:39 PM

          Adding to the original topic of this thread, my testing so far is very successful with using LDAP to auth against AD. I haven't yet found a reason to use RADIUS over LDAP, and RADIUS seems like added work.

          I'll try to post more information as it comes.

          1 Reply Last reply Reply Quote 0
          • R
            Rob Pomeroy
            last edited by Mar 11, 2014, 1:17 PM

            You'd probably want RADIUS for granular NAP/VPN quarantine, I'd think.

            1 Reply Last reply Reply Quote 0
            • B
              BloodyIron
              last edited by Mar 11, 2014, 4:10 PM

              Where I'm stuck now is figuring out how to get pfSense to only allow members of a domain group to successfully connect, not just rely on the cert.

              @Rob:

              You'd probably want RADIUS for granular NAP/VPN quarantine, I'd think.

              1 Reply Last reply Reply Quote 0
              • R
                Rob Pomeroy
                last edited by Mar 11, 2014, 4:14 PM

                Surely you'd control that through the remote dial-in permission in AD, which OpenVPN has to honour?

                1 Reply Last reply Reply Quote 0
                • B
                  BloodyIron
                  last edited by Mar 11, 2014, 4:38 PM

                  From what I'm seeing using LDAP to auth in pfsense just does an LDAP query against the domain. I can't yet get it to query against a domain group for members, which is what I want. Whenever I adjust the scope of the query to a specific group it seems to not authorize the user under diagnostics -> authentication.

                  @Rob:

                  Surely you'd control that through the remote dial-in permission in AD, which OpenVPN has to honour?

                  1 Reply Last reply Reply Quote 0
                  • R
                    Rob Pomeroy
                    last edited by Mar 11, 2014, 4:40 PM

                    Yeah, I saw similar.  But if you use the Remote Dial-In permission, you'll achieve the result you desire.  You can even use Group Policy to apply that to the group you have in mind.

                    1 Reply Last reply Reply Quote 0
                    • B
                      BloodyIron
                      last edited by Mar 11, 2014, 4:41 PM

                      I don't see how an LDAP query can pull that permission info. Additionally we're running a SAMBA4 AD so I'm uncertain of the relevance of dial-in permission for this implementation. I also don't know how GPO would affect an LDAP query?

                      @Rob:

                      Yeah, I saw similar.  But if you use the Remote Dial-In permission, you'll achieve the result you desire.  You can even use Group Policy to apply that to the group you have in mind.

                      1 Reply Last reply Reply Quote 0
                      • R
                        Rob Pomeroy
                        last edited by Mar 11, 2014, 4:44 PM

                        Gotcha.  My bad.  I assumed you were using AD.  I guess you'll need to debug your LDAP query problem.

                        1 Reply Last reply Reply Quote 0
                        • B
                          BloodyIron
                          last edited by Mar 11, 2014, 4:46 PM

                          It is Active Directory. The LDAP queries against this would behave the same as if against a Microsoft Server Active Directory. I have a test user that can authenticate without being granted the dial-in permissions, and in past LDAP query setups I haven't seen such parameters of users passed in queries (but I could be wrong).

                          Do you have any idea why my queries to specific groups may be failing? It could be syntax, but online documentation is very unhelpful for pfsense, in this particular topic :/

                          @Rob:

                          Gotcha.  My bad.  I assumed you were using AD.  I guess you'll need to debug your LDAP query problem.

                          1 Reply Last reply Reply Quote 0
                          • R
                            Rob Pomeroy
                            last edited by Mar 11, 2014, 4:50 PM

                            Okay, let me take a step back.  I might be wrong about the dial-in permission.  I'd taken it as a given but never actually tested.

                            I have not tried to use LDAP queries against a security group, but they definitely work for me against an OU (not a container mind you).  Have you tried a specific OU?  Eg: OU=VPN  Users,DC=YourDomain,DC=local

                            1 Reply Last reply Reply Quote 0
                            • B
                              BloodyIron
                              last edited by Mar 11, 2014, 5:07 PM

                              No I haven't against a specific OU. My understanding though is that in that case I would have to create duplicate accounts, which is not what I'm looking for. We have multiple sites so we organize accounts based on location (like, city). So if I were to use an OU I would have to either move accounts into a VPN OU, or duplicate accounts.

                              Or, I'm misunderstanding. Am I? I thought groups were CNs.

                              @Rob:

                              Okay, let me take a step back.  I might be wrong about the dial-in permission.  I'd taken it as a given but never actually tested.

                              I have not tried to use LDAP queries against a security group, but they definitely work for me against an OU (not a container mind you).  Have you tried a specific OU?  Eg: OU=VPN  Users,DC=YourDomain,DC=local

                              1 Reply Last reply Reply Quote 0
                              • R
                                Rob Pomeroy
                                last edited by Mar 12, 2014, 4:02 PM

                                You can use multiple DNs separated by semi-colons, so you could have one OU for each site.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  BloodyIron
                                  last edited by Mar 12, 2014, 5:04 PM

                                  Be that as it may, I want more granular control. I don't want everyone at a site to inherently have VPN access. I follow the mantra of only needed access. As such I want access delegated by group membership (and having their own cert too of course).

                                  How can I get LDAP auth to query against a specific group?

                                  @Rob:

                                  You can use multiple DNs separated by semi-colons, so you could have one OU for each site.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    BloodyIron
                                    last edited by Mar 13, 2014, 5:07 PM

                                    Okay so I think I've found how to configure the LDAP authentication to check against domain groups (or a single group). I had to dig around and found this bug report ( https://redmine.pfsense.org/issues/1009 ) If you read #7 in the list the person refers to this thread ( https://forum.pfsense.org/index.php?topic=48961.0 ).

                                    So to test I've been using Diagnostics -> Authentication. I have a test account, and tested if auth failed when in and out of the group. Auth succeeded when in the group, and failed when not in the group. Working how I want!

                                    So how I have it is as follows.

                                    Level: Entire Subtree (but this can probably work at one level too)
                                    Base DN: DC=domain,DC=local
                                    Containers: DC=domain,DC=local
                                    Extended Query (checked): memberOf=CN=VPNgroup,OU=Groups,DC=domain,DC=local

                                    The rest is still using the initial recommended Active Directory parameters when I first set up the "Server" configuration.

                                    Now to complete setup and test this for actual OpenVPN access now, wheee!

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      BloodyIron
                                      last edited by Mar 13, 2014, 5:38 PM

                                      So with my test account I have this set up exactly how I want. If the user account is disabled, auth fails. If the user is not part of the group, auth fails. To clarify, when I try to connect with the openvpnmanager it keeps prompting for login when either not member of the group or account disabled.

                                      Now I need to test deleting/revoking the cert to make sure that works how I want. Also testing that the manager does work with a non-privileged user.

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        BloodyIron
                                        last edited by Mar 13, 2014, 9:02 PM

                                        The cert revocation list works quite well! Interestingly enough it seems to just appear as a connection reset from the user's perspective, there's no "access denied" equivalent. I wonder if this is intentional.

                                        I'm good to go it seems!

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          Rob Pomeroy
                                          last edited by Mar 14, 2014, 5:10 PM

                                          I presume you'll need to use a security group and query against the group's DN.  But I've never tried that personally.

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received