samba: Fix security parameter for ad authentication
This commit is contained in:
parent
a9a4cee9c0
commit
183147594a
1 changed files with 1 additions and 2 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue