Bug 1597087
Summary: | SMB: create_local_token failed: NT_STATUS_NO_MEMORY | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | xiaoli feng <xifeng> |
Component: | samba | Assignee: | Andreas Schneider <asn> |
Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
Severity: | unspecified | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.6 | CC: | amitkuma, asn, gdeschner, jarrpa, jstephen, xifeng, xzhou |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-06 01:45:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
xiaoli feng
2018-07-02 03:21:08 UTC
Is this a Samba File Server running with sssd? (In reply to Andreas Schneider from comment #4) > Is this a Samba File Server running with sssd? It's a samba file server. But sssd service doesn't start. If you use 'security = ads' normally winbind should be running and the smb.conf should be set up accordingly. See: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-file_and_print_servers If this is only a file server, then you need to setup a fileserver. If you want to have an AD member set it up correctly. See the documentation above. If you need help you should be more precise about what you want to achieve. (In reply to Andreas Schneider from comment #7) > If this is only a file server, then you need to setup a fileserver. If you > want to have an AD member set it up correctly. See the documentation above. Do you mean MS file server? I didn't use MS file server here. And I also didn't want to have an AD member. In RHEL-7.5, this config in the Description works fine. And it needs "security = ads" even if doesn't use MS file server. Which description are you talking about? https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-file_and_print_servers 16.1.4. Setting up Samba as a Standalone Server Doesn't tell you that you should set 'security = ads' at all. From the Samba release notes of 4.8.0: Domain member setups require winbindd ------------------------------------- Setups with "security = domain" or "security = ads" require a running 'winbindd' now. The fallback that smbd directly contacts domain controllers is gone. The configuration from the initial description is incorrect anyway, it won't work. Thanks Andreas and Amit. In this case, the winbind or sssd service aren't started. And the same smb.conf can work on samba-4.7.1-6.el7. From the comment 14, I know this is a configuration issue after update to samba-4.8. So I will close this bug as NOTABUG. |