Skip to main content

Using a script to import IDs to filter

You can use a script to import IDs that you want to filter from the Bravura Security Fabric database. A sample Python script, idfilter_import.py, is provided in the samples directory. If you cannot find the sample file, try re-running setup to modify your installation. Sample files are automatically installed with complete (typical) installations. You can select them in custom installations.

The script requires a file listing IDs, one per line, that are to be filtered out.

Run the script from a Bravura Security Fabric command prompt with elevated privileges:

python idfilter_import.py -r <filename> | --file_name <filename>

For example:

python idfilter_import.py -r users.rem

After running the script, the IDs listed in the file should be listed in the Manage ID filters page.

See also

You can also set a user filter plugin or a user list generation plugin to filter the users that a logged-in user can manage.