Add useradd (#2201)

This commit is contained in:
theAkito 2022-04-13 16:42:37 +02:00 committed by GitHub
parent 397a2afd71
commit 3e23c662e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14847,6 +14847,34 @@
"description": "Nim implementation of NanoID, a tiny, secure, URL-friendly, unique string ID generator. Works with Linux and Windows!",
"license": "GPL-3.0-or-later"
},
{
"name": "useradd",
"url": "https://github.com/theAkito/nim-useradd",
"method": "git",
"tags": [
"akito",
"gosu",
"su-exec",
"docker",
"kubernetes",
"helm",
"permission",
"linux",
"posix",
"postgres",
"process",
"security",
"alpine",
"busybox",
"useradd",
"adduser",
"shadow",
"musl",
"libc"
],
"description": "Linux adduser/useradd library with all batteries included.",
"license": "GPL-3.0-or-later"
},
{
"name": "userdef",
"url": "https://github.com/theAkito/userdef",