From 2acae4c13c35fb71ce70b37dd747ea195758371d Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Thu, 23 Jul 2015 17:50:46 +0200 Subject: [PATCH] Improve the documentation for strip_user_suffix Provide a link to the useralias option that can do the same as strip_user_suffix and much more but is more difficult to set up. --- sarg.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sarg.conf b/sarg.conf index 7ad9353..0f7b3b2 100644 --- a/sarg.conf +++ b/sarg.conf @@ -777,6 +777,9 @@ # Remove a suffix from the user name. The suffix may be # a Kerberos domain name. It must be at the end of the # user name (as is implied by a suffix). +# +# This is a lightweight easy to configure option. For a +# more complete solution, see useralias. #strip_user_suffix @example.com # TAG: realtime_refresh_time num sec -- 2.47.3