| | |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | userDn = 'uid=iabizen-%s, ou=People, %s' % (i,synchroSuffix) |
| | | |
| | | if i == 0: |
| | | myKnownIssue = None |
| | | else: |
| | | # if we fail to modify the entry in the 'consumer' servers |
| | | # => it may mean that the initialize-all is not completely |
| | | # done yet, and so we may have come across Issue 3315 |
| | | # (dsreplication initialize-all returns before peer |
| | | # has completed initialisation) |
| | | myKnownIssue = '3315' |
| | | </script> |
| | | |
| | | <!-- Modify entry on one of the servers --> |
| | |
| | | 'DNToModify' : userDn, |
| | | 'attributeName' : 'l', |
| | | 'newAttributeValue' : 'GEC', |
| | | 'changetype' : 'replace', |
| | | 'knownIssue' : myKnownIssue |
| | | 'changetype' : 'replace' |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | userDn = 'uid=iabizen-%s, ou=People, %s' % (i,synchroSuffix) |
| | | |
| | | if i == 0: |
| | | myKnownIssue = None |
| | | else: |
| | | # if we fail to delete the entry to the 'consumer' servers |
| | | # => it may mean that the initialize-all is not completely |
| | | # done yet, and so we may have come across Issue 3315 |
| | | # (dsreplication initialize-all returns before peer |
| | | # has completed initialisation) |
| | | myKnownIssue = '3315' |
| | | </script> |
| | | |
| | | <!-- Delete entry on one of the servers --> |
| | |
| | | 'dsInstancePort' : server.getPort() , |
| | | 'dsInstanceDn' : server.getRootDn() , |
| | | 'dsInstancePswd' : server.getRootPwd() , |
| | | 'dsBaseDN' : userDn, |
| | | 'knownIssue' : myKnownIssue |
| | | 'dsBaseDN' : userDn |
| | | } |
| | | </call> |
| | | </sequence> |