Enabling Secondary Group Lists with LDAP
Enable the lookup of secondary group lists from an LDAP server for a File Storage export.
- On the Mount Targets list page, select the mount target that you want to work with. If you need help finding the list page or the mount target, see Listing Mount Targets.
- On the details page, select Exports.
- Select the export that you want to update.
- On the export's details page, select Edit next to Use LDAP for group list.
- In the Edit Use LDAP for group list dialog box, select Use LDAP for group list and select Save.
Use the
fs export update
command and include the
parameter to update an export to use LDAP:--is-idmap-groups-for-sys-auth
oci fs export update --export-id <export_OCID> --is-idmap-groups-for-sys-auth true
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateExport operation with the
isIdmapGroupsForSysAuth
parameter to update an export.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.