Skip to content

A Kerberos authentication module for Nginx, designed to be easy to use, quick to setup and deploy, and highly secure.

License

Notifications You must be signed in to change notification settings

dylan-klomparens/ngx_http_kerberos_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
dlk1
Sep 11, 2018
829f6c8 · Sep 11, 2018

History

22 Commits
Sep 3, 2018
May 11, 2018
Sep 11, 2018
Sep 3, 2018
Sep 11, 2018

Repository files navigation

This project is not suitable for production environments.

A Kerberos authentication module for Nginx, designed to be easy to use, quick to setup and deploy, and highly secure.

Directives

kerberos - enable or disable Kerberos authentication
Syntax: kerberos on | off;
Default: kerberos off;
Context: http, server, location

keytab - specify the location of the keytab to use
Syntax: keytab /path/to/keytab/file;
Default: none - you must specify a keytab
Context: http, server, location

Example configurations

TODO

About

A Kerberos authentication module for Nginx, designed to be easy to use, quick to setup and deploy, and highly secure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages