mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

`fgetspent` unimplemented

Open Dennisbonke opened this issue 1 year ago • 0 comments

systemd-sysusers will use fgetspent to create users if they don't already exist. We should implement this to facilitate this, working around it by manually adding them to /etc/group and /etc/passwd works for basic system users, but is not sustainable on the long term.

Dennisbonke avatar Mar 17 '25 09:03 Dennisbonke