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

Alt Linux passwords Issue #3444 #3474

Closed
valintinr opened this issue Jan 28, 2013 · 5 comments · Fixed by #7445
Closed

Alt Linux passwords Issue #3444 #3474

valintinr opened this issue Jan 28, 2013 · 5 comments · Fixed by #7445
Milestone

Comments

@valintinr
Copy link
Contributor

Hello,
rpm packages rebuilded for alt linux, now salt get right grains and service.stop/start.. working properly.
So now we have 2 tasks:
Change user password;
Get apt working (i saw Issue #3473)

About passwords:

password hash generated by next command

python -c "import crypt, getpass, pwd; print crypt.crypt('password', '$6$SALTsalt$')"
output -

$6$SALTsalt$UiZikbV3VeeBPsg8./Q5DAfq9aj7CVZMDU6ffBiBLgUEpxv7LMXKbcZ9JSZnYDrZQftdG319XkbLVMvWcF/Vr/

and when i try

salt minion shadow.set_password root $6$SALTsalt$UiZikbV3VeeBPsg8./Q5DAfq9aj7CVZMDU6ffBiBLgUEpxv7LMXKbcZ9JSZnYDrZQftdG319XkbLVMvWcF/Vr/

return

minion:
False

Passwords hash format - blowfish (seems)
Also ive generated hash via makepasswd and got same result
Alt linux using tcb system for storing passwords

@techhat
Copy link
Contributor

techhat commented Jan 28, 2013

@valintinr, when these issues are fixed, are you planning to post these ALT Linux rpms anywhere public?

@valintinr
Copy link
Contributor Author

Sure, ill provide rpms/srpms (we are building 3 packets - python-module-salt - (main salt code); salt-master - (salt master binaries,init-scripts, logrotate.d files...); salt-minion - (salt minion binaries,init-scripts, logrotate.d files...).
Also new rpms will be included in Sisyphus (unstable) repositary, actually its already included but old version, will be updated. And in a few weeks rpms will be included in official repositary (t6/p6 branches)

@dubrsl
Copy link

dubrsl commented Jan 30, 2013

Official link for salt in ALTLinux -
http://packages.altlinux.org/en/Sisyphus/srpms/salt

@terminalmage
Copy link
Contributor

Fixed in #7445

terminalmage added a commit to terminalmage/salt that referenced this issue Sep 25, 2013
terminalmage added a commit that referenced this issue Sep 25, 2013
@OrangeDog
Copy link
Contributor

For the record, which version of ALT was this written for, because it doesn't work now: #65597 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants