Code

Udpated setup
[gosa.git] / FAQ
diff --git a/FAQ b/FAQ
index 3df30238b1d6112dd1bf08da6b4c0743f2d801bc..b1887f51a0814832d9e7f8886d85351b3ebc01ef 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -353,3 +353,17 @@ A: Just add this line into the location section of your gosa.conf.
        include_personal_title="true"
    ...>
 
+
+Q: I'd like to assign different uid bases for certain user/group objects.
+   How can this be achieved?
+
+A: Use the base_hook in your gosa.conf's location section to specify a script
+   which handles the ID generation externaly. It get's called with the "dn"
+   and the attribute to be ID'd. It should return an integer value.
+
+
+Q: I'd like to use rfc2307bis compliant groups. Is this possible?
+
+A: Yes - place the rfc2307bis="true" inside of the location section of
+   your gosa.conf. Remember, that you can't create empty groups in this mode.
+