Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Radius client and Syslog client: (2 Items)
   
Radius client and Syslog client  
Hello,


I need to do 2 things on my QNX 6.5 (ARM9) product:
* Implement a Radius client (in order to communicate with a Radius server - ie FreeRadius on Windows)
* Implement a Syslog client (in order to communicate with a Syslog server - ie Kiwi on Windows)

For Radius client, I could not find any QNX implementation; looks like "Mocana" company had a Radius client available, 
but it seems this company stopped maintaining that library.
So, I could not find any other Radius Client QNX implementation.

For Syslog client, default QNX syslog implementation does not match my needs, because if can only write a message on 
system log, whereas I want to write messages on a remote server.
So, I could not find any other Syslog client implementation.

For now, my only way to implement Radius client and Syslog client on QNX is to download Linux source code, and try to 
compile it on QNX. But it may be a nightmare...

Do you have any better proposal?

Thanks,
Frederic
Re: Radius client and Syslog client  
For radius support with PAM in SDP7 we use FreeBSD's libradius.

For syslog support make sure you are running syslogd and that your messages are going to syslogd and not to sloginfo.

Regards,
Nick.