Skip to content

zaninime/basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Authentication Program - for Squid Proxy

Current version: 3.0.2.2

A program to give basic authentication based on sqlite database. In particular it is written for Squid Proxy Server.

Capabilities

It parses the configuration file (YAML syntax) and then it opens a sqlite database connection. If everything gone well, it starts waiting for username and passwords on stdin. The expected syntax is: [username][space][password][return]

Configuration file example is in the root directory while there's another directory called "sql" containing the database setup. Remember to edit them according to what you need!

What's new in version 3.0.2

  • Various code checks, corrections and improvements.
  • YAML syntax in configuration file.
  • DB type is now MySQL (MariaDB and equivalent).

About

Squid Proxy server helper, for basic authentication type.

Resources

Stars

Watchers

Forks

Packages

No packages published