mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
30.20.2015 5d07ec161328a94de355aa4bf93918a2da5a8602
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
HTTP/1.1 200 OK
Cache-control: no-cache
Date: Mon, 01 Jan 2001 12:00:00 GMT
Accept-Ranges: none
Server: Sun-Java(tm)-System-Directory/6.2
Content-Type: text/xml; charset="utf-8"
Content-Length: 4064
 
<?xml version='1.0' encoding='UTF-8' ?>
<soap-env:Envelope 
   xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
   xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/' 
   >
<soap-env:Body>
<batchResponse 
   xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
   xmlns='urn:oasis:names:tc:DSML:2:0:core' 
   >
   <searchResponse>
   <searchResultEntry dn='cn=Paul Cezanne, ou=Americas, ou=Search, o=IMC, c=US'>
      <attr name='cn'>
      <value>Paul Cezanne</value>
      </attr>
      <attr name='sn'>
      <value>Cezanne</value>
      </attr>
      <attr name='givenName'>
      <value>Paul</value>
      </attr>
      <attr name='objectClass'>
      <value>top</value>
      <value>person</value>
      <value>organizationalperson</value>
      <value>inetorgperson</value>
      </attr>
      <attr name='telephoneNumber'>
      <value>+1 408 825 0000</value>
      </attr>
      <attr name='mail'>
      <value>Paul.Cezanne@dirconnect2.org</value>
      </attr>
      <attr name='title'>
      <value>President</value>
      </attr>
      <attr name='employeeNumber'>
      <value>1100005</value>
      </attr>
   </searchResultEntry>
   <searchResultEntry dn='cn=Jonathan Adams, ou=Europe, ou=Search, o=IMC, c=US'>
      <attr name='cn'>
      <value>Jonathan Adams</value>
      </attr>
      <attr name='sn'>
      <value>Adams</value>
      </attr>
      <attr name='givenName'>
      <value>Jonathan</value>
      </attr>
      <attr name='objectClass'>
      <value>top</value>
      <value>person</value>
      <value>organizationalperson</value>
      <value>inetorgperson</value>
      </attr>
      <attr name='telephoneNumber'>
      <value>+1 408 720 0000</value>
      </attr>
      <attr name='mail'>
      <value>Jonathan.Adams@dirconnect2.org</value>
      </attr>
      <attr name='title'>
      <value>President</value>
      </attr>
      <attr name='employeeNumber'>
      <value>2200000</value>
      </attr>
   </searchResultEntry>
   <searchResultEntry dn='cn=Jonathan Adams (with description), ou=Europe, ou=Search, o=IMC, c=US'>
      <attr name='cn'>
      <value>Jonathan Adams</value>
      <value>Jonathan Adams (with description)</value>
      </attr>
      <attr name='sn'>
      <value>Adams</value>
      </attr>
      <attr name='givenName'>
      <value>Jonathan</value>
      </attr>
      <attr name='objectClass'>
      <value>top</value>
      <value>person</value>
      <value>organizationalperson</value>
      <value>inetorgperson</value>
      </attr>
      <attr name='telephoneNumber'>
      <value>+1 408 720 0000</value>
      </attr>
      <attr name='mail'>
      <value>Jonathan.Adams@dirconnect2.org</value>
      </attr>
      <attr name='title'>
      <value>President</value>
      </attr>
      <attr name='employeeNumber'>
      <value>2200000</value>
      </attr>
      <attr name='description'>
      <value>this entry has one</value>
      </attr>
   </searchResultEntry>
   <searchResultEntry dn='cn=Johan Jongkind, ou=Fin-Accounting, ou=Americas, ou=Search, o=IMC, c=US'>
      <attr name='cn'>
      <value>Johan Jongkind</value>
      </attr>
      <attr name='sn'>
      <value>Jongkind</value>
      </attr>
      <attr name='givenName'>
      <value>Johan</value>
      </attr>
      <attr name='objectClass'>
      <value>top</value>
      <value>person</value>
      <value>organizationalperson</value>
      <value>inetorgperson</value>
      </attr>
      <attr name='telephoneNumber'>
      <value>+1 408 825 0001</value>
      </attr>
      <attr name='mail'>
      <value>Johan.Jongkind@dirconnect2.org</value>
      </attr>
      <attr name='title'>
      <value>VP</value>
      </attr>
      <attr name='employeeNumber'>
      <value>1100006</value>
      </attr>
   </searchResultEntry>
   <searchResultDone>
      <resultCode code='4' descr='sizeLimitExceeded'/>
   </searchResultDone>
   </searchResponse>
</batchResponse>
</soap-env:Body>
</soap-env:Envelope>