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)
- Linuxユーザーと公開鍵を統合管理するサーバ&クライアントを書いた
- デプロイユーザーをSTNSで管理する
- STNSに組織体系を管理するLinkGroup機能を追加しi386に対応しました
- STNSでSudoパスワードをサポートした
- パスワード暗号化について学びを得た
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.
Please give me a pull request anything!
$ make depsdev
$ make test
- pyama86