https://github.com/one-com/gokrb5
Thin CGO wrapper around MIT libkrb5
https://github.com/one-com/gokrb5
Last synced: about 1 month ago
JSON representation
Thin CGO wrapper around MIT libkrb5
- Host: GitHub
- URL: https://github.com/one-com/gokrb5
- Owner: One-com
- License: mit
- Created: 2017-05-07T05:52:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T11:55:28.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T09:18:55.974Z (11 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A thin CGO wrapper around MIT libkrb5
The wrapper follows the MIT API, making the primary C objects into Go objects.
http://web.mit.edu/kerberos/krb5-current/doc/appldev/refs/api/index.html
For now, this is only capable of validating AP_REQ authentications, ... adding the rest should be trivial.
Tests needs to be run with faketime:
```shell
go test -v -exec 'faketime "2008-12-24 08:15:42"'
```