Code

Added notification acls
[gosa.git] / FAQ
diff --git a/FAQ b/FAQ
index b797424d3bcd2cf7114dc5763a50047c21181fc6..37138071f7e4121c0c89ee79ae68bbad124b8ff6 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -354,3 +354,12 @@ Q: Is there a way to let GOsa automatically fill missing fields in the network
 A: Sure. You can specify the "autoconf" 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.
+
+
+Q: Is there a way to add the personalTitle attribute the the users dn?
+
+A: Just add this line into the location section of your gosa.conf.
+   <location name=...
+       include_personal_title="true"
+   ...>
+