~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to doc/man/man3/ldap.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH LDAP 3 "RELEASEDATE" "OpenLDAP LDVERSION"
2
 
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.40.2.5 2009/01/22 00:00:49 kurt Exp $
 
2
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.40.2.6 2009/06/03 01:41:52 quanah Exp $
3
3
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
4
4
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5
5
.SH NAME
6
6
ldap \- OpenLDAP Lightweight Directory Access Protocol API
7
7
.SH LIBRARY
8
 
OpenLDAP LDAP (libldap, -lldap)
 
8
OpenLDAP LDAP (libldap, \-lldap)
9
9
.SH SYNOPSIS
10
10
.nf
11
11
.ft B
77
77
to select version 3.  The library manual pages assume version 3
78
78
has been selected.
79
79
.SH INPUT and OUTPUT PARAMETERS
80
 
All character string input/output is expected to be/is UTF\-8
 
80
All character string input/output is expected to be/is UTF-8
81
81
encoded Unicode (version 3.2). 
82
82
.LP
83
83
Distinguished names (DN) (and relative distinguished names (RDN) to
84
 
be passed to the LDAP routines should conform to RFC 4514 UTF\-8
 
84
be passed to the LDAP routines should conform to RFC 4514 UTF-8
85
85
string representation. 
86
86
.LP
87
87
Search filters to be passed to the search routines are to be
88
 
constructed by hand and should conform to RFC 4515 UTF\-8
 
88
constructed by hand and should conform to RFC 4515 UTF-8
89
89
string representation.
90
90
.LP
91
91
LDAP URLs to be passed to routines are expected to conform