Skip to content
Snippets Groups Projects

Update locmap docs with the disallow_root info

Merged Marta Vila Fernandes requested to merge los1035 into master
5 files
+ 94
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -56,6 +56,12 @@ You can disable a module:
# locmap --disable modulename
```
You can remove root access to the Main Users of LanDB using the `--disallow_root`. It means that, only Resposibles defined in LanDB will have root access.
```bash
# locmap --disallow_root --configure modulename
# locmap --disallow_root --configure all
```
### Locmap and Openstack
It easy to run locmap during an openstack installation. Create a script with the above commands say `install.sh`. Pass this as user data to `openstack create`.
Loading