Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

GSSAPI support broken. Can't be enabled. #192

Closed
vidkun opened this issue Nov 8, 2018 · 1 comment · Fixed by #194
Closed

GSSAPI support broken. Can't be enabled. #192

vidkun opened this issue Nov 8, 2018 · 1 comment · Fixed by #194
Labels

Comments

@vidkun
Copy link

vidkun commented Nov 8, 2018

Describe the bug
Despite the default value of ssh_gssapi_support being true and despite explicitly setting it to true in vars, the sshd config still results in GSSAPIAuthentication no

Expected behavior
I expect GSSAPIAuthentication yes to be set in the sshd_config

Actual behavior
sshd_config contains GSSAPIAuthentication no

OS / Environment
RHEL 7.5

Ansible Version

ansible 2.7.0
  config file = /Users/nope/code/ansible/sirt/ansible.cfg
  configured module search path = [u'/Users/nope/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python2.7/site-packages/ansible
  executable location = /usr/local/bin/ansible
  python version = 2.7.15 (default, Aug 22 2018, 16:45:09) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)]

Role Version

5.0.0

Relevant vars

ssh_server_password_login: true
sftp_enabled: true
ssh_use_pam: true
ssh_gssapi_support: true
ssh_max_auth_retries: 3
@rndmh3ro rndmh3ro added the bug label Nov 9, 2018
@rndmh3ro
Copy link
Member

rndmh3ro commented Nov 9, 2018

Well, that's a bug. :)
Will have to fix this.

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

Successfully merging a pull request may close this issue.

2 participants