Gabri_RDiaz

krb5.conf

Mar 13th, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.69 KB | None | 0 0
  1. [libdefaults]
  2.         default_realm = AYTO.XOVE
  3.         dns_lookup_realm = false
  4.         dns_lookup_kdc = true
  5. # The following krb5.conf variables are only for MIT Kerberos.
  6.         kdc_timesync = 1
  7.         ccache_type = 4
  8.         forwardable = true
  9.         proxiable = true
  10.  
  11. # The following encryption type specification will be used by MIT Kerberos
  12. # if uncommented.  In general, the defaults in the MIT Kerberos code are
  13. # correct and overriding these specifications only serves to disable new
  14. # encryption types as they are added, creating interoperability problems.
  15. #
  16. # The only time when you might need to uncomment these lines and change
  17. # the enctypes is if you have local software that will break on ticket
  18. # caches containing ticket encryption types it doesn't know about (such as
  19. # old versions of Sun Java).
  20.  
  21. #       default_tgs_enctypes = des3-hmac-sha1
  22. #       default_tkt_enctypes = des3-hmac-sha1
  23. #       permitted_enctypes = des3-hmac-sha1
  24.  
  25. # The following libdefaults parameters are only for Heimdal Kerberos.
  26.         fcc-mit-ticketflags = true
  27.  
  28. [realms]
  29.         ayto.xove = {
  30.                 kdc = cd01.ayto.xove
  31.                 admin_server = cd01.ayto.xove:749
  32.                 default_domain = ayto.xove
  33.         }
  34.         ATHENA.MIT.EDU = {
  35.                 kdc = kerberos.mit.edu
  36.                 kdc = kerberos-1.mit.edu
  37.                 kdc = kerberos-2.mit.edu:88
  38.                 admin_server = kerberos.mit.edu
  39.                 default_domain = mit.edu
  40.         }
  41.         ZONE.MIT.EDU = {
  42.                 kdc = casio.mit.edu
  43.                 kdc = seiko.mit.edu
  44.                 admin_server = casio.mit.edu
  45.         }
  46.         CSAIL.MIT.EDU = {
  47.                 admin_server = kerberos.csail.mit.edu
  48.                 default_domain = csail.mit.edu
  49.         }
  50.         IHTFP.ORG = {
  51.                 kdc = kerberos.ihtfp.org
  52.                 admin_server = kerberos.ihtfp.org
  53.         }
  54.         1TS.ORG = {
  55.                 kdc = kerberos.1ts.org
  56.                 admin_server = kerberos.1ts.org
  57.         }
  58.         ANDREW.CMU.EDU = {
  59.                 admin_server = kerberos.andrew.cmu.edu
  60.                 default_domain = andrew.cmu.edu
  61.         }
  62.         CS.CMU.EDU = {
  63.                 kdc = kerberos-1.srv.cs.cmu.edu
  64.                 kdc = kerberos-2.srv.cs.cmu.edu
  65.                 kdc = kerberos-3.srv.cs.cmu.edu
  66.                 admin_server = kerberos.cs.cmu.edu
  67.         }
  68.         DEMENTIA.ORG = {
  69.                 kdc = kerberos.dementix.org
  70.                 kdc = kerberos2.dementix.org
  71.                 admin_server = kerberos.dementix.org
  72.         }
  73.         stanford.edu = {
  74.                 kdc = krb5auth1.stanford.edu
  75.                 kdc = krb5auth2.stanford.edu
  76.                 kdc = krb5auth3.stanford.edu
  77.                 master_kdc = krb5auth1.stanford.edu
  78.                 admin_server = krb5-admin.stanford.edu
  79.                 default_domain = stanford.edu
  80.         }
  81.         UTORONTO.CA = {
  82.                 kdc = kerberos1.utoronto.ca
  83.                 kdc = kerberos2.utoronto.ca
  84.                 kdc = kerberos3.utoronto.ca
  85.                 admin_server = kerberos1.utoronto.ca
  86.                 default_domain = utoronto.ca
  87.         }
  88.  
  89. [domain_realm]
  90.         .mit.edu = ATHENA.MIT.EDU
  91.         mit.edu = ATHENA.MIT.EDU
  92.         .media.mit.edu = MEDIA-LAB.MIT.EDU
  93.         media.mit.edu = MEDIA-LAB.MIT.EDU
  94.         .csail.mit.edu = CSAIL.MIT.EDU
  95.         csail.mit.edu = CSAIL.MIT.EDU
  96.         .whoi.edu = ATHENA.MIT.EDU
  97.         whoi.edu = ATHENA.MIT.EDU
  98.         .stanford.edu = stanford.edu
  99.         .slac.stanford.edu = SLAC.STANFORD.EDU
  100.         .toronto.edu = UTORONTO.CA
  101.         .utoronto.ca = UTORONTO.CA
  102.         .ayto.xove = AYTO.XOVE
  103.         ayto.xove = AYTO.XOVE
Advertisement
Add Comment
Please, Sign In to add comment