X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fnbi.cfg;h=7035caedc25ab7c39e4491a52f38ce3af77030ab;hb=0a1efeda7d6f21e7c5291ac617a6403853697949;hp=383b462469d1bbe0c7d03a424678e89805d80fbd;hpb=a9a1fc8427db17f47ea7ff782e35d24be4094f95;p=osm%2FNBI.git diff --git a/osm_nbi/nbi.cfg b/osm_nbi/nbi.cfg index 383b462..7035cae 100644 --- a/osm_nbi/nbi.cfg +++ b/osm_nbi/nbi.cfg @@ -116,9 +116,16 @@ backend: "keystone" # internal or keystone or tacacs # tacacs_port: 49 # Default value # tacacs_timeout: 10 # Default value -# Password expiry configuration -# pwd_expiry_check: True # Uncomment to enable the password expiry check -# days: 30 # Default value +# User Management configuration +user_management: True +pwd_expire_days: 30 # Password expiry Default value +max_pwd_attempt: 5 +account_expire_days: 90 # Account expiry Default value + +# CEF Configuration +version: "0" +deviceVendor: "OSM" +deviceProduct: "OSM" [rbac] # roles_to_operations: "roles_to_operations.yml" # initial role generation when database