From: Chris W. <ch...@cw...> - 2001-10-10 12:31:59
|
* Andreas Nolte (And...@Be...) [011010 05:33]: > Hi Chris, > > one small bug we found: if you add a new template with LDAP enabled, > the group security does not get set correcty to the OI Site Admin > group, but to a predefined value of 3. Therefore you run into > trouble under LDAP... This should be true not only for templates but for all new objects. If you change: base_template-x.xx/conf/spops.perl: Old ---------------------------------------- creation_security => { u => undef, g => { 3 => 'WRITE' }, w => 'READ', ---------------------------------------- New ---------------------------------------- creation_security => { u => undef, g => { 'site admin' => 'WRITE' }, w => 'READ', ---------------------------------------- Then you should be good to go. You'll need to do this for all objects. There's an item on the Sourceforge Feature Requests list to take care of this the 'right' way: http://sourceforge.net/tracker/index.php?func=detail&aid=468907&group_id=16810&atid=366810 (sorry if the url wraps...) BUT now that I think about it, we should be able to do a shortcut so that we check your website's config for the group IDs when applying the package to your website. Hm. Maybe I'll slip this into the next version... Later, Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |