edit ldap auth

This commit is contained in:
asyncnomi 2022-12-11 19:22:20 +01:00
parent 425817c9e7
commit 0364d4c5dd

View file

@ -7,7 +7,7 @@ async function main() {
fs.writeFileSync("ldap-conf.json", JSON.stringify({
bindUser: user,
bindPassword: password
}))
}), { mode: 0o600 })
}
main()