note about =

This commit is contained in:
Love Hornquist Astrand
2012-12-27 12:03:17 +01:00
parent 7f5a628dc9
commit ee068eaf21

View File

@@ -102,9 +102,14 @@
db-dir = @objdir@
[logging]
kdc = 0-/FILE:@objdir@/messages.log
kdc = 0-/FILE=@objdir@/messages.log
default = 0-/FILE:@objdir@/messages.log
# If you are doing preformance measurements on OSX you want to change
# the kdc LOG line to - to = below to keep the FILE open and avoid
# open/write/close which is blocking (rdar:// ) on OSX.
# kdc = 0-/FILE=@objdir@/messages.log
[kadmin]
save-password = true
@dk@