ClearFoundation Tracker - ClearOS
View Issue Details
0000723ClearOSapp-groups - Group Managerpublic2012-08-24 07:202013-02-16 15:40
dloper 
user2 
normalminoralways
closedfixed 
6.3.0 
6.4.0 Beta 26.4.0 Beta 2 
0000723: app-groups allows group creation with spaces which is disallowed by app-users.
app-users throws 'Disallowed Key Characters.' by design and it is a good thing when a group name contains spaces. The problem can and does occur because the group module allows group names with spaces to be generated in the first place. Group names with spaces can cause some things in Linux to choke and should be avoided.

To fix this issue, disallow the creation of group names that contain spaces in app-groups.
In app-group, create a group name with a space in it.

Then in app-users, create a user and assign them to that group during the user creation.

NOTE: it is interesting to note that if you assign the user after he has been created in to the group in app-groups, it will allow it.
No tags attached.
related to 0000932closed user2 Groups with spaces causes "disallowed key characters" error 
related to 0000933closed  Handle groups with spaces 
Issue History
2012-08-24 07:20dloperNew Issue
2012-08-24 11:37user2Statusnew => confirmed
2012-08-24 11:37user2Target Version => 6.3.0 Updates
2012-10-18 12:29user2Target Version6.3.0 Updates => 6.4.0 Alpha 1
2012-12-06 12:35user2Target Version6.4.0 Alpha 1 => 6.4.0 Beta 1
2012-12-21 09:33user2Target Version6.4.0 Beta 1 => 6.4.0 Beta 2
2013-01-11 19:55user2Issue cloned: 0000932
2013-01-11 19:55user2Relationship addedrelated to 0000932
2013-01-11 20:12user2Note Added: 0000638
2013-01-11 20:12user2Statusconfirmed => resolved
2013-01-11 20:12user2Fixed in Version => 6.4.0 Beta 2
2013-01-11 20:12user2Resolutionopen => fixed
2013-01-11 20:12user2Assigned To => user2
2013-01-11 20:12user2Note Added: 0000639
2013-01-11 20:19user2Issue cloned: 0000933
2013-01-11 20:19user2Relationship addedrelated to 0000933
2013-02-16 15:40user2Statusresolved => closed

Notes
(0000638)
user2   
2013-01-11 20:12   
Creating groups with spaces has been disabled in the GUI. The API still accepts groups with spaces since it may run into such scenarios, notably:

- Active Directory Connector
- Samba 4 default groups (e.g. Domain Admins)
(0000639)
user2   
2013-01-11 20:12   
SVN 5412