ClearFoundation Tracker - ClearOS |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001513 | ClearOS | app-flexshare - Flexshares | public | 2014-01-13 14:30 | 2019-06-07 03:18 |
|
Reporter | dloper | |
Assigned To | NickH | |
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | |
Platform | | OS | | OS Version | |
Product Version | 6.5.0 | |
Target Version | 6.5.0 | Fixed in Version | | |
|
Summary | 0001513: Group names with spaces fail authentication mechanism for CIFS-based flexshares. |
Description | When setting up a flexshare, groups that have spaces in the group name will fail to authenticate using the File mechanism (Samba/CIFS) in app-flexshare. It is untested whether the same is true for FTP, HTTP and others. |
Steps To Reproduce | Using AD connector, create a flexshare and assign a group (like 'domain users' or other) to the flexshare. You will be able to access your home directory but not any flexshare with a group that uses a space. |
Additional Information | This is likely fixed by putting quotations marks around the group name assigned in /etc/samba/flexshare.conf:
valid users = @"%D\user group name", @"user group name"
instead of:
valid users = @"%D\user group name", @user group name
|
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-01-13 14:30 | dloper | New Issue | |
2014-01-14 11:42 | user2 | Status | new => confirmed |
2019-06-07 02:51 | NickH | Note Added: 0012121 | |
2019-06-07 03:18 | NickH | Note Added: 0012131 | |
2019-06-07 03:18 | NickH | Status | confirmed => closed |
2019-06-07 03:18 | NickH | Assigned To | => NickH |
2019-06-07 03:18 | NickH | Resolution | open => suspended |