Manfred Lenz 16.Jul.14 09:56 AM Lotus Notes Connector for SAP SolutionsAll ReleasesWindows
Hello,
a customer does not provide SAP passwords to his users He is using Kerberos for SAP authentication. The SAP RFC SDK supports Kerberos.
Is it possible to use the Lotus Connector for SAP Solutions, LSX Classes with Kerberos authentication?
A typical connect looks like:
Dim r3src As New LCConnection ("sap")
' Set the appropriate properties to connect to SAP
r3src.Database = "MM_MATERIALS_FOR_GROUP"
r3src.Userid = "DSERVER"
r3src.Password = "XXXX"
r3src.Destination = "LD1"
r3src.Client="101"
r3src.SystemNo=11
r3src.Language="E"
r3src.Server = "pr1.gg.com"