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]
|
[global]
|
||||||
|
|
||||||
# host naming
|
# host naming
|
||||||
|
@ -33,7 +32,7 @@ ldap suffix = <%= @ldap_basedn %>
|
||||||
security = domain
|
security = domain
|
||||||
password server = *
|
password server = *
|
||||||
<% elsif @auth == 'ad' -%>
|
<% elsif @auth == 'ad' -%>
|
||||||
security = domain
|
security = ADS
|
||||||
realm = <%= @workgroup.upcase %>
|
realm = <%= @workgroup.upcase %>
|
||||||
kerberos method = secrets and keytab
|
kerberos method = secrets and keytab
|
||||||
<% else -%>
|
<% else -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue