Let's use passdb backend = tdbsam by default in new installations.
smbpasswd is too ugly for new ones.
This commit is contained in:
parent
fc2021d139
commit
ad47062a90
@ -64,18 +64,11 @@
|
||||
# Backend to store user information in. New installations should
|
||||
# use either tdbsam or ldapsam. smbpasswd is available for backwards
|
||||
# compatibility. tdbsam requires no further configuration.
|
||||
#
|
||||
# Use password server option only with security = server
|
||||
# The argument list may include:
|
||||
# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
|
||||
# or to auto-locate the domain controller/s
|
||||
# password server = *
|
||||
|
||||
; security = user
|
||||
; passdb backend = tdbsam
|
||||
; password server = <NT-Server-Name>
|
||||
|
||||
|
||||
|
||||
security = user
|
||||
passdb backend = tdbsam
|
||||
|
||||
|
||||
# ----------------------- Domain Members Options ------------------------
|
||||
#
|
||||
# Security must be set to domain or ads
|
||||
@ -86,12 +79,21 @@
|
||||
# Backend to store user information in. New installations should
|
||||
# use either tdbsam or ldapsam. smbpasswd is available for backwards
|
||||
# compatibility. tdbsam requires no further configuration.
|
||||
#
|
||||
# Use password server option only with security = server or if you can't
|
||||
# use the DNS to locate Domain Controllers
|
||||
# The argument list may include:
|
||||
# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
|
||||
# or to auto-locate the domain controller/s
|
||||
# password server = *
|
||||
|
||||
|
||||
; security = domain
|
||||
; passdb backend = tdbsam
|
||||
; realm = MY_REALM
|
||||
|
||||
|
||||
|
||||
; password server = <NT-Server-Name>
|
||||
|
||||
# ----------------------- Domain Controller Options ------------------------
|
||||
#
|
||||
# Security must be set to user for domain controllers
|
||||
|
Loading…
Reference in New Issue
Block a user