An open API service indexing awesome lists of open source software.

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

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

[![Documentation Status](https://readthedocs.org/projects/authuser/badge/?version=latest)](https://authuser.readthedocs.io/en/latest/?badge=latest)

More documentation and info at

* [authuser.readthedocs.io](https://authuser.readthedocs.io)

### Copyright and licence

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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.

[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/apmodule/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)