SYNOPSIS

getent.ldap \kx [options] [DATABASE] [KEY]

DESCRIPTION

The getent.ldap command can be used to lookup or enumerate information from LDAP. Unlike the getent(1) command, this command completely bypasses the lookups configured in \*(T</etc/nsswitch.conf\*(T> and queries the nslcd(8) daemon directly.

getent.ldap tries to match the behaviour and output of getent and the format in the corresponding flat files as much as possible, however there are a number of differences. If multiple entries are found in LDAP that match a specific query, multiple values are printed (e.g. ethernet addresses that have multiple names, services that support multiple protocols, etc.). Also, some databases have extra options as described below.

OPTIONS

The options that may be specified to the getent.ldap command are:

\*(T<-h\*(T>, \*(T<--help\*(T>

Display short help and exit.

\*(T<-V, --version\*(T>

Output version information and exit.

DATABASES

The DATABASE argument may be any of the supported databases below:

\*(T<aliases\*(T>

Lists or queries email aliases. If KEY is given it searches for the alias by name, otherwise it returns all aliases from LDAP.

\*(T<ethers\*(T>

Lists or queries ethernet addresses. If KEY matches the format of an ethernet address a search by address is performed, otherwise a search by name is performed or all entries are returned if KEY is omitted. Unlike getent, getent.ldapd does support enumerating all ethernet addresses.

\*(T<group\*(T>

Lists or queries groups. If KEY is numeric, it searches for the group by group id.

\*(T<group.bymember\*(T>

The KEY is a user name and groups are returned for which this user is a member. The format is similar to the \*(T<group\*(T> output but the group members are left out for performance reasons.

\*(T<hosts\*(T>

List or search host names and addresses by either host name, IPv4 or IPv6 address. This returns both IPv4 and IPv6 addresses (if available).

\*(T<hostsv4\*(T>

Similar to \*(T<hosts\*(T> but any supplied IPv6 addresses are treated as host names and only IPv4 addresses are returned.

\*(T<hostsv6\*(T>

Similar to \*(T<hosts\*(T> but KEY is treated as an IPv6 address or a host name and only IPv6 addresses are returned.

\*(T<netgroup\*(T>

List or query netgroups and netgroup triples (host, user, domain) that are a member of the netgroup. Unlike getent, getent.ldapd does support enumerating all ethernet addresses.

\*(T<netgroup.norec\*(T>

Similar to \*(T<netgroup\*(T> except that no subsequent lookups are done to expand netgroups which are member of the supplied netgroup and the output may contain both other netgroup names and netgroup triples.

\*(T<networks\*(T>

List or query network names and addresses. KEY may be a network name or address. This map can return both IPv4 and IPv6 network addresses.

\*(T<networksv4\*(T>

Only return IPv4 network addresses.

\*(T<networksv6\*(T>

Only return IPv6 network addresses.

\*(T<passwd\*(T>

Enumerate or search the user account database. KEY may be a user name or numeric user id or be omitted to list all users.

\*(T<protocols\*(T>

Enumerate the internet protocols database.

\*(T<rpc\*(T>

List or search user readable names that map to RPC program numbers. Searching by KEY can be done on name or rpc program number.

\*(T<services\*(T>

List or search the mapping between names for internet services and their corresponding port numbers and protocol types. The KEY can be either a service name or number, followed by an optional slash and protocol name to restrict the search to only entries for the specified protocol.

\*(T<shadow\*(T>

Enumerate or search extended user account information. Note that shadow information is likely only exposed to the root user and by default nslcd does not expose password hashes, even to root.

RELATED TO getent.ldap…

AUTHOR

This manual was written by Arthur de Jong <[email protected]>.

BUGS

Currently, getent.ldapd does not correctly set an exit code. It should return the same kind of exit codes as getent does (e.g. for missing entries).