Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. declare root
  2. {
  3. declare ServerConfiguration
  4. {
  5. }
  6. declare ListenerList
  7. {
  8. declare Listener0
  9. {
  10. bool Enabled true
  11. uint Port 5555
  12. }
  13. }
  14. declare VirtualHUB
  15. {
  16. declare DEFAULT
  17. {
  18. declare SecurityAccountDatabase
  19. {
  20. declare UserList
  21. {
  22. declare Ridl3y
  23. {
  24. byte AuthNtLmSecureHash 1111111111111111111111==
  25. byte AuthPassword 111111111111111111111111111=
  26. uint AuthType 1
  27. string RealName Test$20Full$20Name
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement