LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 23-Sep-2009, 04:31 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
fnoferi 0 reputation points
Default Re: Client 2.0: Deliver Credentials to a third-party softwar

Hi,

I've a similar issue, but I'm rather ignorant on Novell Client.

I wanted to wrap the Novell Credential Provider, but I couldn't get the credential serialised as I can get by other wrapped Credential Provider.

Did you succeed in getting credentials out of Novell Client? Did you get just eDirectory credentials or also the windows username/password?

Any help is very appreciated, there is so little documentation around this...

Thanks,
Federico

Originally Posted by andre_couturier View Post
Okay, I fixed my installer problems
Code:
#include "stdafx.h"
#include <windows.h>
#include <nwlgext.h>

static NWLGLoginExtInfo regentry;

int _tmain(int argc, _TCHAR* argv[])
{
	regentry.loginExtType = LOGIN_EXT_MASTER;
	regentry.loginExtID = "Test";
	regentry.loginExtIDLen = (nint)strlen(regentry.loginExtID);
	regentry.loginExtDLLName = "Test.dll";
	regentry.loginExtDLLNameLen = (nint)strlen(regentry.loginExtDLLName);
	regentry.loginExtDesc = "This is a test Number 2";
	regentry.loginExtDescLen = (nint)strlen(regentry.loginExtDesc);

	return NWLGLoginExtRegWrite(&regentry);
}
Afer executing the install.exe I found a new registry key.

But in which folder I have to copy the Test.dll (I renamed the example dll)? I try the Windows\System32 and login again, but without any effect. Could it be that the example doesn't work with Vista/7?
Reply With Quote
 

Tags
client 2, credentials, delivery, development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 02:55 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2