depot3 icon indicating copy to clipboard operation
depot3 copied to clipboard

make admin access work with one username/password

Open glenfarclas17 opened this issue 8 years ago • 0 comments

Currently to use d3admin, the user must provide two usernames and three passwords, which are stored in the keychain.

API => user/passwd SQL => user/passwd MasterDistPoint => passwd

Devise a method for securely storing enough data in the JSS, accessible via the API, limited to the d3admin, to get the other passwords as needed.

Then store only the API username/passwd in the local keychain, possibly with one other key, for decryption.

Possible with ideas based on: https://github.com/jamfit/Encrypted-Script-Parameters

glenfarclas17 avatar Apr 28 '16 20:04 glenfarclas17