summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e11b864)
raw | patch | inline | side by side (parent: e11b864)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Oct 2007 11:42:14 +0000 (11:42 +0000) | ||
committer | hickert <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 | patch | blob | history |
index f30b8ea6690fd6a09780a61e62168c77e8d37382..a6332bb5da2f9133606530bc79e2fde4fc72d4ee 100644 (file)
--- a/FAQ
+++ b/FAQ
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"
+ ...>
+
+