AuthClient for Windows
Installation using binaries.
Not needed. Just unzip authclient-win-x.x.x.x.zip in any directory and start .exe file.
Installation using sources
- Unpack authclient-win-x.x.x.x-src.tar.gz
- Type
make. (I compiled my binaries eith MinGW)
- Copy .exe and .ini file in the same directory.
- Execute .exe file
Configuration
Open authclient.ini file in text editor and edit [server] section of your configuration file. It has 2 parameters:
host, which describes IP address of AuthGateway, and port, which describes TCP port of AuthGateway daemon. This data you can request from your network administrator.
Translation
You can translate interface of authgateway client to your own language. Edit [language] section:
[language]
string1=Access allowed
string2=Incorrect username or password
string3=Incorrect request
string4=No response from auth server
string5=Flood detected
string6=Incorrect Response from auth gateway
string7=Can not initialize WinSock2 library
string8=Can not create socket
string9=Can not resolve hostname to IP
string10=Connection to auth gateway failed
string11=Disconnect
string12=Connection reset
string13=Connect
string14=Are you really want to exit?
string15=Exit
string16=About
string17=Login:
string18=Pass:
string19=Enter data
string20=Restore
string21=Close
Usage
- Run
authclient.exe
- Username will given from system. If you want to enter username manually, run AuthClient with "SecretUsage" key, for example:
authclient.exe SecretUsage
- Enter password
- Press "Connect" button. If connection successed client will minimize to system tray, else it will shown error message.
- If you want to disconnect double click on system tray AuthClient icon and press "Disconnect" button or right-click on icon and choose "Disconnect" in popup menu.
- If you have an error, you will notify about it with restored AuthClient window.
|