Tomáš Pecka | 6570b57 | 2023-07-18 16:56:50 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Introduce rules for NACM anonymous access user | ||||
4 | # ---------------------------------------------- | ||||
5 | # Adds rules for the anonymous user access to the front of the ietf-netconf-acm:nacm/rule-list. | ||||
6 | |||||
7 | sysrepocfg --datastore=startup --format=json --module=ietf-netconf-acm --edit="${MIGRATIONS_DIRECTORY}/0005_nacm_anonymous_user.json" |