Difference between revisions of "Yubikey Authorization Server"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
Current fixes
+
 
 +
 
 +
 
 +
==Current fixes==
  
  
 
*For Ykval
 
*For Ykval
 
 
**yum -y install php-process
 
**yum -y install php-process
 
**setsebool -P httpd_can_network_connect 1
 
**setsebool -P httpd_can_network_connect 1
 
**setsebool -P httpd_can_network_connect_db 1
 
**setsebool -P httpd_can_network_connect_db 1
 
**append "/usr/share/pear/:/etc/ykval/:/usr/share/ykval/" to the ${BIN_FILE} line in the start function of /etc/init.d/ykval_queue
 
**append "/usr/share/pear/:/etc/ykval/:/usr/share/ykval/" to the ${BIN_FILE} line in the start function of /etc/init.d/ykval_queue
 +
 +
 +
*For Ykksm
 +
**comment out hex2bin function in /usr/share/ykksm/ykksm-utils.php

Revision as of 17:04, 22 November 2012


Current fixes

  • For Ykval
    • yum -y install php-process
    • setsebool -P httpd_can_network_connect 1
    • setsebool -P httpd_can_network_connect_db 1
    • append "/usr/share/pear/:/etc/ykval/:/usr/share/ykval/" to the ${BIN_FILE} line in the start function of /etc/init.d/ykval_queue


  • For Ykksm
    • comment out hex2bin function in /usr/share/ykksm/ykksm-utils.php