mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Align SSD names with nsswitch.conf names
This commit is contained in:
parent
ec11a76a62
commit
a440584dfd
@ -42,16 +42,16 @@ for each NSS service that will be used. SSDs are configured using
|
||||
nssov-ssd <service> <url>
|
||||
|
||||
where the <service> may be one of
|
||||
alias
|
||||
ether
|
||||
aliases
|
||||
ethers
|
||||
group
|
||||
host
|
||||
hosts
|
||||
netgroup
|
||||
network
|
||||
networks
|
||||
passwd
|
||||
protocol
|
||||
protocols
|
||||
rpc
|
||||
service
|
||||
services
|
||||
shadow
|
||||
|
||||
and the <url> must be of the form
|
||||
|
@ -397,16 +397,16 @@ static void *acceptconn(void *ctx, void *arg)
|
||||
}
|
||||
|
||||
static slap_verbmasks nss_svcs[] = {
|
||||
{ BER_BVC("alias"), NM_alias },
|
||||
{ BER_BVC("ether"), NM_ether },
|
||||
{ BER_BVC("aliases"), NM_alias },
|
||||
{ BER_BVC("ethers"), NM_ether },
|
||||
{ BER_BVC("group"), NM_group },
|
||||
{ BER_BVC("host"), NM_host },
|
||||
{ BER_BVC("hosts"), NM_host },
|
||||
{ BER_BVC("netgroup"), NM_netgroup },
|
||||
{ BER_BVC("network"), NM_network },
|
||||
{ BER_BVC("networks"), NM_network },
|
||||
{ BER_BVC("passwd"), NM_passwd },
|
||||
{ BER_BVC("protocol"), NM_protocol },
|
||||
{ BER_BVC("protocols"), NM_protocol },
|
||||
{ BER_BVC("rpc"), NM_rpc },
|
||||
{ BER_BVC("service"), NM_service },
|
||||
{ BER_BVC("services"), NM_service },
|
||||
{ BER_BVC("shadow"), NM_shadow },
|
||||
{ BER_BVNULL, 0 }
|
||||
};
|
||||
|
@ -83,16 +83,16 @@ This directive configures a Service Search Descriptor (SSD) for each NSS
|
||||
service that will be used. The <service> may be one of
|
||||
.RS
|
||||
.nf
|
||||
alias
|
||||
ether
|
||||
aliases
|
||||
ethers
|
||||
group
|
||||
host
|
||||
hosts
|
||||
netgroup
|
||||
network
|
||||
networks
|
||||
passwd
|
||||
protocol
|
||||
protocols
|
||||
rpc
|
||||
service
|
||||
services
|
||||
shadow
|
||||
.fi
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user