Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
87ef2179
Commit
87ef2179
authored
May 21, 2017
by
Lars Beckers
Browse files
ad-auth: fix kinit for stretch hosts
parent
122efd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ad-auth/tasks/sssd.yml
View file @
87ef2179
...
...
@@ -37,7 +37,7 @@
expect
:
command
:
kinit Administrator
responses
:
"
Password
for
Administrator
@{{
domain.upper()
}}
"
:
"
{{
lookup('passwordstore',
'samba-admin')
}}"
"
Password
for
Administrator
.*
"
:
"
{{
lookup('passwordstore',
'samba-admin')
}}"
when
:
debian_version == "stretch"
-
name
:
leave any other realm
command
:
realm leave
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment