Giter Club home page Giter Club logo

webnis's Introduction

Webnis

It's the 21st century. NIS (if you're really old, YP) is dead, but somehow people keep using it. Why? Because it's simple and does the job. So why not replace it with something that is even simpler and uses more recent technologies like those from the first few years of this century. Well, that's selling it short - the technologies are not cutting edge, but it is all written in Rust!.

Webnis contains:

webnis-server

A simple HTTPS server that serves gdbm / json maps indexed by a key. It can in fact serve existing NIS maps from /var/yp/. It can also do authentication by looking up username/password in one of those maps and verifying the password using pwhash::unix::verify().

webnis-nss

A NSS module (libnss_webnis.so.2) that does passwd/group lookups via webnis (using webnis-bind).

webnis-pam

A PAM module (pam_webnis.so) that authenticates via webnis (using webnis-bind).

webnis-bind

A daemon that sits between the webnis-server and webnis-pam/webnis-nss. It checks which servers are alive, does reconnects, keeps a connection pool open, etc. Clients talk to the daemon over a Unix socket.

webnis-utils

Soon! This will contain wncat, wnmatch, wnwhich.

webnis's People

Contributors

miquels avatar

Watchers

 avatar  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.