Reference13r3:Services/LDAP/Rep-Status: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
New page: The displayed '''replicator status''' data is automatically updated at intervals. In addition, the last ten activity messages of the replication are displayed: '''Server:''' IP-address an...
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
The displayed '''replicator status''' data is automatically updated at intervals. In addition, the last ten activity messages of the replication are displayed:
The displayed '''replicator status''' data is automatically updated in 2 second intervals. In addition, the last ten activity messages of the replication are displayed below.
 
== Status overview ==


'''Server:''' IP-address and port of the remote LDAP server.
'''Server:''' IP-address and port of the remote LDAP server.
Line 11: Line 13:
'''modify:''' Number of modified objects.
'''modify:''' Number of modified objects.


'''paged:''' (AD-only<ref>Active Directory only</ref>) Number of objects received from remote directory server in response to paged-search requests.
'''paged:''' Number of objects received from remote directory server in response to paged-search requests.


'''no match:''' (AD-Only) Number of objects received and not matching the LDAP filter condition entered under Configuration/LDAP/Replicator.
'''no match:''' (AD-Only) Number of objects received and not matching the LDAP filter condition entered under Configuration/LDAP/Replicator.
Line 30: Line 32:
'''pending:''' Number of locally waiting objects.
'''pending:''' Number of locally waiting objects.


==Notes==
=Related Articles=
<references/>
* [[{{NAMESPACE}}:Concept LDAP Replication]]

Latest revision as of 13:07, 14 March 2025

The displayed replicator status data is automatically updated in 2 second intervals. In addition, the last ten activity messages of the replication are displayed below.

Status overview

Server: IP-address and port of the remote LDAP server.

Full Replication: Current state of the replication. There are four states: Stop, Starting, Up, Down.

remote: Displays the state of the replication in poll direction.

notify: Number of received notifications.

modify: Number of modified objects.

paged: Number of objects received from remote directory server in response to paged-search requests.

no match: (AD-Only) Number of objects received and not matching the LDAP filter condition entered under Configuration/LDAP/Replicator.

discarded: (AD-Only) Number of objects discarded, because there was no suitable MAP found.


local: Displays the state of the replication in push direction.

add: Number of locally added objects.

del: Number of locally deleted objects.

modify: Number of locally modified objects.

notify: Number of notifications that have arisen locally.

pending: Number of locally waiting objects.

Related Articles