mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7421 move olcExtraAttrs to Frontend options
This commit is contained in:
parent
52a0b4f83c
commit
29dfdb3ca2
@ -446,20 +446,6 @@ upon StartTLS operation receipt.
|
|||||||
disallows the StartTLS operation if authenticated (see also
|
disallows the StartTLS operation if authenticated (see also
|
||||||
.BR tls_2_anon ).
|
.BR tls_2_anon ).
|
||||||
.TP
|
.TP
|
||||||
.B olcExtraAttrs: <attr>
|
|
||||||
Lists what attributes need to be added to search requests.
|
|
||||||
Local storage backends return the entire entry to the frontend.
|
|
||||||
The frontend takes care of only returning the requested attributes
|
|
||||||
that are allowed by ACLs.
|
|
||||||
However, features like access checking and so may need specific
|
|
||||||
attributes that are not automatically returned by remote storage
|
|
||||||
backends, like proxy backends and so on.
|
|
||||||
.B <attr>
|
|
||||||
is an attribute that is needed for internal purposes
|
|
||||||
and thus always needs to be collected, even when not explicitly
|
|
||||||
requested by clients.
|
|
||||||
This attribute is multi-valued.
|
|
||||||
.TP
|
|
||||||
.B olcGentleHUP: { TRUE | FALSE }
|
.B olcGentleHUP: { TRUE | FALSE }
|
||||||
A SIGHUP signal will only cause a 'gentle' shutdown-attempt:
|
A SIGHUP signal will only cause a 'gentle' shutdown-attempt:
|
||||||
.B Slapd
|
.B Slapd
|
||||||
@ -1172,6 +1158,20 @@ non-base search request with an empty base DN.
|
|||||||
Base scoped search requests with an empty base DN are not affected.
|
Base scoped search requests with an empty base DN are not affected.
|
||||||
This setting is only allowed in the frontend entry.
|
This setting is only allowed in the frontend entry.
|
||||||
.TP
|
.TP
|
||||||
|
.B olcExtraAttrs: <attr>
|
||||||
|
Lists what attributes need to be added to search requests.
|
||||||
|
Local storage backends return the entire entry to the frontend.
|
||||||
|
The frontend takes care of only returning the requested attributes
|
||||||
|
that are allowed by ACLs.
|
||||||
|
However, features like access checking and so may need specific
|
||||||
|
attributes that are not automatically returned by remote storage
|
||||||
|
backends, like proxy backends and so on.
|
||||||
|
.B <attr>
|
||||||
|
is an attribute that is needed for internal purposes
|
||||||
|
and thus always needs to be collected, even when not explicitly
|
||||||
|
requested by clients.
|
||||||
|
This attribute is multi-valued.
|
||||||
|
.TP
|
||||||
.B olcPasswordHash: <hash> [<hash>...]
|
.B olcPasswordHash: <hash> [<hash>...]
|
||||||
This option configures one or more hashes to be used in generation of user
|
This option configures one or more hashes to be used in generation of user
|
||||||
passwords stored in the userPassword attribute during processing of
|
passwords stored in the userPassword attribute during processing of
|
||||||
|
Loading…
Reference in New Issue
Block a user