configuration /
system /
ext-auth /
ldap /
advanced /
nss
CLI REST-API
nested-groups
nested groups
This is a read-write object and valid values are:
See also:
/configuration/system/ext-auth/ldap/advanced/nss: LDAP nss configuration
/configuration/system/ext-auth/ldap/advanced/nss/init-group-ignore-users: init group ignore users
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:
{
"nested-groups": true
}
Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/advanced/nss -d
{
"nested-groups": true
}
Valid values when accessing this object via REST API/JSON: false [0], true [1]