Previous Topic: set admin-user Command—Configure Administrative User Access Level Rights

Next Topic: set alias-integrity Command—Set the DSA to Manage the Integrity of Aliases

set agreement Command—Create a DISP Agreement

This command has the following format:

set agreement id.version =
{
	initiator	= dsaname { supplier | consumer } 
	responder	= dsaname { anonymous | clear-password | ssl-auth }
	[relay		= dsaname { anonymous | clear-password | ssl-auth }]
	area		= DN
	[filter	= search-filter ]
	[attributes	= attribute-list ]
	[strategy	= onchange | frequency time type ]
};

Example: Create a DISP Agreement

set agreement 0.0 =
{
initiator = EAGLE supplier
responder = BACKUP anonymous
area      = <c AU><o Democorp>
strategy  = daily 03:00 incremental
};

Example: Create a Selective Shadowing Agreement

set agreement 2.1 =
{
initiator = EAGLE supplier
responder = BACKUP anonymous
area = <c AU><o Democorp>
filter = { attr = objectClass value = organizationalPerson }
attributes = { { exclude = title, description, telephoneNumber } }
strategy = on-change
};

More information:

Set a DSA to Use DISP Replication


Copyright © 2009 CA. All rights reserved. Email CA about this topic