Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkazuo/ypcat-auth
NIS auth with ypcat command.
https://github.com/kkazuo/ypcat-auth
Last synced: about 14 hours ago
JSON representation
NIS auth with ypcat command.
- Host: GitHub
- URL: https://github.com/kkazuo/ypcat-auth
- Owner: kkazuo
- License: epl-1.0
- Created: 2014-09-01T13:10:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T14:04:09.000Z (about 10 years ago)
- Last Synced: 2024-10-07T14:37:45.614Z (about 1 month ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ypcat-auth
A Clojure library designed to authenticate with NIS by local "ypcat"
command.## Usage
(require '[ypcat-auth.core :refer :all])
(ypcat-passwd-authenticated? "username" "password")## License
Copyright © 2014 Kazuo Koga
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.