mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Add updateref and a few other minor changes
This commit is contained in:
parent
7621b54903
commit
3149fc4f41
2 changed files with 5 additions and 3 deletions
|
|
@ -202,6 +202,8 @@ config file.
|
|||
permission to write the database (e.g., it is listed as {{EX:rootdn}}
|
||||
or is allowed {{EX:access}} by one or more access directives).
|
||||
|
||||
+ Use the {{EX:updateref}} directive to define the URL the
|
||||
slave should return if an update request is received.
|
||||
|
||||
|
||||
H3: Shut down the master {{slapd}}
|
||||
|
|
|
|||
|
|
@ -479,7 +479,7 @@ H3: Other Backend and Databases
|
|||
|
||||
{{slapd}}(8) supports a number of other backend database types.
|
||||
|
||||
!block table; align=Center; \
|
||||
!block table; align=Center; coltags="EX,N"; \
|
||||
title="Table 5.2: Backend Database Types"
|
||||
Types Description
|
||||
passwd Provides read-only access to {{F:/etc/passwd}}
|
||||
|
|
@ -576,7 +576,7 @@ The <who> part identifies the entity or entities being granted
|
|||
access. Note that access is granted to "entities" not "entries."
|
||||
The follow table summaries entity specifiers:
|
||||
|
||||
!block table; align=Center; \
|
||||
!block table; align=Center; coltags="EX,N"; \
|
||||
title="Table 5.3: Access Entity Specifiers"
|
||||
Specifier Entities
|
||||
* All, including anonymous and authenticated users
|
||||
|
|
@ -619,7 +619,7 @@ H3: The access to grant
|
|||
The kind of <access> granted can be one of the following:
|
||||
|
||||
|
||||
!block table; colaligns="LRL"; align=Center; \
|
||||
!block table; colaligns="LRL"; coltags="EX,EX,N"; align=Center; \
|
||||
title="Table 5.4: Access Levels"
|
||||
Level Privledges Description
|
||||
none no access
|
||||
|
|
|
|||
Loading…
Reference in a new issue