Align SSD names with nsswitch.conf names

This commit is contained in:
Howard Chu 2009-06-04 12:21:16 +00:00
parent ec11a76a62
commit a440584dfd
3 changed files with 18 additions and 18 deletions

View File

@ -42,16 +42,16 @@ for each NSS service that will be used. SSDs are configured using
nssov-ssd <service> <url> nssov-ssd <service> <url>
where the <service> may be one of where the <service> may be one of
alias aliases
ether ethers
group group
host hosts
netgroup netgroup
network networks
passwd passwd
protocol protocols
rpc rpc
service services
shadow shadow
and the <url> must be of the form and the <url> must be of the form

View File

@ -397,16 +397,16 @@ static void *acceptconn(void *ctx, void *arg)
} }
static slap_verbmasks nss_svcs[] = { static slap_verbmasks nss_svcs[] = {
{ BER_BVC("alias"), NM_alias }, { BER_BVC("aliases"), NM_alias },
{ BER_BVC("ether"), NM_ether }, { BER_BVC("ethers"), NM_ether },
{ BER_BVC("group"), NM_group }, { BER_BVC("group"), NM_group },
{ BER_BVC("host"), NM_host }, { BER_BVC("hosts"), NM_host },
{ BER_BVC("netgroup"), NM_netgroup }, { BER_BVC("netgroup"), NM_netgroup },
{ BER_BVC("network"), NM_network }, { BER_BVC("networks"), NM_network },
{ BER_BVC("passwd"), NM_passwd }, { BER_BVC("passwd"), NM_passwd },
{ BER_BVC("protocol"), NM_protocol }, { BER_BVC("protocols"), NM_protocol },
{ BER_BVC("rpc"), NM_rpc }, { BER_BVC("rpc"), NM_rpc },
{ BER_BVC("service"), NM_service }, { BER_BVC("services"), NM_service },
{ BER_BVC("shadow"), NM_shadow }, { BER_BVC("shadow"), NM_shadow },
{ BER_BVNULL, 0 } { BER_BVNULL, 0 }
}; };

View File

@ -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 service that will be used. The <service> may be one of
.RS .RS
.nf .nf
alias aliases
ether ethers
group group
host hosts
netgroup netgroup
network networks
passwd passwd
protocol protocols
rpc rpc
service services
shadow shadow
.fi .fi
.RE .RE