|
From: Patrick M. <ume...@us...> - 2007-02-20 14:00:15
|
Update of /cvsroot/radmind/radmind/man In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13406 Modified Files: radmind.8 Log Message: Added details on REPO's log format. Index: radmind.8 =================================================================== RCS file: /cvsroot/radmind/radmind/man/radmind.8,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** radmind.8 22 Nov 2006 18:36:43 -0000 1.36 --- radmind.8 20 Feb 2007 14:00:03 -0000 1.37 *************** *** 184,190 **** .TP 10 REPO ! report a client status message. The daemon logs the message and some of the ! reporting client's attributes, including client name, client IP address, ! client CN, and the report event type. .SH OPTIONS .TP 19 --- 184,198 ---- .TP 10 REPO ! report a client status message. The daemon logs the message in the following format: ! .sp ! .RS ! report HOSTNAME IP CN - EVENT MESSAGE... ! .sp ! First the string "report", followed by the client's hostname and ! IP address. If the client authenticates to the server with a certificate, ! its common name will be listed next. If the client does not present a ! certificate, a '-' will be listed. ! Next, a '-' is printed as a placeholder for a future ! field. Finally, the event and message are logged as reported by the client. .SH OPTIONS .TP 19 |