search for: nis_error

Displaying 1 result from an estimated 1 matches for "nis_error".

Did you mean: is_error
1997 Oct 03
1
Homedir maps (+small patch)
.... - Goodi "UNIX should be used as an adjective." -- AT&T --- password.c.orig Thu Sep 18 12:21:48 1997 +++ password.c Thu Sep 18 13:48:31 1997 @@ -220,6 +220,20 @@ &nis_result, &nis_result_len)) DEBUG(3, ("YP Error: %s\n", yperr_string(nis_error))); if (!nis_error && lp_nis_home_map()) { + + /* Try to remove mount options (user: -rw,intr hostname:/foo/home/user) + when yp_match returns "-rw,intr hostname:/foo/home/user" + This will screw up if hostname starts with '-', but - is unlikely + f...