forked from Combodo/itop-data-collector-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iTopPersonLDAPCollector.json
132 lines (132 loc) · 3.02 KB
/
iTopPersonLDAPCollector.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "$prefix$Synchro LDAP Person",
"description": "Synchronization of persons from LDAP Directory",
"status": "$synchro_status$",
"user_id": "$synchro_user$",
"notify_contact_id": "$contact_to_notify$",
"scope_class": "Person",
"database_table_name": "$persons_data_table$",
"scope_restriction": "",
"full_load_periodicity": "$full_load_interval$",
"reconciliation_policy": "use_attributes",
"action_on_zero": "create",
"action_on_one": "update",
"action_on_multiple": "error",
"delete_policy": "delete",
"delete_policy_update": "",
"delete_policy_retention": "0",
"attribute_list": [
{
"attcode": "cis_list",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"row_separator": "|",
"attribute_separator": ";",
"value_separator": ":",
"attribute_qualifier": "'",
"finalclass": "SynchroAttLinkSet"
},
{
"attcode": "email",
"update": "1",
"reconcile": "1",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "employee_number",
"update": "1",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "first_name",
"update": "1",
"reconcile": "1",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "function",
"update": "1",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "location_id",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"reconciliation_attcode": "name",
"finalclass": "SynchroAttExtKey"
},
{
"attcode": "manager_id",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"reconciliation_attcode": "email",
"finalclass": "SynchroAttExtKey"
},
{
"attcode": "mobile_phone",
"update": "1",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "name",
"update": "1",
"reconcile": "1",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "notify",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "org_id",
"update": "1",
"reconcile": "1",
"update_policy": "master_locked",
"reconciliation_attcode": "name",
"finalclass": "SynchroAttExtKey"
},
{
"attcode": "phone",
"update": "1",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "status",
"update": "1",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute"
},
{
"attcode": "team_list",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"row_separator": "|",
"attribute_separator": ";",
"value_separator": ":",
"attribute_qualifier": "'",
"finalclass": "SynchroAttLinkSet"
}
],
"user_delete_policy": "nobody",
"url_icon": "",
"url_application": ""
}