Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Small bugfixes #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Small bugfixes #58

wants to merge 2 commits into from

Conversation

aairey
Copy link

@aairey aairey commented Jun 10, 2020

Needed these changes to make it work on Fedora 32 and Ansible 2.9.9 with Python 3.

Passwords and usernames should be treated as literal strings in case they contain special characters that can be interpreted by the shell (like $).

@@ -23,3 +23,4 @@ samba_local_master: 'yes'
samba_domain_master: 'yes'
samba_preferred_master: 'yes'
samba_mitigate_cve_2017_7494: true
samba_python2: true
Copy link
Contributor

@jonathanunderwood jonathanunderwood Dec 12, 2020

Choose a reason for hiding this comment

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

To make this work on Fedora 33 I had to change this to false. Looking at the logic, I think this actually should default to false, and be set to true for the platforms that need it? Or, I suppose it could just be set to true for Fedora.

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

Successfully merging this pull request may close these issues.

2 participants