mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 09:11:55 -06:00
15 lines
644 B
Diff
15 lines
644 B
Diff
Description: Fix typo
|
|
Author: Benjamin Drung <benjamin.drung@profitbricks.com>
|
|
|
|
--- a/ipa-client/man/default.conf.5
|
|
+++ b/ipa-client/man/default.conf.5
|
|
@@ -140,7 +140,7 @@
|
|
in the logger tree. The dot character is also a regular
|
|
expression metacharacter (matches any character) therefore you
|
|
will usually need to escape the dot in the logger names by
|
|
-preceeding it with a backslash.
|
|
+preceding it with a backslash.
|
|
.TP
|
|
.B mode <mode>
|
|
Specifies the mode the server is running in. The currently support values are \fBproduction\fR and \fBdevelopment\fR. When running in production mode some self\-tests are skipped to improve performance.
|