configuration /
system /
ext-auth /
ldap /
advanced /
nss
CLI REST-API
init-group-ignore-users
init group ignore users
This is a read-write object and valid values are strings with a length of 0-99.
Datatype-Help:
value must be a string.
the length must be between 0 and 99.
See also:
/configuration/system/ext-auth/ldap/advanced/nss: LDAP nss configuration
/configuration/system/ext-auth/ldap/advanced/nss/nested-groups: nested groups
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/system/ext-auth/ldap/advanced/nss
Example using curl:
curl /api/configuration/system/ext-auth/ldap/advanced/nss
Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/advanced/nss
Body:
{
"init-group-ignore-users": "Meinberg"
}
Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/advanced/nss -d
{
"init-group-ignore-users": "Meinberg"
}