<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi List,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For a site we're building we need the possibility 
to have something like the SetGroupID-bit in Unix (e.g. chmod g+s 
foo).</FONT></DIV>
<DIV><FONT face=Arial size=2>Say, we have the following setup:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>We have a page FirstPage, owned by AdminUser, group 
SomeGroup, writeable for the admin and group. There is also a user 
TestUser&nbsp;</FONT><FONT face=Arial size=2>with maingroup TestGroup, but also 
a member of SomeGroup.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now, when TestUser&nbsp;creates a page below 
FirstPage, the page and group are set to TestUser/TestGroup, with the default 
permissions as defined with TypoScript. However, what we want is that the page 
is created with owner TestUser, group SomeGroup, the user-permissions from 
TypoScript and the group-permissions from FirstPage. That is, IF the 
'SetGroupID-bit' is set on FirstPage is set.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I don't think this functionality is currently 
provided by Typo (or is it?), so I was wondering if anyone has done something 
like this before, and if not I'll have to create an extension for it. This means 
I'll have to extend class.t3lib_tcemain.php, so maybe it would be better if 
Kasper provides some API here (or even includes it in the core)?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Martin</FONT></DIV></BODY></HTML>