Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # Configuration for oidentd
  2. # see oidentd.conf(5)
  3. #
  4. default {
  5. default {
  6. allow spoof
  7. allow spoof_all
  8. allow spoof_privport
  9. allow random
  10. allow random_numeric
  11. allow numeric
  12. deny hide
  13. }
  14. }
  15.  
  16. # you may want to hide root connections
  17. #user "root" {
  18. # default {
  19. # force reply "UNKNOWN"
  20. # }
  21. #}
  22.  
  23. # you may want to hide root connections
  24. user "xpatate" {
  25. default {
  26. force reply "xpatate"
  27. }
  28. }
  29.  
  30. # you may want to hide root connections
  31. user "filante" {
  32. default {
  33. force reply "filante"
  34. }
  35. }
  36.  
  37.  
  38. # you may want to hide root connections
  39. user "etouale" {
  40. default {
  41. force reply "etouale"
  42. }
  43. }
  44.  
  45. user "ikce" {
  46. default {
  47. allow spoof
  48. allow spoof_all
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement