samba: Fix security parameter for ad authentication

This commit is contained in:
Ossi Salmi 2014-10-30 11:16:22 +02:00
parent a9a4cee9c0
commit 183147594a

View file

@ -1,4 +1,3 @@
[global]
# host naming
@ -33,7 +32,7 @@ ldap suffix = <%= @ldap_basedn %>
security = domain
password server = *
<% elsif @auth == 'ad' -%>
security = domain
security = ADS
realm = <%= @workgroup.upcase %>
kerberos method = secrets and keytab
<% else -%>