Volker,
Our identity server supports NTLM pass-through authentication, including the PAULA RPC protocol (which is presently only used internally, ie. over ncalrpc). The server contains its own database of users and their NT OWFs.
We would like to extend our existing support for PAULA to support DCOM domain “members”. In order to be interoperable, we would need to implement a string2key/key derivation function that is compatible with that in EntireX.
(This function is used to prepare a RC4 key from the secret in ntsecret.txt; this key is then used to encrypt the parameters to PaulaLMLogonRequest() and PaulaLMChallengeResponseRequest().)
– Luke
#Mainframe-Integration#webMethods#EntireX-DCOM