It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Firewall

This Firmware Version Is End-Of-Support

Documentation for this product is no longer updated. Please see End-of-Support for CloudGen Firewall Firmware for further information on our EoS policy.

How to Configure MSAD Authentication

  • Last updated on

Microsoft Active Directory (MSAD) is a directory service that allows authentication and authorization of network users. On the Barracuda CloudGen Firewall you can configure MSAD as an external authentication scheme. MSAD is included with all Windows Server operating systems as of the Windows 2000 Server. For MSAD authentication, you can also configure the Barracuda DC Agent, which allows transparent authentication monitoring with the Barracuda CloudGen Firewall and Microsoft® domain controllers.

Before You Begin

Deactivate Kerberos Pre-Authentication

If MSAD is running in native mode on a Windows 2003 Server domain, you must deactivate Kerberos pre-authentication for each user.

Gather Group Information

To use services such FTP, URL Filter, VPN, or Firewall Authentication and Guest Access, you might need to gather group information. The distinguished name (DN) containing the group information is needed for external authentication using MSAD and LDAP (see also How to Configure LDAP Authentication). To gather group information from MSAD:

  1. Go to My Network Places > Search Active Directory
  2. Select the searching domain. 
  3. Enter the name of the user you are searching for and click Find Now
  4. After you have found the user, add the X500 Distinguished Name column.
    • Select View > Choose columns.
    • Select X500 Distinguished Name.
    • Click Add.
add_col.pngcol_inf.png

The DN is displayed in the search results.

Delegate a Service User

You must delegate the 'serviceuser' to Read all user information in the specific OU:

  1. Select the OU: In this example NetworkUsers.
  2. Select Delegate Control.
    msad_user1.png
  3. Add your 'serviceuser'.
    msad_user2.png
  4. Click Next.
  5. Select Read all user information.
    msad_user3.png
  6. Click Next.
  7. Click Finish.

Configure MSAD Authentication

  1. Go to CONFIGURATION > Configuration Tree > Box > Infrastructure Services > Authentication Service.
  2. In the left navigation pane, select MSAD Authentication.
  3. Click Lock.
  4. Enable MS Active Directory as external directory service.
  5. In the Basic table, add an entry for the domain controller.
    • (optional) In case you want to provide MSAD-group access information to the HTTP proxy via MSCHAP, set Use MSAD-groups with NTLM to Yes in the Basic window.
  6. Enter the name and IP address or hostname of the primary domain controller, without the domain suffix. Hostnames must be DNS-resolvable.
  7. In the Active Directory Searching User field, enter the Distinguished Name (DN) of the 'serviceuser' (a user with permission to search the Active Directory and to view group information). For example: CN=username,OU=development,DC=domain,DC=local or: DOMAIN\username or: username@domain.local
  8. In the Active Directory Searching User Password  field, enter a password for the user with permission to search the Active Directory.

    The password can consist of small and capital characters, numbers, and non-alphanumeric symbols, except the hash sign (#).

  9. In the Base DN field, specify where to search for user information. Define the Base DN as specific as possible in order to increase the speed of the lookup and avoid timeouts.

    If you enter the domain in this field (e.g.: DC=xyz,DC=com ), Active Directory may refuse the BaseDN lookup. If possible, add an OU= entry to your BaseDN.

  10. When using NTLM authentication, enable Use MSAD-groups with NTLM to periodically synchronize user groups from MSAD and let the Barracuda CloudGen Firewall handle them offline.
  11. When using MSAD-groups with NTLM, enable Cache MSAD-groups to reduce network traffic and load on the MSAD server.

  12. Use Offline Sync [m] to specify the interval of the synchronization in minutes of the offline database of the MSAD-groups, if enabled.
    msad_conf.png
  13. With Timeout [s] you can specify the timeout in seconds for requests to the MASD server.
  14. To search additional LDAP attributes for mail addresses, enter a comma-separated list of LDAP attributes in the Additional Mail Fields.

    Specify a comma-separated list of meta-directory field names that should also be searched for a mail address. Only LDAP attributes are allowed, no spaces and no GUI description fields. If you are not sure, use an LDAP browser. All additional fields are searched via a pattern search (prepended * and appended *).

  15. Select Use SSL when establishing the connection to the LDAP directory using SSL.

    Using SSL is strongly recommended for Windows 10 servers in order to bypass security vulnerabilities related to LDAP channel binding on Active Directory domain controllers and LDAP signing.

    For certificate verification to work, the LDAPS server name must be DNS resolvable. When using hostnames (recommended as used in certificates for SSL communication), you must create a host firewall rule to match the traffic because the dynamic network object is no longer pre-filled with the authentication server address. For more information, see Host Firewall.

  16. Select Follow referrals to search the MSAD global catalog and follow LDAP referrals. It is recommended to enable this setting.
  17. Specify Max. Hops for Referrals to define the maximum number of LDAP referrals to be used.
  18. Enable Check Domain Name to let your CloudGen Firewall additionally check the domain name of the user who tries to authenticate. This setting is recommended if you have more than one domain in your network.
  19. Set Add User-DN as Group name to yes if you want to add the user distinguished name to the list of groups.

    The group added to the list of groups does not need to exist. This setting allows you to enhance filtering.

  20. Click OK.
  21. If group information is queried from a different authentication scheme, select the scheme from the User Info Helper Scheme list.
  22. In the Group Filter Patterns table, you can add patterns to filter group information from the directory service.
    Example: 

    • Group Filter Pattern: *SSL*
    • User01: CN=foo, OU=bar, DC=foo-bar, DC=foo
    • User02: CN=SSL VPN, DC=foo-bar, DC=foo

    In this example, User01 does not have the *SSL* pattern in its group membership string and will not match in group-based limitations.

  23. Click OK.
  24. Click Send Changes and Activate.

MSAD Authentication through the Remote Management Tunnel

To allow remote CloudGen Firewalls to connect to the authentication server through the remote management tunnel, you must activate the outbound BOX-AUTH-MGMT-NAT host firewall rule. Per default this rule is disabled.

MSAD Authentication against Azure AD

MSAD authentication against an Azure AD is possible when the Azure AD is configured to use secure LDAP. Use the Active Directory Searching User and Base DN as supplied by Microsoft.

For more information, see the Microsoft article  Azure AD - Configure Secure LDAP.