summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 32f712d)
raw | patch | inline | side by side (parent: 32f712d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 08:24:43 +0000 (08:24 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 08:24:43 +0000 (08:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8946 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history |
index 91d1c52a4f7fd55d16d1db5b70b136629bdf3dc0..130a9dddb28a45fc69f3785455d10bfde6e98c03 100644 (file)
--- a/FAQ
+++ b/FAQ
You may need to restart apache, depending on your setup. On Debian, be sure
to have your locale generated (dpkg-reconfigure locales) before.
+
Q: The online help doesn't exist in my language, can i translate it to my language?
A: Yes. Just go to the doc/guide/user/en directory and copy the lyx-source directory
program create the online help in your language. When you have finish just run
./gen_online_help from the gosa root directory to generate the online docs.
+
Q: Can I specify some kind of password policies?
A: You can place the keywords "pwminlen" and "pwdiffer" in the main section of your
@@ -242,12 +244,6 @@ A: This is an additional security feature, so that no one can fall back to uid 0
in your configuration. In this example 40 will be the smallest ID you can enter.
-Q: Aahhrg. I've updated to a new version and my gosa.conf seems to be broken.
-
-A: Some parameters have changed. Please call the fix_config.sh script which is in
- the contrib directory.
-
-
Q: I've saved my windows workstations in other locations like GOsa is doing it
for decades. Is there a way to change this?
A: Just add "list_summary = 'true'" inside the main section of your gosa.conf.
+
Q: Is it possible to login with the users mail address too?
A: Yes, just add the following line to your gosa.conf:
auth_mail="true"
...>
+
Q: I want to use cyrus for multiple mail domains, but GOsa uses the 'uid' attribute
for account namens, how do I change this to 'mail'?