In this section:

On the SBC main screen, go to All > OAM Ldap Authentication Ldap Filters.

Create LDAP Filters

Create new LDAP filters using the Create New Ldap Filters screen.

Create New Ldap Filters Screen

Edit an LDAP Filter

To edit an LDAP filter, use the Edit Selected Ldap Filters screen.

Edit Selected Ldap Filters Screen

Copy an Existing LDAP Filter

To copy an existing LDAP filter, use the Copy Selected Ldap Filters screen.

Copy Selected Ldap Filters Screen

View LDAP Filters

Use the Ldap Filters List to view the current list of LDAP filters.

Ldap Filters List

LDAP Filter Parameters

The following table describes the LDAP Filter Parameters. Edit the LDAp Filter parameters as needed and click Save.

LDAP Filter Parameters

Parameter

Length/Range

Description

OrderInteger

Specify a unique number to set the order to process the filter. The filter with an order  of '1' is processed first. 

Group NameN/A

The CLI group name to use for logging onto the CLI. 

  • Administrator
  • Calea
  • FieldService
  • Guest
  • Operator
  • SecurityAuditor
  • The user-defined group containing the name of a custom group configured on the SBC
FilterString

The LDAP filter (valid LDAP filter string) used to determine if the specified user is a member of the group defined by Group Name.

The special string %%USERNAME%% gets replaced with the current user name being validated.

For example, if the user is jsmith, the filter (&(uid=%%USERNAME%%)(accessLevel:=userAccessLevel1)) becomes (&(uid=jsmith )(accessLevel:=userAccessLevel1))