Samba 4.13 considers to deprecate and future versions would remove domain logons setting in smb.conf. This will affect how smbd considers its configuration for non-AD DC setup (NT4 domains mode) which is used by FreeIPA.
domain logons
smb.conf
smbd
looking at lp_find_server_role() and lp_is_security_and_server_role_valid(), we need to define
lp_find_server_role()
lp_is_security_and_server_role_valid()
server role = CLASSIC PRIMARY DOMAIN CONTROLLER security = user
explicitly. Right now we have
security = user domain master = yes domain logons = yes
and no server role, so it defaults to AUTO and will require an update of the configuration to set server role explicitly.
server role
AUTO
Metadata Update from @abbra: - Issue set to the milestone: FreeIPA 4.9
PR: https://github.com/freeipa/freeipa/pull/5519
Metadata Update from @fcami: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5519
master:
ipa-4-9:
Metadata Update from @rcritten: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.