diff options
author | sdussud <none@none> | 2006-09-29 05:15:47 -0700 |
---|---|---|
committer | sdussud <none@none> | 2006-09-29 05:15:47 -0700 |
commit | 350f572a3fa518fc3690d53066c2c54fd03b5a08 (patch) | |
tree | 485866787e5574bebfb38bd396fe7ce040bcddaa /usr/src | |
parent | 2f48339a0c14421b8826b39fc3ab783a064cb77b (diff) | |
download | illumos-gate-350f572a3fa518fc3690d53066c2c54fd03b5a08.tar.gz |
6457569 N2L: rpc.yppasswdd does ont use keyword nisLDAPyppasswddDomains
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/libnisdb/yptol/shim_changepasswd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libnisdb/yptol/shim_changepasswd.c b/usr/src/lib/libnisdb/yptol/shim_changepasswd.c index cf22eb9e09..dad0153f68 100644 --- a/usr/src/lib/libnisdb/yptol/shim_changepasswd.c +++ b/usr/src/lib/libnisdb/yptol/shim_changepasswd.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -209,7 +208,8 @@ shim_changepasswd(SVCXPRT *transp) * we try to get a list of password related domains from the mapping * file. */ - if (0 != (dom_count = get_mapping_domain_list(&domain_list))) { + if (0 != + (dom_count = get_mapping_yppasswdd_domain_list(&domain_list))) { /* Got a domain list ... process all the domains */ for (i = 0; i < dom_count; i ++) { ret = proc_domain(&yppwd, root_on_master, |