Quick Start
These steps offer a great way to try out GLAuth in a non-production environment. Be warned that you should take the extra steps to setup SSL (TLS) for production use!
- Download a precompiled binary from the releases page.
- Download the example config file.
- Start the GLAuth server, referencing the path to the desired config file with
-c ./glauth64 -c sample-simple.cfg
- Test with traditional LDAP tools
For example:
1ldapsearch -LLL -H ldap://localhost:3893 \2 -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret \3 -x -bdc=glauth,dc=com cn=hackers
Databases
To get started with one of the supported database engines, please follow this link 🧰