Advertisement
Guest User

Untitled

a guest
May 16th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. traceback_mail = root@rhn.mobinil.com
  2. mount_point = /var/satellite
  3. kickstart_mount_point = /var/satellite
  4.  
  5. server.satellite.rhn_parent =satellite.rhn.redhat.com
  6. server.satellite.http_proxy = 10.1.132.44
  7. server.satellite.http_proxy_username =
  8. server.satellite.http_proxy_password =
  9. server.satellite.ca_chain = /usr/share/rhn/RHNS-CA-CERT
  10.  
  11. default_db = rhnsat/rhnsat@rhnsat
  12.  
  13. server.nls_lang = english.UTF8
  14.  
  15. hibernate.connection.username=rhnsat
  16. hibernate.connection.password=rhnsat
  17. hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:rhnsat
  18.  
  19. web.satellite = 1
  20. web.satellite_install =
  21. web.debug_disable_database = 0
  22.  
  23. web.session_swap_secret_1 = 478a4e866e2497bd744aa44e0952fae2
  24. web.session_swap_secret_2 = f17eb83115a8506ad6bde4f77213ee87
  25. web.session_swap_secret_3 = 479b08d896c969c7e4f20a2d25ccdfe9
  26. web.session_swap_secret_4 = c8988b00f7e620cdaf6cb5d8233a4ba0
  27.  
  28. session_secret_1 = 628f8cec8077cd0f5de08451be540b0d
  29. session_secret_2 = 2b6fd0134f935810535309a393c8de70
  30. session_secret_3 = 653e3baee24dcdcb3a0eb225261bd4b5
  31. session_secret_4 = cce52d17274412d114660b0833207148
  32.  
  33. server.secret_key = 798542707063782bc01520ecffc35cbe
  34.  
  35. encrypted_passwords = 1
  36.  
  37. web.param_cleansers = RHN::Cleansers->cleanse
  38. web.base_acls = RHN::Access
  39.  
  40. web.rhn_gpg_backend_module = RHN::GPG::OpenPGP
  41.  
  42. #labels for the RHN::TokenGen code
  43. web.local_token_gen = RHN::TokenGen::Local
  44.  
  45. web.restrict_mail_domains =
  46.  
  47. web.ssl_available = 1
  48.  
  49. web.is_monitoring_backend = 1
  50. web.is_monitoring_scout =
  51.  
  52.  
  53. # OSA configuration #
  54.  
  55. server.jabber_server = rhn.mobinil.com
  56. osa-dispatcher.jabber_server = rhn.mobinil.com
  57.  
  58. # set up SSL on the dispatcher
  59. osa-dispatcher.osa_ssl_cert = /var/www/html/pub/RHN-ORG-TRUSTED-SSL-CERT
  60.  
  61. # set up a username and password for the dispatcher to connect to the
  62. # jabber network
  63.  
  64.  
  65. osa-dispatcher.jabber_username = rhn-dispatcher-sat
  66. osa-dispatcher.jabber_password = rhn-dispatcher-o16802
  67.  
  68. # Enable Solaris support
  69.  
  70. web.enable_solaris_support =
  71.  
  72. # see taskomatic.default_tasks for the default tasks
  73. # additional taskomatic tasks
  74. taskomatic.tasks = com.redhat.rhn.task.CleanCurrentAlerts,com.redhat.rhn.task.SynchProbeState,com.redhat.rhn.task.SatelliteCertificateCheck
  75. taskomatic.com.redhat.rhn.task.SatelliteCertificateCheck.schedule = 0 0 23 ? * *
  76.  
  77. # force removing entitlements from systems when modifying multiorg entitlements
  78. # below the current usgage amount.
  79. web.force_unentitlement=0
  80.  
  81.  
  82. #option generated from rhn-config-satellite.pl
  83. disconnected=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement