summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/addrbook/test/unit/data/ldap_contacts.json
blob: c239820d51cbb5300e477c611be66e2eaf259904 (plain)
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
{
  "eurus": {
    "dn": "uid=eurus,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Eurus Holmes",
      "givenName": "Eurus",
      "mail": "eurus@bakerstreet.invalid",
      "sn": "Holmes"
    }
  },
  "irene": {
    "dn": "uid=irene,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Irene Adler",
      "givenName": "irene",
      "mail": "irene@bakerstreet.invalid",
      "sn": "Adler"
    }
  },
  "john": {
    "dn": "uid=john,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "John Watson",
      "givenName": "John",
      "mail": "john@bakerstreet.invalid",
      "sn": "Watson"
    }
  },
  "lestrade": {
    "dn": "uid=lestrade,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Greg Lestrade",
      "givenName": "Greg",
      "mail": "lestrade@bakerstreet.invalid",
      "o": "New Scotland Yard",
      "sn": "Lestrade"
    }
  },
  "mary": {
    "dn": "uid=mary,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Mary Watson",
      "givenName": "Mary",
      "mail": "mary@bakerstreet.invalid",
      "sn": "Watson"
    }
  },
  "molly": {
    "dn": "uid=molly,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Molly Hooper",
      "givenName": "Molly",
      "mail": "molly@bakerstreet.invalid",
      "o": "St. Bartholomew's Hospital",
      "sn": "Hooper"
    }
  },
  "moriarty": {
    "dn": "uid=moriarty,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Jim Moriarty",
      "givenName": "Jim",
      "mail": "moriarty@bakerstreet.invalid",
      "sn": "Moriarty"
    }
  },
  "mrs_hudson": {
    "dn": "uid=mrs_hudson,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Mrs Hudson",
      "givenName": "Martha",
      "mail": "mrs_hudson@bakerstreet.invalid",
      "sn": "Hudson"
    }
  },
  "mycroft": {
    "dn": "uid=mycroft,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Mycroft Holmes",
      "givenName": "Mycroft",
      "mail": "mycroft@bakerstreet.invalid",
      "sn": "Holmes"
    }
  },
  "sherlock": {
    "dn": "uid=sherlock,dc=bakerstreet,dc=invalid",
    "attributes": {
      "objectClass": "person",
      "cn": "Sherlock Holmes",
      "givenName": "Sherlock",
      "mail": "sherlock@bakerstreet.invalid",
      "sn": "Holmes"
    }
  }
}