Download Latest Version wikidtoken-3.1.27-bundle-installer.jar (31.4 MB)
Email in envelope

Get an email when there's a new version of WiKID Two-Factor Authentication System

Home / Documentation / WiKID-Docs
Name Modified Size InfoDownloads / Week
Parent folder
messages.properties 2013-10-31 4.4 kB
Evaluating_Strong_Authentication_Systems.pdf 2009-05-18 656.7 kB
WiKID_White_Paper_v1.5.pdf 2009-05-18 663.8 kB
WiKID_Community_Edition3.0.0-beta-README.txt 2007-06-15 2.0 kB
WiKID_White_Paper_v1.4.pdf 2006-02-14 709.6 kB
WiKID_OSS_2.1.1-beta-README.txt 2006-02-03 5.4 kB
WiKID_PHP_network_client_HowTo.txt 2005-09-15 1.1 kB
WiKID_OSS_2.0-beta-README.txt 2005-08-25 4.0 kB
WiKID_Server_QuickStartGuide_v3.0_Web_Interface_Configuration.pdf 2005-08-24 2.4 MB
QuickStart_Cheatsheet.pdf 2005-08-24 143.8 kB
Totals: 10 Items   4.6 MB 0
Thank you for your interest in the WiKID Strong Authentication System.  We have made a number of changes in the 3.0 release, mostly in the underlying architecture.  We are continuing to move away from an appliance-only model.  As such, we have moved from multiple controller scripts (setup, start, stop, etc) to a single 'wikidctl' script that takes arguments start, stop, etc.  We have packaged all webapps as WAR files and bundled Tomcat 5.5 with the server, though you can drop the WARs into an existing servlet container.

You need postgresql and Sun's JDK (not just the jre) to be installed. The package also likes to have a symlink to java in /opt, though the RPM will attempt to autocreate that link.

#ln -s /usr/java/jdk1.5.0_11/ /opt/java

Make sure that alternatives has the correct Java:
#/usr/sbin/alternatives --install /usr/bin/java java /opt/java/bin/java 2
#/usr/sbin/alternatives --config java

Install the WiKID RPM.
#rpm -ivh wikid-server-community.NNN.rpm

#/opt/WiKID/sbin/wikidserver_config.sh

#/opt/WiKID/conf/templates/wikid-firstboot.sh

Then run setup:
#/opt/WiKID/bin/wikidctl setup

Select that you want to change your network settings.  The script will pick up your existing network settings, walk you through them and create an SSL cert for the server.  Once done, start the server:

#/opt/WiKID/bin/wikidctl start
#/opt/WiKID/bin/wikidctl stop

Go to http://<servername> to complete the set up.

From here, you can follow the standard documentation.  If you like short docs, I recommend the Quickstart Cheatsheet:
http://www.wikidsystems.com/documentation/installation-documentation/

Ports:

The WiKID token clients require port 80.  You can use NAT, but it needs to be routable for the token clients.

The following services may only need internal access based on your needs:
The WiKIDAdmin uses 443.
wAuth uses 8388
LDAP uses 10389
TACACS+ uses 49

Support:
Please report bugs via sourceforge. We monitor the forums and we have an irc channel: irc.freenode.com: #wikid
Source: WiKID_Community_Edition3.0.0-beta-README.txt, updated 2007-06-15