From: cajus Date: Tue, 20 Mar 2007 09:13:09 +0000 (+0000) Subject: Updated FAQ for new hook X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=376bdc59391b1e88d1aa78c2523b77e3ca697283;p=gosa.git Updated FAQ for new hook git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5833 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/FAQ b/FAQ index 3df30238b..59583dde1 100644 --- a/FAQ +++ b/FAQ @@ -353,3 +353,10 @@ 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.