ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000102ClearOSapp-users - User Managerpublic2010-06-04 09:422011-02-02 14:35
Reporteruser2 
Assigned Touser2 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.1 
Target Version5.2Fixed in Version5.2 
Summary0000102: Disallow duplicate Windows group names
DescriptionWhen a new group is created, the system will check for duplicate Linux group names. These group names are mapped into the Samba/Windows world on a 1-to-1 basis. In other words, a Linux group "sales" is mapped to "sales" in Samba/Windows. Some built-in groups have a slightly different mapping, for example:

"domain_users" is mapped to "Domain Users"

When webconfig performs a check for duplicate group names, it checks the Linux name (e.g. domain_users), but it should also check the Windows mapping. Right now, you can add a group "Domain Users" in webconfig and it will be happily accepted. That... is bad.

TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000171)
user2
2010-06-08 21:30
edited on: 2010-08-18 15:14

Source Code Changelog
---------------------------------------------------
- Added Windows group name (displayName attribute) to LDAP uniqueness check [fixed tracker 0000102]

File Changes
---------------------------------------------------
U legacy/webconfig/trunk/api/ClearDirectory.class.php


- Issue History
Date Modified Username Field Change
2010-06-04 09:42 user2 New Issue
2010-06-04 09:42 user2 Status new => assigned
2010-06-04 09:42 user2 Assigned To => user2
2010-06-08 21:30 user2 Checkin
2010-06-08 21:30 user2 Note Added: 0000171
2010-06-08 21:30 user2 Status assigned => resolved
2010-06-08 21:30 user2 Resolution open => fixed
2010-06-08 21:31 user2 Fixed in Version => 5.2
2010-06-08 21:31 user2 Target Version => 5.2
2010-07-05 19:08 user2 Status resolved => closed
2010-08-18 15:14 user2 Note Edited: 0000171
2011-02-02 14:35 user2 Category Accounts - Groups => Accounts - Users