| Summary | Output in manger.php by using samba3/windows group mapping |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | bjoern.koester (at) mediata (dot) net |
| Created | 10/27/2005 (7317 days ago) |
| Due | |
| Updated | 11/05/2005 (7308 days ago) |
| Assigned | 10/27/2005 (7317 days ago) |
| Resolved | 11/05/2005 (7308 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
existing windows groups. you only take existing windows groups and
make them available on the linux systems. this meens you ar able to
have group name with spaces on linux systems (we have!) and it works.
not advertise itself as a 'unix' type server.
windows groups. you only take existing windows groups and make them
available on the linux systems. this meens you ar able to have group
name with spaces on linux systems (we have!) and it works.
Version ⇒ HEAD
Queue ⇒ Horde Framework Packages
driverinstead of the smb driver.
The issue is on line 462 of the ftp driver. The ftp driver splits per
space on the ls output since *nix does not allow spaces in usernames
or groupnames. It is going to be very difficult (if not impossible)
to develop a regex that can figure out what spaces are delimiters and
what spaces are simply space in a user/group name.
In thinking about this even more, this may be an issue with your FTP
server. If your FTP server is identifying itself as a UNIX server it
should not be displaying mapped group/user ids from the windows server
- it should be displaying what the _unix_ username/groups are before
the mapping. Does anyone else agree with this statement?
Version ⇒ HEAD
Queue ⇒ Gollem
unfounded conclusion.
driver does not show up any kind of group or user information. the smd
driver works fine.
Version ⇒ HEAD
Queue ⇒ Horde Framework Packages
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Output in manger.php by using samba3/windows group mapping
Queue ⇒ Gollem
New Attachment: Zwischenablage02.jpg
State ⇒ Unconfirmed
"Domain Users" or "Domain Admins". This group names are not correcty
splited by parsing the data in manager.php by using the ftp backend.
Please see attached jpg for more information.