summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5454c5)
raw | patch | inline | side by side (parent: b5454c5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 12:29:19 +0000 (12:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 12:29:19 +0000 (12:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5111 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history |
index b797424d3bcd2cf7114dc5763a50047c21181fc6..b1fe2285c170c7242525f94d9256f79e2180ce56 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
- enable_snapshot ="true"
- snapshot_base ="ou=snapshots,dc=server,dc=de"
-
-
-Q: How can i store object snapshots on another server?
-
-A: Just add these lines in the main section of your gosa conf
-
- snapshot_ldap_base ="dc=server,dc=de"
- snapshot_user ="cn=ldapadmin,dc=server,dc=de"
- snapshot_password ="password"
- snapshot_server ="ldap://server:389"
-
Q: What is the correct connection string for a Kolab server in GOsa?