| Crates.io | bofh |
| lib.rs | bofh |
| version | 0.0.9 |
| created_at | 2021-11-29 19:03:48.279791+00 |
| updated_at | 2024-01-24 22:37:33.050083+00 |
| description | Command-line client for the Cerebrum IGA |
| homepage | |
| repository | https://github.com/tobiasvl/bofh-rs |
| max_upload_size | |
| id | 489453 |
| size | 68,290 |
This is a Rust implementation of bofh (BrukerOrganisering For Hvermansen), a client for the Cerebrum IGA (Identity Governance and Administration) system.
Make sure you have the development packages of openssl installed. For example, libssl-dev on Ubuntu or openssl-devel on Fedora.
A Rust library is provided, although it's less ergonomical than its Python counterpart (pybofh), and is mostly a thin wrapper. In particular, it doesn't keep track of the bofhd server's supported commands; it's expected that the implementing client does this.