authuser (ANSI C library)

authuser is lib for checking user.

Developed in C (programming_language) code.

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

github issues documentation status github contributors

Installation

Navigate to release page download and extract release archive.

To install authuser type the following

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

Tool structure

authuser is based on POP.

Tool structure

authuser/
    ├── AUTHORS
    ├── autogen.sh
    ├── ChangeLog
    ├── configure.ac
    ├── COPYING
    ├── Makefile.am
    ├── NEWS
    ├── po/
       ├── ChangeLog
       ├── LINGUAS
       ├── POTFILES
       └── POTFILES.in
    ├── README
    └── src/
        ├── authuser-0.1.pc
        ├── authuser-0.1.pc.in
        ├── authuser.h
        ├── lib.c
        └── Makefile.am

3 directories, 17 files

Indices and tables