Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran / yang / o-ran-usermgmt.yang
@@ -127,9 +127,10 @@ module o-ran-usermgmt {
   }
 
   container users {
-    must "user/enabled='true'" {
-      error-message "At least one account needs to be enabled.";
-    }
+    // must "user/enabled='true'" {
+    //   error-message "At least one account needs to be enabled.";
+    // }
+    //checkAL - above must is commented out for installing reasons
     //TAKE NOTE - any configuration with zero enabled users is invalid.
     //This will typically be the case when using a simulated NETCONF Server
     //and so this constraint should be removed when operating in those scenarios