summaryrefslogtreecommitdiff
path: root/usr/src/lib/passwdutil/utils.c
diff options
context:
space:
mode:
authorRaja Andra <Rajagopal.Andra@Sun.COM>2009-12-06 01:39:21 -0800
committerRaja Andra <Rajagopal.Andra@Sun.COM>2009-12-06 01:39:21 -0800
commit36e852a172cba914383d7341c988128b2c667fbd (patch)
tree6cf9fe61b54ffa5f49f74f8b3ee20249279d5efe /usr/src/lib/passwdutil/utils.c
parent560e0ee2bb5791b5efe2cbdc74d0a76f06dbd84d (diff)
downloadillumos-joyent-36e852a172cba914383d7341c988128b2c667fbd.tar.gz
6874309 Remove NIS+ from Solaris
Diffstat (limited to 'usr/src/lib/passwdutil/utils.c')
-rw-r--r--usr/src/lib/passwdutil/utils.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/lib/passwdutil/utils.c b/usr/src/lib/passwdutil/utils.c
index 2f6474ef29..01691ed5d4 100644
--- a/usr/src/lib/passwdutil/utils.c
+++ b/usr/src/lib/passwdutil/utils.c
@@ -43,26 +43,17 @@
#define MAXWEEKS -1
#define WARNWEEKS -1
-extern repops_t files_repops, nis_repops,
- nisplus_repops, ldap_repops, nss_repops;
+extern repops_t files_repops, nis_repops, ldap_repops, nss_repops;
repops_t *rops[REP_LAST+1] = {
NULL,
&files_repops,
&nis_repops,
NULL,
- &nisplus_repops,
- NULL,
- NULL,
- NULL,
&ldap_repops,
NULL,
NULL,
NULL,
- NULL,
- NULL,
- NULL,
- NULL,
&nss_repops,
};