CleanupTemp n'existe plus.
[GroupUserFolder.git] / doc / FAQ
1 Can I nest some GRUFs?
2 Maybe... but what for ?
3
4 Does GRUF support nested groups ?
5 Nested groups in group-whithin-a-group feature.
6 And, yes, GRUF supports it since 1.3 version.
7
8 Does GRUF support multiple user sources ?
9 Multiple user sources is a feature that would allow you to store users in several userfolders.
10 For example, you could have your regular admin users in a standard User Folder, your intranet
11 users in an LDAPUserFolder and your extranet users in an SQL-based user folder
12 GRUF supports this from version 2.0Beta1.
13
14 Can I use GRUF outside Plone ?
15 Yes, yes, yes, yes and yes. This is a major design consideration for us.
16
17 Is GRUF stable ?
18 It's used in a production environment for several major websites. Furthermore, it's qualified to be included
19 in Plone 1.1. It's considered reliable enough - except for "Beta" versions, of course.
20
21 Is GRUF maintained ?
22 Yes, it is, actively. Features (especially regarding useablility) are often
23 added to GRUF. Official releases are considered very stable.
24
25 Can I help ?
26 Yes, for sure !
27 GRUF is an Open-Source project and we, at Ingeniweb, are always happy to help people getting involved
28 with our products. Just contact us to submit your ideas, patches or insults ! :-)
29 In any case, if you want to work on GRUF's CVS, please work in a branch, never on the HEAD!
30 I want this to ensure the latest CVS HEAD is always very stable.
31
32 Why cannot I assign local roles to groups using Plone 2.0.x ?
33 There's a bug in Plone's folder_localroles_form in Plone 2.0.x, preventing it to work with
34 GRUF 3. That's because group name is passed to GRUF's methods instead of group id.
35 To solve this, you either have to fix the form by yourself (replace group_name by group_id),
36 or wait for Plone 2.1 ;)
37 A sample fixed form is provided in the gruf_plone_2_0 skin folder (which is NOT installed
38 by default).
39
40 Does GRUF work with CASUserFolder
41 There are two CASUserFolder implementation. One made by a clown and one made by a megalomaniac ;)
42 I prefer the first one. He prefers me anyway ;) See this page for more information:
43 http://www.zope.org/Members/mrlex/CASUserFolder/CASUserFolder/CAS_and_Zope