Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users section #20

Closed
edoput opened this issue Jun 8, 2017 · 3 comments
Closed

Users section #20

edoput opened this issue Jun 8, 2017 · 3 comments
Labels

Comments

@edoput
Copy link
Owner

edoput commented Jun 8, 2017

Default keys

users.status=disabled
users.1.name=root
users.1.password=changeme
users.1.status=disabled

As the first evaluation is approaching this is frozen with defaults

@edoput
Copy link
Owner Author

edoput commented Jun 19, 2017

remove password ffield rom defaults as it is the hash not the password

@edoput
Copy link
Owner Author

edoput commented Jul 14, 2017

the user.n.password field is the hash of the password but it is also salted so I can't configure it

@edoput
Copy link
Owner Author

edoput commented Aug 11, 2017

The password is hashed and salted. I've added to the docs what does it mean and how it's done but for clarity I'll add this here too.

The format is

users.1.password=$algorithm_id$salt$hash

The algorithm id is 1, I couldn't figure out what is the algorithm and how may rounds of hashing are required so we have included them as binary blobs

@edoput edoput closed this as completed Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant