Resources | oam | ldapAuthentication | ldapFilters

ldapFilters

A set of LDAP filters used to specify whether the users is a member of the group specified.

Configuration

ParameterPresenceTypeDefaultDescription
orderMuint16 The order that the filters should be tried
groupNameOstring The cli group name to be used to log on to the cli.
filterOstring The LDAP filter to be used to determine the groupName specified.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/oam/ldapAuthentication/ldapFilters/{order}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/oam/ldapAuthentication --data '
<ldapFilters>
     <order>{order}</order>
</ldapFilters>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/oam/ldapAuthentication/ldapFilters/{order}

  • No labels