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

Fixes #4120: Correct the way rudder-upgrade is called in 2.8 #175

Merged
merged 1 commit into from
Oct 31, 2013
Merged

Fixes #4120: Correct the way rudder-upgrade is called in 2.8 #175

merged 1 commit into from
Oct 31, 2013

Conversation

Kegeruneku
Copy link

@Kegeruneku
Copy link
Author

Do not merge yet please.

@Kegeruneku
Copy link
Author

OK, it's ready !

LDAP_CREDENTIALS=`grep -E "^RUDDER_OPENLDAP_BIND_(DN|PASSWORD):" /opt/rudder/etc/rudder-passwords.conf | wc -l`
SQL_CREDENTIALS=`grep -E "^RUDDER_PSQL_(USER|PASSWORD):" /opt/rudder/etc/rudder-passwords.conf | wc -l`
LDAP_CREDENTIALS=`grep -E "^rudder.jdbc.(username|password)[ \t]*=" /opt/rudder/etc/rudder-web.properties | wc -l`
SQL_CREDENTIALS=`grep -E "^ldap.auth(dn|pw)[ \t]*=" /opt/rudder/etc/rudder-web.properties | wc -l`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You inverted SQL and LDAP here for your variables !!

@VinceMacBuche
Copy link
Member

There's no problem my friend, merging!

VinceMacBuche added a commit that referenced this pull request Oct 31, 2013
…der_upgrade_script

Fixes #4120: Correct the way rudder-upgrade is called in 2.8
@VinceMacBuche VinceMacBuche merged commit 38e595b into Normation:branches/rudder/2.8 Oct 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants