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

symbiosis-email-encrypt-passwords --verbose command is not recognised #65

Closed
joolsr opened this issue Jun 23, 2017 · 2 comments
Closed
Labels

Comments

@joolsr
Copy link

joolsr commented Jun 23, 2017

Using Symbiosis Wheezy.

I need to encrypt a users email account password. Although I remember the password file for a user usually is updated with an encrypted version of same password this doesnt appear to be working for me at the moment.

I tried the below command from /srv as admin user

symbiosis-email-encrypt-passwords --verbose

but just get

-bash: symbiosis-email: command not found

@joolsr
Copy link
Author

joolsr commented Jun 23, 2017

Just spoke to Bytemark Support and for this command you need to prefix with 'sudo'. Then it worked fine for me.

So just take this as a note to add 'sudo' to the docs for this command ;-)

@patch0
Copy link
Contributor

patch0 commented Jul 7, 2017

The sudo requirement is because of the path. It was not anticipated that users would want to run symbiosis-email-encrypt-passwords by hand, as it is run on a cron (although one of the crontab entries is wrong #72)

Without sudo, you can run /usr/sbin/symbiosis-email-encrypt-passwords --verbose and that should do the trick.

@patch0 patch0 closed this as completed Jul 7, 2017
@patch0 patch0 added the invalid label Jul 10, 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

2 participants