Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

ldap.conf(5)


LDAP.CONF

LDAP.CONF

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO
AUTHOR
ACKNOWLEDGEMENTS

NAME

ldap.conf − ldap configuration file

SYNOPSIS

/etc/openldap/ldap.conf

DESCRIPTION

The ldap.conf configuration file is used to set system-wide defaults to be applied when running ldap clients. If the environment variable LDAPNOINIT is defined, all defaulting is disabled.

Each user may specify an optional configuration file, .ldaprc, in his/her home directory which will be used to override the system-wide defaults file.

Additional configuration files can be specified using the LDAPCONF and LDAPRC environment variables. LDAPCONF may be set the path of a configuration file. This path can be absolute or relative to current working directory. The LDAPRC, if defined, should be a basename of a file in the current working directory or in the user’s home directory.

Environmental variables may also be used to augment the file based defaults. The name of the option is the as listed but with a prefix of LDAP. For example, to define BASE via the environment, define the variable LDAPBASE to desired value.

OPTIONS

The different configuration options are:
BASE <base>

Used to specify the default base dn to use when performing ldap operations. The base must be specified as a Distinguished Name in LDAP format.

HOST <name[:port] ...>

Used to specify the name(s) of an LDAP server(s) to which ldap library should connect to. Each server’s name can be specified as a domain-style name or an IP address and optionally followed a ’:’ and the port number the ldap server is listening on. A space separated listed of host may be provided.

PORT <port>

Used to specify the port used with connecting to LDAP servers(s). The port may be specified as a number.

SIZELIMIT <integer>

Used to specify a size limit to use when performing searches. The number should be an non-negative integer. SIZELIMIT of zero (0) specifies unlimited search size.

TIMELIMIT <integer>

Used to specify a time limit to use when performing searches. The number should be an non-negative integer. TIMELIMIT of zero (0) specifies unlimited search time to be used.

DEREF <never|searching|finding|always>

Specify how aliases dereferencing is done. DEREF should be set to one of never, always, search, or find to specify that aliases are never dereferenced, always dereferenced, dereferenced when searching, or dereferenced only when locating the base object for the search. The default is to never dereference aliases.

FILES

/etc/openldap/ldap.conf

$HOME/.ldaprc

$CWD/.ldaprc

SEE ALSO

ldap(3)

AUTHOR

Kurt Zeilenga, The OpenLDAP Project

ACKNOWLEDGEMENTS

OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). OpenLDAP is derived from University of Michigan LDAP 3.3 Release.



ldap.conf(5)