Browse Source

edit ldap auth

pull/1/head
asyncnomi 3 years ago
parent
commit
0364d4c5dd
  1. 2
      ldap-conf.js

2
ldap-conf.js

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

Loading…
Cancel
Save