summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 118d205)
raw | patch | inline | side by side (parent: 118d205)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Nov 2006 09:23:59 +0000 (09:23 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Nov 2006 09:23:59 +0000 (09:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5016 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history |
index bdad5ac148759f05413b1566dfe7d7509c5e7ecd..b797424d3bcd2cf7114dc5763a50047c21181fc6 100644 (file)
--- a/FAQ
+++ b/FAQ
A: Yes. Just set "account_expiration" to "true" in your gosa.conf's main section.
-
Q: How can i activate the object snapshot functionality?
A: Add these lines in the main section of your gosa.conf
snapshot_password ="password"
snapshot_server ="ldap://server:389"
+
Q: What is the correct connection string for a Kolab server in GOsa?
A: Try {localhost:143/novalidate-cert}.
A: For Kolab to work correctly you have to include the rfc2739.schema
in your slapd.conf. Insert it before the kolab2.schema
-
+
+
+Q: Is there a way to let GOsa automatically fill missing fields in the network
+ configuration?
+
+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.