Bug 10917 - IPC$ access denied for guest
Summary: IPC$ access denied for guest
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: File services (show other bugs)
Version: 4.1.6
Hardware: All Linux
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 10:04 UTC by tombert
Modified: 2014-11-04 10:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tombert 2014-11-04 10:04:51 UTC
The setting "restrict anonymous = 2" prevents accessing IPC$ share as guests from Windows (7) hosts. It works when trying to connect from linux hosts.

The error message in the samba log then is:
guest user (from session setup) not permitted to access this share (IPC$)

Also trying the following in smb.conf does not help:
[IPC$]
        guest ok = yes
        restrict anonymous = 1


What works is to lesser the security settings (from 2 to 1) in the global section:
restrict anonymous = 1

Might also be a feature and not a bug ...

Regards