Code

Updated FAQ file
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 11:42:14 +0000 (11:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 11:42:14 +0000 (11:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7689 594d385d-05f5-0310-b6e9-bd551577e9d8

FAQ

diff --git a/FAQ b/FAQ
index f30b8ea6690fd6a09780a61e62168c77e8d37382..a6332bb5da2f9133606530bc79e2fde4fc72d4ee 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -412,3 +412,18 @@ Q: Is it possible to see some kind of information about how many objects
    get shown in the list I'm currently looking at?
 
 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:
+   <location ...
+       login_attribute="mail"
+   ...>
+
+       or for both, uid and mail:
+
+   <location ...
+       login_attribute="uid,mail"
+   ...>
+
+