I am using the following package from CodePlex to integrate NetWare and SharePoint to do security trimming on the list of objects returned by a SharePoint search. The goal is to trim the search results to include only those documents to which the user has access.
Custom Security Trimmer for Novell Netware - Home
The CodePlex package wraps the NetWare client DLL "CalWin32.dll" and calls NWAttachToFileServer to get a handle to the file server and then NWLoginToFileServer to log into the file server as an administrator with permissions to check access levels on the files on that server.
To see the code for this piece, download the source from the following link, and look at the project Netware-->NWLoginDotNet.
Custom Security Trimmer for Novell Netware - Release: Alpha 2 - Source, Binaries, and Documentation
NWAttachToFileServer succeeds, but NWLoginToFileServer fails with error code 0x89FC even though I can log into the NetWare file server via the NetWare client using the exact same credentials (username/password).
Any ideas? Does the NetWare client do anything to the credentials before passing them to NWLoginToFileServer?
Any help would be greatly appreciated.
Regards,
Jason