1ipa-findservice(1) ipa-findservice(1)
2
3
4
6 ipa-findservice - Find a service principal
7
9 ipa-findservice string
10
11
13 Searches for a service principal that contains string.
14
15 The search is a substring search in the service principal. You can
16 search for all principals for a given host, by service or a substring.
17
18 All entries that match are displayed.
19
21 -v, --verbose
22 Display the XML-RPC request and response for more verbose debugā
23 ging output.
24
26 Find all ldap service principals issued by the IPA KDC:
27
28 # ipa-findservice ldap
29
30 Find all service principals for ipa.example.com:
31
32 # ipa-findservice ipa.example.com
33
35 0 if one or more entries were found
36
37 1 if an error occurred
38
39 2 if no matching entries were found
40
41
42
43freeipa Jan 11 2008 ipa-findservice(1)