S
stoned99
Guest
The DataDirect Connect for ADO.NET DB2 Provider should support the Service Principal Name (SPN) property, as it does for the Sybase Provider, allowing Kerberos connections to a non-default Realm in a multi-Realm configuration. Example desired DDTek Connection String: “Host=?; Port=5001; Database Name=?; Authentication Method=Kerberos; Service Principal Name=? ” To specify the target SPN, the IBM Data Server Provider for ADO.NET supports the TargetPrincipal property in the ConnectionStringBuilder class and as a connection string argument. Example working IBM Connection string: “Database?;Server=?:5001;Authentication=KERBEROS;TargetPrincipal=?”
Continue reading...
Continue reading...