KerberosServiceKDC Parameter (Connect-PostgreSQL Cmdlet)
Identifies the service's Kerberos Key Distribution Center (KDC).
Syntax
Connect-PostgreSQL -KerberosServiceKDC string
Data Type
cstr
Default Value
""
Remarks
The KerberosServiceKDC is used to specify the service Kerberos KDC when using cross-realm Kerberos authentication.
In most cases, a single realm and KDC machine are used to perform the Kerberos authentication, which means that this property would not be required. However, the property is available for complex setups where a different realm and KDC machine are used to obtain an authentication ticket (AS request) and a service ticket (TGS request).