On ti, 12 maalis 2019, Fuji San via FreeIPA-users wrote:
I sent you a mail with a link to the log tar file at ...
Thanks.
According to the logs you sent, there is no a share that a client tries to access. How did you add the share? Samba on IPA master uses a particular configuration with its configuration stored in the Samba registry. This means that actual smb.conf on IPA master looks like this: ### Added by IPA Installer ### [global] debug pid = yes config backend = registry Anything added after 'config backend = registry' line is ignored by Samba. If you want to add a share, use 'net conf addshare' command. Once you added a share definition, its settings can be updated with net conf setparm 'sharename' 'parameter' 'value' -- / Alexander Bokovoy Sr. Principal Software Engineer Security / Identity Management Engineering Red Hat Limited, Finland _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
