
20 Best Practice for Breeze Directory Service Integration
Log file format
The synchronization logs store values in a comma-separated format. In the tables below
principal refers to user and group entries. The following values are included in the log entries:
The following table describes the different kinds of events that can appear in the
synchronization log files:
Field Description
Date Formatted date/time value, with time to the millisecond.
The format is yyyyMMdd’T’HHmmss.SSS.
Principal ID Breeze login or group name.
Principal type A single character, U for user, G for group.
Event The action taken or condition encountered.
Detail Detailed information about the event.
Event Description Detail
add The principal was added to
Breeze.
Abbreviated XML packet describes the
updated fields. A series of
<fieldname>value</fieldname>. The
parent node and non-updated fields are
omitted. For example:
<first-
name>Joe</last-name>
update The principal exists as an
external user in Breeze,
and some fields were
updated.
update-members The principal exists as an
external group in Breeze,
and principals were added
to or removed from
membership in the group.
Abbreviated XML packet that describes
the added and removed members. The
parent node is omitted:
<add>ID list</add>
<remove>ID list</remove>
The ID list is a series of <id>principal
ID</id> packets where principal ID is
an ID that would be listed in the Principal
ID column, such as a user login or group
name. If there are no members of an ID
list, the parent node is output as
<add/>
or
<remove/>.
delete The principal was deleted
from Breeze.
Comentarios a estos manuales