blob: 33072fa730de28aac6620010b4360efe0677767d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* nss_nisplus: When using parser form nss_files, rewrite parser
* nss_nisplus: Search the data in the complete NIS+ namespace
specified by NIS_PATH
* What does nis_list give back, if rpc.nisd is not running or
if /var/nis/NIS_START_FILE does not exist ?
* nis_table.c: nis_list():
Missing flags: FOLLOW_PATH, ALL_RESULTS
callback: Don't simulate it, use server callback thread
* Missing flags:
- FOLLOW_PATH (nis_list, not supported)
- ALL_RESULTS (nis_list, not supported, needs server callback)
- NO_CACHE (__do_niscall, cache not supported yet)
|