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
|
dn: cn=telnet, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: telnet
ipServicePort: 23
ipServiceProtocol: tcp
ipServiceProtocol: udp
dn: cn=telnets+ipServiceProtocol=tcp, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: telnets
ipServicePort: 992
ipServiceProtocol: tcp
dn: cn=telnets+ipServiceProtocol=udp, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: telnets
ipServicePort: 992
ipServiceProtocol: udp
dn: cn=ldaps, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: ldaps
cn: ldap-ssl
ipServicePort: 636
ipServiceProtocol: tcp
ipServiceProtocol: udp
dn: cn=http+ipServiceProtocol=tcp, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: http
cn: www
ipServicePort: 80
ipServiceProtocol: tcp
dn: cn=http+ipServiceProtocol=udp, cn=ipServices, dc=example, dc=com
objectClass: ipService
cn: http
cn: www
ipServicePort: 80
ipServiceProtocol: udp
|