[Ultrapossum-cvs 791] projects/nss ...

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 11日 (月) 19:31:25 JST


===================================================================
RCS file: projects/nss/ldap2group.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- projects/nss/ldap2group.pl	2004/10/11 10:04:04	1.2
+++ projects/nss/ldap2group.pl	2004/10/11 10:31:25	1.3
@@ -36,7 +36,7 @@
 	   'outputfile|o=s' => \$outputfile,
 	   'starttls|Z' => \$starttls);
 if (!defined($ldapbase) || $ldapbase eq '') {
-    print STDERR "usage: $0 [-h ldapserver] [-b base] group\n";
+    print STDERR "usage: $0 [-h ldapserver] [-b base] [-Z]\n";
     exit 1;
 }
 
===================================================================
RCS file: projects/nss/ldap2pw.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- projects/nss/ldap2pw.pl	2004/10/11 10:04:04	1.2
+++ projects/nss/ldap2pw.pl	2004/10/11 10:31:25	1.3
@@ -35,7 +35,7 @@
            'outputfile|o=s' => \$outputfile,
 	   'starttls|Z' => \$starttls);
 if (!defined($ldapbase) || $ldapbase eq '') {
-    print STDERR "usage: $0 [-h ldapserver] [-b base]\n";
+    print STDERR "usage: $0 [-h ldapserver] [-b base] [-Z]\n";
     exit 1;
 }
 
===================================================================
RCS file: projects/nss/ldap2shadow.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- projects/nss/ldap2shadow.pl	2004/10/11 10:04:04	1.2
+++ projects/nss/ldap2shadow.pl	2004/10/11 10:31:25	1.3
@@ -45,7 +45,7 @@
            'outputfile|o=s' => \$outputfile,
 	   'starttls|Z' => \$starttls);
 if (!defined($ldapbase) || $ldapbase eq '') {
-    print STDERR "usage: $0 [-h ldapserver] [-b base] [-D binddn] [-w bindpw|-W]\n";
+    print STDERR "usage: $0 [-h ldapserver] [-b base] [-D binddn] [-w bindpw|-W] [-Z]\n";
     exit 1;
 }
 



Ultrapossum-cvs メーリングリストの案内
Back to archive index