Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 406 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 406 Bytes

ejabberd-go-auth

Ejabberd External Auth in GO

Build

make

Configuration

Driver = postgres
Host = 172.17.0.1
Port = 5432
User = postgres
Pass = postgres
Dbname = postgres
Dbargs = sslmode=disable
Table = users
UserField = user
PassField = passwd

Run

ejabberd-go-auth -conf ejabberd-go-auth.ini

Operations supported

  • isuser
  • auth

Backends supported

  • PostgreSQL
  • MySQL