6 ldapsearchprefs.conf - configuration file for LDAP search preference
7 routines
8
9 SYNOPSIS
10 /etc/opt/SUNWconn/ldap/current/ldapsearchprefs.conf
11
12
13 DESCRIPTION
14 The ldapsearchprefs.conf file contains information used by LDAP when
15 searching the directory. Blank lines and lines that start with a hash
16 ('#') character are treated as comments and ignored. Non-comment lines
17 contain one or more tokens. Tokens are separated by white space, and
18 double quotes can be used to include white space inside a token.
19
20
21 Search preferences are typically used by LDAP-based client programs to
22 specify what a user may search for, which attributes are searched, and
23 which options are available to the user.
24
25
26 The first non-commment line specifies the version of the template
27 information and must contain the token Version followed by an integer
28 version number. For example:
29
30 Version 1
31
32
33
34
35 The current version is 1, so the above example is always the correct
36 opening line.
37
38
39 The remainder of the file consists of one or more search preference
40 configurations. The first line of a search preference is a human-
41 readable name for the type of object being searched for, for example
42 People or Organizations. This name is stored in the so_objtypeprompt
43 member of the ldap_searchobj structure (see ldap_searchprefs(3LDAP)).
44 For example:
45
46 People
|
6 ldapsearchprefs.conf - configuration file for LDAP search preference
7 routines
8
9 SYNOPSIS
10 /etc/opt/SUNWconn/ldap/current/ldapsearchprefs.conf
11
12
13 DESCRIPTION
14 The ldapsearchprefs.conf file contains information used by LDAP when
15 searching the directory. Blank lines and lines that start with a hash
16 ('#') character are treated as comments and ignored. Non-comment lines
17 contain one or more tokens. Tokens are separated by white space, and
18 double quotes can be used to include white space inside a token.
19
20
21 Search preferences are typically used by LDAP-based client programs to
22 specify what a user may search for, which attributes are searched, and
23 which options are available to the user.
24
25
26 The first non-comment line specifies the version of the template
27 information and must contain the token Version followed by an integer
28 version number. For example:
29
30 Version 1
31
32
33
34
35 The current version is 1, so the above example is always the correct
36 opening line.
37
38
39 The remainder of the file consists of one or more search preference
40 configurations. The first line of a search preference is a human-
41 readable name for the type of object being searched for, for example
42 People or Organizations. This name is stored in the so_objtypeprompt
43 member of the ldap_searchobj structure (see ldap_searchprefs(3LDAP)).
44 For example:
45
46 People
|