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
3f0764c4
Commit
3f0764c4
authored
May 15, 2017
by
Robin Sonnabend
Browse files
Configure using TLS in ad-server
parent
c656e1c6
Changes
1
Show whitespace changes
Inline
Side-by-side
ad-server/templates/smb.conf.j2
View file @
3f0764c4
...
@@ -18,6 +18,9 @@
...
@@ -18,6 +18,9 @@
kdc:user ticket lifetime = {{ user_ticket_lifetime }}
kdc:user ticket lifetime = {{ user_ticket_lifetime }}
kdc:renewal lifetime = {{ renewal_lifetime }}
kdc:renewal lifetime = {{ renewal_lifetime }}
tls enabled = yes
tls keyfile = {{smb_tls_key}}
tls certfile = {{smb_tls_cert}}
[netlogon]
[netlogon]
...
...
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