Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Services collection

Introduction

This project contains a set of services used for programming

  • authorization and authentication
  • services creating runlevel daemons
  • pid file creation

PID file

Following method will create a pid file

err:=CreatePidFile("file.pid)

Read of PID file with

err:=ReadPidFile("file.pid)

Delete of PID file with

err:=DeletePidFile("file.pid)

Authentication

  • Login parameters for different password checks
    • Realm password file
    • PAM authentication
    • LDAP password checks
    • [Open] First OpenID implementation started
    • Database authentication (send user authentication to database)
  • JSON Web token creation and validation certification dependent tokens

Documentation

API documentation can be read at github doc.

About

Collected service functionality

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages