6930182 inityp2l suggests full path to cert database but it is not supported
authorMilan Jurik <Milan.Jurik@Sun.COM>
Wed, 24 Mar 2010 12:31:02 +0000
changeset 11989 603e0907d3e2
parent 11988 89d5c26693a6
child 11990 0c19ce512337
6930182 inityp2l suggests full path to cert database but it is not supported
usr/src/cmd/ypcmd/yp2lscripts/inityp2l.sh
--- a/usr/src/cmd/ypcmd/yp2lscripts/inityp2l.sh	Wed Mar 24 12:29:30 2010 +0000
+++ b/usr/src/cmd/ypcmd/yp2lscripts/inityp2l.sh	Wed Mar 24 12:31:02 2010 +0000
@@ -20,9 +20,7 @@
 # CDDL HEADER END
 #
 #
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # inityp2l -- Utility to generate YP (NIS) to LDAP
@@ -249,7 +247,7 @@
     ;;
     TLSCertificateDBPath_help) cat <<EOF
 
-HELP - The absolute path name of the file containing the certificate
+HELP - The absolute path name of the directory containing the certificate
        database. The default value is "$DEF_TLSCertificateDBPath"
 
 EOF
@@ -1257,7 +1255,7 @@
 configDN_flag=0
 DEF_nisLDAPconfigDN=""
 DEF_TLS=none
-DEF_TLSCertificateDBPath=/var/yp/cert7.db
+DEF_TLSCertificateDBPath=/var/yp/
 DEF_nisLDAPbindTimeout=15
 DEF_nisLDAPsearchTimeout=180
 DEF_nisLDAPmodifyTimeout=15
@@ -1616,7 +1614,7 @@
 while :
 do
 
-get_ans "TLS Certificate DB for configuration server (h=help):"\
+get_ans "Path with TLS Certificate DB for configuration server (h=help):"\
             "${DEF_TLSCertificateDBPath}"
 
 # If help continue, otherwise break.
@@ -1716,7 +1714,7 @@
 while :
 do
 
-get_ans "TLS Certificate DB for LDAP data server (h=help):"\
+get_ans "Path with TLS Certificate DB for LDAP data server (h=help):"\
         "${DEF_nisLDAPTLSCertificateDBPath}"
 
 # If help continue, otherwise break.