X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=FAQ;h=b1887f51a0814832d9e7f8886d85351b3ebc01ef;hb=fff608c6aabb4622633482638744980ec6b75cf5;hp=3df30238b1d6112dd1bf08da6b4c0743f2d801bc;hpb=5709c65a8fab96a850023dbf6d6c2a9c31344a69;p=gosa.git diff --git a/FAQ b/FAQ index 3df30238b..b1887f51a 100644 --- 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. +