https://github.com/vroncevic/authuser
:penguin: authuser
https://github.com/vroncevic/authuser
ansi-c auth authuser c library linux pam user
Last synced: about 2 months ago
JSON representation
:penguin: authuser
- Host: GitHub
- URL: https://github.com/vroncevic/authuser
- Owner: vroncevic
- License: gpl-3.0
- Created: 2016-12-18T18:14:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T16:26:15.000Z (about 2 years ago)
- Last Synced: 2025-03-28T21:47:00.129Z (over 1 year ago)
- Topics: ansi-c, auth, authuser, c, library, linux, pam, user
- Language: Shell
- Homepage: https://vroncevic.github.io/authuser/
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# authuser (ANSI C library)
Developed in [C](https://en.wikipedia.org/wiki/C_(programming_language)) code.
**Table of Contents**
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Docs](#docs)
- [Copyright and licence](#copyright-and-licence)
### Installation
To install **authuser** type the following
```bash
tar xvzf authuser-x.y.z.tar.gz
cd authuser-x.y.z/
./autogen.sh
make
sudo make install
```
### Dependencies
**authuser** requires next modules and libraries
* libc - www.gnu.org [https://www.gnu.org/software/libc/](https://www.gnu.org/software/libc/)
* libpam/libpam_misc [linux-pam](https://github.com/linux-pam/linux-pam)
### Docs
[](https://authuser.readthedocs.io/en/latest/?badge=latest)
More documentation and info at
* [authuser.readthedocs.io](https://authuser.readthedocs.io)
### Copyright and licence
[](https://www.gnu.org/licenses/gpl-3.0)
Copyright (C) 2016 - 2024 by [vroncevic.github.io/authuser](https://vroncevic.github.io/authuser)
**authuser** is free software; you can redistribute it and/or modify
it under the same terms as GPLv3.
Lets help and support FSF.
[](https://my.fsf.org/)
[](https://my.fsf.org/donate/)