1 '\" te
2 .\" Copyright (C) 1990, Regents of the University of Michigan. All Rights Reserved.
3 .\" Portions Copyright (C) 1997, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH LDAPTEMPLATES.CONF 4 "Jul 9, 2003"
8 .SH NAME
9 ldaptemplates.conf \- configuration file for LDAP display template routines
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/etc/opt/SUNWconn/ldap/current/ldaptemplates.conf\fR
14 .fi
15
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBldaptemplates.conf\fR file contains information used by the LDAP display
20 routines.
21 .sp
22 .LP
23 Blank lines and lines that start with a hash character ('#') are treated as
24 comments and ignored. Non-comment lines contain one or more tokens. Tokens are
25 separated by white space, and double quotes can be used to include white space
26 inside a token.
27 .sp
28 .LP
29 The first non-commment line specifies the version of the template information
30 and must contain the token \fBVersion\fR followed by an integer version number.
31 For example,
32 .sp
33 .in +2
34 .nf
35 Version 1
36 .fi
37 .in -2
38 .sp
39
40 .sp
41 .LP
42 The current version is \fI1\fR, so the above example is always the correct
43 first line.
44 .sp
45 .LP
46 The remainder of the file consists of one or more display templates. The first
47 two lines of the display template each contain a single token that specifies
48 singular and plural names for the template in a user-friendly format. For
49 example,
397 # list of items for display
398 item jpegbtn "View Photo" jpegPhoto "Next Photo"
399 item audiobtn "Play Sound" audio
400 item cis "Also Known As" cn
401 item cis "Title" title
402 item mls "Work Address" postalAddress
403 item cis "Work Phone" telephoneNumber
404 item cis "Fax Number" facsimileTelephoneNumber
405 item mls "Home Address" homePostalAddress
406 item cis "Home Phone" homePhone
407 item cis "User ID" uid
408 item mail "E-Mail Address" mail
409 item cis "Description" description
410 item dn "See Also" seeAlso
411 END
412 .fi
413 .in -2
414 .sp
415
416 .SH ATTRIBUTES
417 .sp
418 .LP
419 See \fBattributes\fR(5) for a description of the following attributes:
420 .sp
421
422 .sp
423 .TS
424 box;
425 c | c
426 l | l .
427 ATTRIBUTE TYPE ATTRIBUTE VALUE
428 Stability Level Evolving
429 .TE
430
431 .SH SEE ALSO
432 .sp
433 .LP
434 \fBldap_disptmpl\fR(3LDAP), \fBldap_entry2text\fR(3LDAP), \fBattributes\fR(5)
|
1 '\" te
2 .\" Copyright (C) 1990, Regents of the University of Michigan. All Rights Reserved.
3 .\" Portions Copyright (C) 1997, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH LDAPTEMPLATES.CONF 4 "Jul 9, 2003"
8 .SH NAME
9 ldaptemplates.conf \- configuration file for LDAP display template routines
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/etc/opt/SUNWconn/ldap/current/ldaptemplates.conf\fR
14 .fi
15
16 .SH DESCRIPTION
17 .LP
18 The \fBldaptemplates.conf\fR file contains information used by the LDAP display
19 routines.
20 .sp
21 .LP
22 Blank lines and lines that start with a hash character ('#') are treated as
23 comments and ignored. Non-comment lines contain one or more tokens. Tokens are
24 separated by white space, and double quotes can be used to include white space
25 inside a token.
26 .sp
27 .LP
28 The first non-comment line specifies the version of the template information
29 and must contain the token \fBVersion\fR followed by an integer version number.
30 For example,
31 .sp
32 .in +2
33 .nf
34 Version 1
35 .fi
36 .in -2
37 .sp
38
39 .sp
40 .LP
41 The current version is \fI1\fR, so the above example is always the correct
42 first line.
43 .sp
44 .LP
45 The remainder of the file consists of one or more display templates. The first
46 two lines of the display template each contain a single token that specifies
47 singular and plural names for the template in a user-friendly format. For
48 example,
396 # list of items for display
397 item jpegbtn "View Photo" jpegPhoto "Next Photo"
398 item audiobtn "Play Sound" audio
399 item cis "Also Known As" cn
400 item cis "Title" title
401 item mls "Work Address" postalAddress
402 item cis "Work Phone" telephoneNumber
403 item cis "Fax Number" facsimileTelephoneNumber
404 item mls "Home Address" homePostalAddress
405 item cis "Home Phone" homePhone
406 item cis "User ID" uid
407 item mail "E-Mail Address" mail
408 item cis "Description" description
409 item dn "See Also" seeAlso
410 END
411 .fi
412 .in -2
413 .sp
414
415 .SH ATTRIBUTES
416 .LP
417 See \fBattributes\fR(5) for a description of the following attributes:
418 .sp
419
420 .sp
421 .TS
422 box;
423 c | c
424 l | l .
425 ATTRIBUTE TYPE ATTRIBUTE VALUE
426 Stability Level Evolving
427 .TE
428
429 .SH SEE ALSO
430 .LP
431 \fBldap_disptmpl\fR(3LDAP), \fBldap_entry2text\fR(3LDAP), \fBattributes\fR(5)
|