Code

Removed 55%
[gosa.git] / FAQ
diff --git a/FAQ b/FAQ
index 3df30238b1d6112dd1bf08da6b4c0743f2d801bc..e7a6740f2c275d1e9ae454ee54e4ad4a09432505 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -335,7 +335,7 @@ A: For Kolab to work correctly you have to include the rfc2739.schema
 Q: Is there a way to let GOsa automatically fill missing fields in the network
    configuration?
 
-A: Sure. You can specify the "auto_network_conf" option and provide the contributed
+A: Sure. You can specify the "auto_network_hook" option and provide the contributed
    script "net-resolver.sh" in your gosa.conf. If this is configured, you're
    getting an additional button in each network dialog.
 
@@ -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.
+