Hi all,

Playing around with Kerby a bit. Something I don't understand is the way we
configure the server in KdcConfig. For example:

public String getKdcDomain() {
        return getString(KdcConfigKey.KDC_DOMAIN);
    }

However:

public String getKdcRealm() {
        return KrbConfHelper.getStringUnderSection(this,
KdcConfigKey.KDC_REALM);
    }

Why is the realm configured differently to the domain? In the
TestKdcServer, the value set by has no effect as a result:

kdcConfig.setString(KdcConfigKey.KDC_REALM, "TEST.COM");

Colm.


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to