Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. bash-4.1$ cat config.ini
  2. [SystemInformation]
  3. TargetIP = xxxxxxx
  4. SystemInfo = Test Config, place your own description of target system here
  5. UserName = root
  6. Password = 0penBmc
  7. AuthType = Basic
  8. Token =
  9. UseSSL = True
  10. CertificateCheck = False
  11. CertificateBundle =
  12.  
  13. [Options]
  14. MetadataFilePath = ./SchemaFiles/csdl
  15. Schema_Pack =
  16. CacheMode = Off
  17. CacheFilePath =
  18. SchemaSuffix = _v1.xml
  19. Timeout = 30
  20. HttpProxy =
  21. HttpsProxy =
  22. LocalOnlyMode = False
  23. ServiceMode = False
  24. LinkLimit = LogEntry:20
  25. Sample = 0
  26.  
  27. [Validator]
  28. PayloadMode = Default
  29. PayloadFilePath =
  30. LogPath = ./logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement