From: Pierangelo Masarati Date: Thu, 7 Apr 2005 19:57:38 +0000 (+0000) Subject: clarify what can appear after -H X-Git-Tag: OPENLDAP_AC_BP~987 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e410840e22dabcfec4701affc6c33063f8414680;p=openldap clarify what can appear after -H --- diff --git a/doc/man/man1/ldapcompare.1 b/doc/man/man1/ldapcompare.1 index 8ad047c5a4..4ba466e918 100644 --- a/doc/man/man1/ldapcompare.1 +++ b/doc/man/man1/ldapcompare.1 @@ -125,7 +125,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index d7063687ad..71f04ff8ea 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -133,7 +133,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 5f36dbe79e..b91241def3 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -204,7 +204,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index b00d6da60c..0ec4a74897 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -134,7 +134,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldappasswd.1 b/doc/man/man1/ldappasswd.1 index c770a01cab..a50fa9bb10 100644 --- a/doc/man/man1/ldappasswd.1 +++ b/doc/man/man1/ldappasswd.1 @@ -103,7 +103,9 @@ Set the LDAP debugging level to \fIdebuglevel\fP. must be compiled with LDAP_DEBUG defined for this option to have any effect. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index f6bcb26bd0..cdb952bb67 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -182,7 +182,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running. diff --git a/doc/man/man1/ldapwhoami.1 b/doc/man/man1/ldapwhoami.1 index 89c3d9d412..eb0f2f2f4c 100644 --- a/doc/man/man1/ldapwhoami.1 +++ b/doc/man/man1/ldapwhoami.1 @@ -86,7 +86,9 @@ Use complete contents of \fIpasswdfile\fP as the password for simple authentication. .TP .BI \-H \ ldapuri -Specify URI(s) referring to the ldap server(s). +Specify URI(s) referring to the ldap server(s); only the protocol/host/port +fields are allowed; a list of URI, separated by whitespace or commas +is expected. .TP .BI \-h \ ldaphost Specify an alternate host on which the ldap server is running.