rhykw / STNS

Simple Toml Name Service

Home Page:http://stns.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Toml Name Service

Build Status

STNS is used by sshd to access keys and user/group resolver provided

You can see the details of STNS on stns.jp

$ ssh pyama@example.jp
$ id pyama
uid=1001(pyama) gid=1001(pyama) groups=1001(pyama)

diagram

overview

blog

VS

LDAP

LDAP is used convenient and very well However, sometimes it becomes complicated and versatile too. STNS function is small compared with the LDAP, but it is management that much simple. And, In many cases, meet the required functionality.

How to Contribute

Please give me a pull request anything!

Test

Server

$ make depsdev
$ make test

Client

$ make docker
# cd libnss
# make depsdev
# make test

author

  • pyama86

About

Simple Toml Name Service

http://stns.jp/

License:MIT License


Languages

Language:C 67.6%Language:Go 23.0%Language:Makefile 4.5%Language:Shell 4.0%Language:Ruby 0.5%Language:Dockerfile 0.2%Language:GDB 0.1%