Code Monkey home page Code Monkey logo

crclient's Introduction

<<<<<<< HEAD
					README
			
			crclient 1.1 for Unix/Linux

Contents
	* Introduction
	* Make 
	* Options
	* Example of Configuration File


Introduction 
	
	Cyberoam Client is a part of the Cyberoam product which is a complete solution to
	Employee Internet Management. This tool provides an interface for the client to 
	communicate with the Cyberoam server. There are various options provided which help the
	client to effectively communicate with the server.

Make
	crclient supports two modes at the time of compilation. 
	1) Single Login
	2) Multiple Login
		In case of single login only one user is allowed to login at a time. For 
	enabling single mode the macro CFLAGS in the Makefile has to be disabled.
		#CFLAGS=-D__MULTILOGIN__

		In case of multiple login option the more then one user can login at a given 
	time. The macro CFLAGS has to be enabled before making the files.
		CFLAGS=-D__MULTILOGIN__

	Other make options include the clean option. Before making the file after the macro is
	enabled/disabled the clean option should be used.
		Ex.
			$make clean.	
	
Options
	
	-u :	The option is responsible for sending a login request to the server. It requires 
		username as a parameter.

	-s :	The option is for setting preferences for the client. Preferences such as AskonExit,
		AutoLogin, ShowNotification and Server Address can be set using this option. The 
		preference values are then reflected in the Configuration file.
	
	-l:	This option is used to send a logout request to the server. In case of Multiple 
		Login mode this option requires argument i.e Username. 

	-h:	 provides help for the client.

	-d:	Specify the location for log file.

	-v:	Sets the verbose mode on. This option is for debugging purpose. 

	-V:	Provides Current Version information.

	-f: 	Specify the location for the configuration file.

Example of Configuration File

	AskonExit       0
	AutoLogin       0
	FirstTime       1
	Password
	Port    6060
	SavePassword    0
	Server  192.9.203.203
	User    ankit
	ShowNotification        1
	LiveRequestTime 180
	AlreadyLoggedIn 0
	VersionId       1
	Version crclient1.1
	
	The configuration file includes the above showm parameters. First Configuration file is searched
	at /etc, if not found  it is searched in the user's home directory. If the configuration file is 
	not found at both the places a file is created in the user's home directory by accepting the 
	essential parameters from the User.
 
NOTE : 

i)	User has to manually disable the SavePassword option in the configuration file by setting the 
	value of SavePassword field to zero , once the option is enabled.

ii)	Also, if the savepassword option is enabled and Password field is found to be null in the
	configuration file the user have to disable the savepassword option i.e by setting the
	SavePassword field to 0, inoder to login.

iii) If -f option is specified the full path along with the filename should be specified.
	 Ex. /home/ankit/CyberClient.conf.

iv) In case of Sun Solaris the multiple process issue is vulnerable.No gaurantee is taken to 
	control multiple client process invocation.

v)  In case of '-d' option if log file cannot be opened at the specified location client exits.
	In absence of '-d' option preference for log location is
	1) '/var/log'
	2) Users home directory
	3) '/tmp'
	If all the three preferences fail logging will be done on standard output.

=======
crclient
========

This is nothing made by me. This is just the cyberoam client to login in linux.
>>>>>>> c15051ce066579a55e477c844e3a04cd0e01229b

crclient's People

Contributors

sanbornsen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.