Macromedia breeze 5 ユーザーガイド

ページ / 100
74
Chapter 4:  Post-installation
Synchronization events and details
The following table describes the events found in the synchronization log files:
Event
Description
Detail
add
Principal added to 
Breeze
Abbreviated XML packet that describes the updated 
fields. A series of <fieldname>value</fieldname>. The parent 
node and non-updated fields are omitted. For example: 
<first-name>Joe</first-name>
<last-name>Schmoe</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 or removed 
to its membership.
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/>. 
For example:
<add><id>jschmoe</add><id>jqpublic</id>
 
</add><remove/>
delete
The principal was 
deleted from Breeze. 
up-to-date
The principal exists as 
an external principal in 
Breeze and is already 
synchronized with the 
external directory. No 
changes were made. 
A user or group created in Breeze is considered an internal 
principal. A user or group created by the synchronization is 
considered an external principal.
make-external The principal exists as 
an internal principal in 
Breeze and was 
converted to an external 
principal. This event 
permits the 
synchronization to 
modify or delete the 
principal and is usually 
followed by another 
event to that effect. This 
event is logged in the 
warning log.
warning
Some other warning-
level event occurred.
Warning message
error
An error occurred.
Java exception message