~ubuntu-branches/ubuntu/lucid/openldap/lucid

« back to all changes in this revision

Viewing changes to doc/man/man5/slapd-meta.5

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" Copyright 1998-2009 The OpenLDAP Foundation, All Rights Reserved.
3
3
.\" Copying restrictions apply.  See the COPYRIGHT file.
4
4
.\" Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
5
 
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapd-meta.5,v 1.46.2.16 2009/06/03 01:41:56 quanah Exp $
 
5
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapd-meta.5,v 1.46.2.17 2009/12/15 20:37:40 quanah Exp $
6
6
.\"
7
7
.\" Portions of this document should probably be moved to slapd-ldap(5)
8
8
.\" and maybe manual pages for librewrite.
174
174
This directive, when set to 
175
175
.BR yes ,
176
176
causes the authentication to the remote servers with the pseudo-root
177
 
identity to be deferred until actually needed by subsequent operations.
 
177
identity (the identity defined in each
 
178
.B idassert-bind
 
179
directive) to be deferred until actually needed by subsequent operations.
178
180
Otherwise, all binds as the rootdn are propagated to the targets.
179
181
 
180
182
.TP
539
541
 
540
542
.TP
541
543
.B pseudorootdn "<substitute DN in case of rootdn bind>"
542
 
This directive, if present, sets the DN that will be substituted to
543
 
the bind DN if a bind with the backend's "rootdn" succeeds.
544
 
The true "rootdn" of the target server ought not be used; an arbitrary
545
 
administrative DN should used instead.
 
544
Deprecated; use
 
545
.B idassert\-bind
 
546
instead.
546
547
 
547
548
.TP
548
549
.B pseudorootpw "<substitute password in case of rootdn bind>"
549
 
This directive sets the credential that will be used in case a bind
550
 
with the backend's "rootdn" succeeds, and the bind is propagated to
551
 
the target using the "pseudorootdn" DN.
552
 
 
553
 
Note: cleartext credentials must be supplied here; as a consequence,
554
 
using the pseudorootdn/pseudorootpw directives is inherently unsafe.
 
550
Deprecated; use
 
551
.B idassert\-bind
 
552
instead.
555
553
 
556
554
.TP
557
555
.B rewrite* ...