localizer

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2020 License: MIT

README

NetAuth Localizer

The localizer is a component of the NetAuth stack which directly manages passwd, group, and shadow databases. The service edits these files periodically to add and remove users and groups that are above the threshold of an optional cutoff specified by an administrator, by default UIDs and GIDs greater than 2000.

Why not NSS?

NSS is shockingly difficult to work with, and surprisingly buggy internally. Its also not available in a meaningful way outside of glibc, which limits its usefulness. Furthuremore, NSS uses shared modules which have to be loaded into a program's address space, or otherwise loaded by some persistent process on the system. This makes it cumbersome ti isolate security domains with potentially every application on the system needing to load NSS modules.

Directories

Path Synopsis
cmd
pkg
maps/base
Package base handles the base maps that a system needs to have identity.
Package base handles the base maps that a system needs to have identity.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL