Code

Updated FAQ
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 Jun 2008 10:50:20 +0000 (10:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 Jun 2008 10:50:20 +0000 (10:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11331 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/FAQ

index cd802eb39fe22483c04fd2cc208297dcbdbcbc39..b93049df6e42d02f32ee41b4922db8785b978263 100644 (file)
@@ -410,6 +410,15 @@ A: You can set a nesting limit which ensures that the user names will not be
    </location>
 
 
+Q: I want to disable the "Is the configuration file up to date?" check when logging in.
+   How can I disable this check?
+
+A: Just set the config_version attribute to an empty value:
+   <conf config_version="" >
+
+
+