edit ldap auth
This commit is contained in:
parent
425817c9e7
commit
0364d4c5dd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ async function main() {
|
|||
fs.writeFileSync("ldap-conf.json", JSON.stringify({
|
||||
bindUser: user,
|
||||
bindPassword: password
|
||||
}))
|
||||
}), { mode: 0o600 })
|
||||
}
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue