X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=FAQ;h=dfbc7234717b976c6702519d4ebe88d1425eda1e;hb=95752211798c38c8608900b11ae4be1d9aa86654;hp=91d1c52a4f7fd55d16d1db5b70b136629bdf3dc0;hpb=e54e403b9bade732e97566212df8eaf58a0ad087;p=gosa.git diff --git a/FAQ b/FAQ index 91d1c52a4..dfbc72347 100644 --- a/FAQ +++ b/FAQ @@ -89,6 +89,7 @@ A: Yes. Just go to the locale directory and copy the messages.po file somewhere 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 @@ -96,6 +97,7 @@ A: Yes. Just go to the doc/guide/user/en directory and copy the lyx-source direc 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? @@ -412,6 +408,7 @@ Q: Is it possible to see some kind of information about how many objects 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: @@ -419,10 +416,17 @@ 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'? + for account names, how do I change this to 'mail'? A: Just add/modify the following line to/in your gosa.conf: + +Q: When creating mail group with a Kolab server i got this error message + "Object class violation (invalid structural object class chain (posixGroup/kolabSharedFolder)" + +A: In your kolab2.schema objectclass kolabSharedFolder change + 'SUP top STRUCTURAL' to 'SUP top AUXILIARY'