Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
#krb5.ini
[libdefaults]
  debug = true
  default_realm = YOURDOMAIN.DE
  dns_lookup_kdc = false
  default_keytab_name = FILE:C:\Program Files\custo diagnostic server\conf\tomcat.keytab
  krb4_config = /etc/krb.conf
  krb4_realms = /etc/krb.realms
  kdc_timesync = 1
  ccache_type = 4
  forwardable = true
  proxiable = true

[realms]
  YOURDOMAIN.DE = {
    kdc = tstdc01.yourdomain.de
    admin_server = tstdc01.yourdomain.de
    default_domain = yourdomain.de
} 

[domain_realm]

.adtest.local = YOURDOMAIN.DE 

[login]
krb4_convert = true
krb4_get_tickets = false

Introduction

This tutorial will guide you through the configuration of Kerberos for Single Sign On.

...

E.g. In our Example we used the following names:


Example used
Windows-DomainYOURDOMAIN
DNS Domainyourdomain.de
Kerberos User:custoKerberos
Servername
Domain Controllertstdc01




Create Domain User for Apache Tomcat

...