Difference between revisions of "Yubikey Authorization Server"

From CDOT Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
**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

Revision as of 14:54, 21 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