hwall-auth-iitk: Initial version of firewall Authentication for IITK network.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Firewall Authentication script for IITK network in haskell.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1
Change log None available
Dependencies base (>=4.6 && <4.9), bytestring, haskeline, http-conduit, http-types, mtl, regex-compat (>=0.95), unix [details]
License BSD-3-Clause
Author satvikc
Maintainer satvikc@iitk.ac.in
Category Network
Uploaded by satvikc at 2014-04-14T06:20:18Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hwall-auth-iitk-0.1.0.1

[back to package description]
# IITK Authentication in Haskell


Install using
```sh
cabal install
```

then simply run

```sh
hwall-auth-iitk
```

You can also supply username and password as command line arguments.

```sh
hwall-auth-iitk "username" "password"
```


### Hardcoding Username and Password in the Executable

Add your username and password as stated in line 65 eg

```haskell
parse [] = return ("username","password")
```

comment the line

```haskell
-- parse _ = readInput
```

### Contributors

[Satvik Chauhan](https://github.com/satvikc)

[Jayesh Kumar Gupta](https://github.com/rejuvyesh)