We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaa44e commit 403e1bfCopy full SHA for 403e1bf
recipes/python/rbac_policy_api_requests.py
@@ -115,4 +115,5 @@ def create_bpnbat_user(username, domainName, password):
115
cmd = path + " -AddUser " + username + " " + password + " " + domainName
116
os.system(cmd)
117
118
- print("\n\n")
+ print("\n\n")
119
+
0 commit comments