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

[ bsd3, network, program ] [ Propose Tags ]

Firewall Authentication script for IITK network in haskell.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
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-13T10:09:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables firewall-auth
Downloads 1655 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-11-21 [all 5 reports]

Readme for hwall-auth-iitk-0.1.0.0

[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)