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

How to Configure an LDAP User Directory

  • Last updated on

The Barracuda SecureEdge Manager allows you to configure an LDAP user directory. The user directory retrieves users and groups from multiple sources and syncs them into an LDAP user directory. Multiple user sources are available. The configuration steps required depend on the user directory you use.

Note that LDAP support is currently limited to Active Directory only.

Configure LDAP

To add an LDAP user directory:

  1. Go to https://se.barracudanetworks.com and log in with your existing Barracuda Cloud Control account.

  2. In the left menu, click the Tenants/Workspaces icon and select the workspace you want to configure the LDAP user directory for.

  3. Go to Identity > Settings.

    goto-id-settings.png

  4. The Settings page opens. In the User Directories section, click Add User Directory.

    add-user-directory.png

  5. From the user directory drop-down menu, select LDAP.

  6. The Add User Directory page opens.

  7. In the User Directory tab, specify the values for the following:

    • Display Name – Create a display name to represent the user directory.

    • Host– Enter the host.

    • Port– Enter the port.

    • User Search Base – Enter user search base. E.g.,dc=mydomain.com, dc=com

    • Group Search Base – Enter user search base. E.g.,dc=mydomain.com, dc=com

      ldap-01.png

  8. Click Next.

  9. In the Authentication tab, specify the values for the following:

    • Authentication Method – Select Simple from the drop-down menu.

    • Username – Enter username.

    • Password – Enter password.

    ldap-02.png

  10. Click Next.

  11. In the TLS Settings tab, specify the values for the following:

    • Encryption Method – Select encryption method from the drop-down menu. You can choose between None, StartTLS, and TLS.

      • If you select either StartTLS or TLS, specify the following parameters:

        • SNI Hostname – Enter SNI hostname.

        • Private Key – Enter private key.

        • Password – Enter password.

        • Public Key – Enter public key.

        • CA Certificates – Paste your certificate.

        • Check Certificate – Click to enable/disable.

        • Check Hostname – Click to enable/disable

        • Certificate Additional Names – Enter additional name for certificates.

      • In this case, select None.

        ldap-03.png

  12. Click Save.

  13. In the User Directories section, a new LDAP user directory has been added, and the STATUS is shown as Pending. The directory sync may take a few minutes.

    ldap-04.png

  14. After the directory sync is completed, verify that in the User Directories table, under the fieldname STATUS, the text has changed to Completed with a green check mark.

    status-completed.png

You can see that once you have added a user directory, the option Add User Directory is disabled. In addition, information under the fieldname LAST SYNC displays the time the last sync occurred. The field name SYNC RESULT displays the number of users or groups already synced. Verify that you see all LDAP directory users and groups on the respective Identity > Users and Identity > Groups pages.

Remove LDAP

To remove the LDAP directory associated with the selected workspace:

  1. In the left menu, click the Tenants/Workspaces icon and select the workspace you want to remove the LDAP user directory for.

  2. Go to Identity > Settings. The Settings page opens.

  3. In the User Directories section, you can see your LDAP user directory is displayed.

  4. To remove an existing LDAP user directory, click on the trash can icon.

    del-dir-ldap.png

  5. The Delete User Directory <Name of Your User Directory> page opens.

    ldap-05.png

  6. Click Ok to confirm.

You can verify the following:

  • You can verify that the previous users/groups from the LDAP user directory are not shown on the Identity > Users and Identity > Groups pages.

  • For your selected workspace, you can now configure a new user directory of your choice. You can verify that the users/groups from this new user directory are available in the security policies drop-down menu and are shown on the respective Identity > Users and Identity > Groups pages.

Caution before deleting your existing user/group directory via the Identity > Settings tab: If you delete a directory and add a new one (or add the same directory again), all existing security and access policies regarding your user/group directory must be updated. Users who are already enrolled will still have access. Please use the Enrolled Users page to manage who should be deleted.

(Optional) Sync with LDAP

If you must sync the LDAP user directory quickly, proceed with the following steps:

  1. On the Settings page, go to the User Directories section, and click the icon of three vertical dots to sync the user directory.

    sync-ldap.png

  2. Click Sync.

  3. The User Directory sync started pop-up window opens.

You will soon see that the sync has fetched and updated the users and groups in the identity service associated with the LDAP user directory. Verify that you see all LDAP directory users and groups on the Identity > Users and Identity > Groups pages after the successful sync.

Next Steps