Project

General

Profile

Actions

Bug #16556

closed

be_groups field "title" is too short

Added by Andreas Wolf over 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2006-09-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you have a structure e.g. from you LDAP-server which you need to import into TYPO3, you might run into the problem that the field "title" of the table be_groups is too short. The 20 characters it has by default are too less. I would suggest raising it to 40. I have already changed the neccessary files to make this change - a patch is attached.

(issue imported from #M4206)


Files

4206.patch (1.15 KB) 4206.patch Administrator Admin, 2006-09-12 14:57
Actions #1

Updated by Franz Holzinger over 17 years ago

This is no bug. To have no limits at all we would need:

title mediumtext NOT NULL,

Actions #2

Updated by Andreas Wolf over 17 years ago

I don't think that an (almost) unlimited size would be a solution, but 20 characters is definitely too short, esp. when you have to adhere a special naming-scheme for e.g. group-names. 40 could be a compromise, more would make the names too long to be clearly visible in the list-view.

Actions #3

Updated by Mario Rimann over 17 years ago

+1 from me to raise the limit or remove it at all.

I ran into a problem while importing group records via eu_ldap extension from our ActiveDirectory. Groups with a longer name got cropped. And in the next import run, no group with the original title is found - and therefore groups with a long title got imported multiple times.

Actions #4

Updated by Andreas Wolf over 17 years ago

This bug can be closed; has been fixed in SVN by Ingmar Schlecht on 03.12.2006

Actions

Also available in: Atom PDF