Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Check the "Enable LDAP Authentication" checkbox

  2. Optionally, you can enter a filter that limits the accounts that are allowed to authenticate and are automatically created.


    Info

    Default query with empty optional filter and username foo:

    Code Block
    &(objectClass=user)(sAMAccountName=foo)

      

    Query with optional field applied (filter value: memberOf=admin) and username bar:

    Code Block
    &(&(objectClass=user)(sAMAccountName=bar))(memberOf=admin)

      

  3. Optionally, check the "Enable automatic account creation using LDAP" checkbox if you want to automatically create accounts using LDAP.


    imits the accounts that are allowed to authenticate and are automatically created
    Info

    If "Enable LDAP Authentication" is selected and "Enable automatic account creation using LDAP" is not selected (which is the default), all users that have accounts connected to LDAP will be authenticated, but no new accounts will be created, even if the LDAP credentials are valid.

    Similarly, if you disable LDAP authentication, users who have already logged into License Statistics using their Active Directory will retain the ability to use their login, but no new login attempts using LDAP user accounts will be possible.

    Optionally, you can enter a filter that l

    .


    Click Verify to ensure that your connection to the LDAP server works as expected. A message will indicate whether the test was successful. If the test is not successful, make the needed changes to the setup, save the changes, and retest the connection.

  4. Click Save at the bottom of the LDAP Configuration page to save the LDAP configuration.

...