Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 3:01 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 12 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Mon Dec 21, 2009 2:17 pm 
Offline
Yubico Team
Yubico Team

Joined: Wed Oct 01, 2008 8:11 am
Posts: 210
Before starting the FreeRADIUS Server from the command line using the "freeradius -X" command, please execute the following command:
Code:
export LD_PRELOAD=/lib/libpam.so.<Version Number>

Please use the version number of the "libpam.so" library available for your platform.

Also, please make the following listed changes to the Yubico PAM module, compile and install it again:

1) Go to the directory where you have downloaded the source code of Yubico PAM module
2) Open "pam_yubico.c" file
3) Find the following code in the "pam_yubico.c" file:
Code:
cfg->yubi_attr = NULL;

4) Append the following code just after the "cfg->yubi_attr = NULL;" code:
Code:
cfg->client_key = NULL;

5) Save the changes to the file
6) Compile and install the Yubico PAM module again

We hope this helps!


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Mon Dec 21, 2009 6:07 pm 
Offline

Joined: Fri Nov 13, 2009 6:35 pm
Posts: 5
Most excellent. It worked.

Any plans to incorporate that change into the next version?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group