Files
Kapisi/roles/Password/README.md

20 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2025-09-29 16:33:35 -05:00
Sora is the [LDAP](https://en.wikipedia.org/wiki/LDAP)-enabled central credential store of the AniNIX -- end users will have accounts here.
2020-10-08 16:33:19 -05:00
2025-09-29 16:33:35 -05:00
# Etymology
A password is a ubiquitous method of asymmetric authentication. Militaries will use simple challenges & passwords to authenticate individuals b
2020-10-08 16:33:19 -05:00
# Relevant Files and Software
Most of the configuration initially is handled by the [https://aninix.net/foundation/ConfigPackages ConfigPackages'] Sora Makefile.
2025-09-29 16:33:35 -05:00
We use [file:///etc/openldap/users.d](a users.d) folder to hold the default user definitions. uidNumber should generally start from 10000 and the .ldif files should never be deleted to track the maximum uidNumber.
2020-10-08 16:33:19 -05:00
# Available Clients
2025-09-29 16:33:35 -05:00
Most services on AniNIX, ranging from SSH & IRC to web services like AniNIX/Foundation and AniNIX/Singularity, are LDAP clients. Our exceptions are below:
* MediaWiki (LDAP dropped out of support)
* AniNIX/Superintendent (client path not yet identified)
2020-10-08 16:33:19 -05:00
# Equivalents or Competition
2025-09-29 16:33:35 -05:00
Both Google and Facebook offer distributed authentication systems. Google in particular is a good equivalent, as some of the services used by this network rely on its authentication for various products it provides internally.
2020-10-08 16:33:19 -05:00
The AniNIX is not presently set up or planning to do distributed authentication.