diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-06 20:20:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-07 20:20:22 +0200 |
commit | 94d9c76e4acc798894ea23d9ac049ce7ce995ec0 (patch) | |
tree | da1a95cda3e4bb11962c31f99b234fb16e56e64e /nis/Makefile | |
parent | afc3a2eb80617adaa8be75a7649c7ee2e1116a72 (diff) | |
download | glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar.gz glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar.bz2 glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.zip |
nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
The interface has hard-coded buffer sizes and is therefore tied to
DES. It also does not match current practice where different
services on the same host use different key material.
This change simplifies removal of the sunrpc code.
Diffstat (limited to 'nis/Makefile')
-rw-r--r-- | nis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile index 6ce2199459..9ad5e1db7a 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -36,7 +36,7 @@ headers := $(wildcard rpcsvc/*.[hx]) # These are the databases available for the nis (and perhaps later nisplus) # service. This must be a superset of the services in nss. databases = proto service hosts network grp pwd rpc ethers \ - spwd netgrp alias publickey + spwd netgrp alias # Specify rules for the nss_* modules. services := nis nisplus |