version 2, including all changes.
.
Rev |
Author |
# |
Line |
2 |
perry |
1 |
UD |
|
|
2 |
!!!UD |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
FILES |
|
|
8 |
SEE ALSO |
|
|
9 |
DIAGNOSTICS |
|
|
10 |
BUGS |
|
|
11 |
AUTHOR |
|
|
12 |
ACKNOWLEDGEMENTS |
|
|
13 |
---- |
|
|
14 |
!!NAME |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
ud - interactive LDAP Directory Server query program |
|
|
18 |
!!SYNOPSIS |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
__ud__ [[__-Dv__] [[__-s__ ''server''] [[__-d__ |
|
|
22 |
''debug-mask''] [[__-l__ ''ldap-debug-mask''] |
|
|
23 |
[[__-f__ ''file''] |
|
|
24 |
!!DESCRIPTION |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
''ud'' is used to interogate a directory server via the |
|
|
28 |
Lightweight Directory Access Protocol (LDAP). |
|
|
29 |
!!OPTIONS |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
__-s__ ''server'' |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
Used to specify the name of an LDAP server to which |
|
|
36 |
__ud__ should connect. If this flag is omitted, the value |
|
|
37 |
specified in the __ud__ configuration file is used. If no |
|
|
38 |
value is specified in the configuration file, or the |
|
|
39 |
configuration file does not exist, the name ''ldap'' is |
|
|
40 |
used. Of course, it is up to the system administrator to |
|
|
41 |
make sure that the name ''ldap'' can be resolved |
|
|
42 |
(presumably through the use of a CNAME or A record in the |
|
|
43 |
DNS and the appropriate search path specified in the |
|
|
44 |
resolver config file). |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
__-d__ ''debug-mask'' |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
Sets the __ud__ debug mask to the value specified. Values |
|
|
51 |
for the mask can be dumped by using the ''-D'' |
|
|
52 |
flag. |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
__-f__ ''file'' |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Sets the configuration file to the name |
|
|
59 |
specified. |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
__-l__ ''ldap-debug-mask'' |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Sets the LDAP debug mask to the value |
|
|
66 |
specified. |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
__-v__ Turns on verbose output. Also toggable via the ud |
|
|
70 |
''verbose'' command. |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
__-D__ Prints out a list of valid ud debug |
|
|
74 |
masks. |
|
|
75 |
!!FILES |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
/etc/ldap/ud.conf The ud configuration file. |
|
|
79 |
!!SEE ALSO |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
ud.conf(5), __ldap.conf__(5), |
|
|
83 |
ldap(3) |
|
|
84 |
!!DIAGNOSTICS |
|
|
85 |
|
|
|
86 |
|
|
|
87 |
__ud__ will try to be nice about error conditions, and in |
|
|
88 |
most cases prints a warm and fuzzy error message when it |
|
|
89 |
encounters a problem. Sometimes the error will be |
|
|
90 |
unexpected, and in these cases, __ud__ uses the |
|
|
91 |
ldap_perror() routine to print an informative |
|
|
92 |
diagnostic. |
|
|
93 |
!!BUGS |
|
|
94 |
|
|
|
95 |
|
|
|
96 |
Too numerous to mention. |
|
|
97 |
!!AUTHOR |
|
|
98 |
|
|
|
99 |
|
|
|
100 |
Bryan Beecher, University of Michigan |
|
|
101 |
!!ACKNOWLEDGEMENTS |
|
|
102 |
|
|
|
103 |
|
|
|
104 |
__OpenLDAP__ is developed and maintained by The OpenLDAP |
|
|
105 |
Project (http://www.openldap.org/). __OpenLDAP__ is |
|
|
106 |
derived from University of Michigan LDAP 3.3 |
|
|
107 |
Release. |
|
|
108 |
---- |