components/openldap/patches/05-man-page.patch
changeset 5911 a8d897c4c442
child 6024 1ef2f49e9382
equal deleted inserted replaced
5910:93ac80235738 5911:a8d897c4c442
       
     1 Fixes problem with the mismatch of binary names and 
       
     2 man page descriptions of openldap client tools. 
       
     3 Patch was developed in-house; it is Solaris specific and
       
     4 will not be contributed upstream.
       
     5 
       
     6 --- openldap-2.4.44/doc/man/man1/ldapcompare.1.old	Mon Nov 30 09:02:00 2015
       
     7 +++ openldap-2.4.44/doc/man/man1/ldapcompare.1	Tue Dec  1 15:28:25 2015
       
     8 @@ -3,7 +3,9 @@
       
     9  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
    10  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
    11  .SH NAME
       
    12 -ldapcompare \- LDAP compare tool
       
    13 +/usr/bin/openldapcompare \- LDAP compare tool
       
    14 +.br
       
    15 +/usr/lib/openldap/bin/ldapcompare \- LDAP compare tool
       
    16  .SH SYNOPSIS
       
    17  .B ldapcompare
       
    18  [\c
       
    19 
       
    20 --- openldap-2.4.44/doc/man/man1/ldapdelete.1.old	Mon Nov 30 09:02:00 2015
       
    21 +++ openldap-2.4.44/doc/man/man1/ldapdelete.1	Tue Dec  1 15:28:25 2015
       
    22 @@ -3,7 +3,11 @@
       
    23  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
    24  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
    25  .SH NAME
       
    26 -ldapdelete \- LDAP delete entry tool
       
    27 +/usr/bin/ldapdelete \- LDAP delete entry tool
       
    28 +.br
       
    29 +/usr/bin/openldapdelete \- LDAP delete entry tool
       
    30 +.br
       
    31 +/usr/lib/openldap/bin/ldapdelete \- LDAP delete entry tool
       
    32  .SH SYNOPSIS
       
    33  .B ldapdelete
       
    34  [\c
       
    35 
       
    36 --- openldap-2.4.44/doc/man/man1/ldapexop.1.old	Mon Nov 30 09:02:00 2015
       
    37 +++ openldap-2.4.44/doc/man/man1/ldapexop.1	Tue Dec  1 15:28:25 2015
       
    38 @@ -15,7 +15,9 @@
       
    39  .TH LDAPEXOP 1
       
    40  
       
    41  .SH NAME
       
    42 -ldapexop \- issue LDAP extended operations
       
    43 +/usr/bin/openldapexop \- issue LDAP extended operations
       
    44 +.br
       
    45 +/usr/lib/openldap/bin/ldapexop \- issue LDAP extended operations
       
    46  
       
    47  .SH SYNOPSIS
       
    48  ldapexop
       
    49 
       
    50 --- openldap-2.4.44/doc/man/man1/ldapmodify.1.old	Mon Nov 30 09:02:00 2015
       
    51 +++ openldap-2.4.44/doc/man/man1/ldapmodify.1	Tue Dec  1 15:28:25 2015
       
    52 @@ -3,7 +3,11 @@
       
    53  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
    54  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
    55  .SH NAME
       
    56 -ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
       
    57 +/usr/bin/ldapmodify, /usr/bin/ldapadd \- LDAP modify entry and LDAP add entry tools
       
    58 +.br
       
    59 +/usr/bin/openldapmodify, /usr/bin/openldapadd \- LDAP modify entry and LDAP add entry tools
       
    60 +.br
       
    61 +/usr/lib/openldap/bin/ldapmodify, /usr/lib/openldap/bin/ldapadd \- LDAP modify entry and LDAP add entry tools
       
    62  .SH SYNOPSIS
       
    63  .B ldapmodify
       
    64  [\c
       
    65 
       
    66 --- openldap-2.4.44/doc/man/man1/ldapmodrdn.1.old	Mon Nov 30 09:02:00 2015
       
    67 +++ openldap-2.4.44/doc/man/man1/ldapmodrdn.1	Tue Dec  1 15:28:25 2015
       
    68 @@ -3,7 +3,11 @@
       
    69  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
    70  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
    71  .SH NAME
       
    72 -ldapmodrdn \- LDAP rename entry tool
       
    73 +/usr/bin/ldapmodrdn \- LDAP rename entry tool
       
    74 +.br
       
    75 +/usr/bin/openldapmodrdn \- LDAP rename entry tool
       
    76 +.br
       
    77 +/usr/lib/openldap/bin/ldapmodrdn \- LDAP rename entry tool
       
    78  .SH SYNOPSIS
       
    79  .B ldapmodrdn
       
    80  [\c
       
    81 
       
    82 --- openldap-2.4.44/doc/man/man1/ldappasswd.1.old	Mon Nov 30 09:02:00 2015
       
    83 +++ openldap-2.4.44/doc/man/man1/ldappasswd.1	Tue Dec  1 15:28:25 2015
       
    84 @@ -3,7 +3,9 @@
       
    85  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
    86  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
    87  .SH NAME
       
    88 -ldappasswd \- change the password of an LDAP entry
       
    89 +/usr/bin/openldappasswd \- change the password of an LDAP entry
       
    90 +.br
       
    91 +/usr/lib/openldap/bin/ldappasswd \- change the password of an LDAP entry
       
    92  .SH SYNOPSIS
       
    93  .B ldappasswd
       
    94  [\c
       
    95 
       
    96 --- openldap-2.4.44/doc/man/man1/ldapsearch.1.old	Mon Nov 30 09:02:00 2015
       
    97 +++ openldap-2.4.44/doc/man/man1/ldapsearch.1	Tue Dec  1 15:28:25 2015
       
    98 @@ -3,7 +3,11 @@
       
    99  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
   100  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
   101  .SH NAME
       
   102 -ldapsearch \- LDAP search tool
       
   103 +/usr/bin/ldapsearch \- LDAP search tool
       
   104 +.br
       
   105 +/usr/bin/openldapsearch \- LDAP search tool
       
   106 +.br
       
   107 +/usr/lib/openldap/bin/ldapsearch \- LDAP search tool
       
   108  .SH SYNOPSIS
       
   109  .B ldapsearch
       
   110  [\c
       
   111 
       
   112 --- openldap-2.4.44/doc/man/man1/ldapurl.1.old	Mon Nov 30 09:02:00 2015
       
   113 +++ openldap-2.4.44/doc/man/man1/ldapurl.1	Tue Dec  1 15:28:25 2015
       
   114 @@ -3,7 +3,9 @@
       
   115  .\" Copyright 2008-2016 The OpenLDAP Foundation All Rights Reserved.
       
   116  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
   117  .SH NAME
       
   118 -ldapurl \- LDAP URL formatting tool
       
   119 +/usr/bin/openldapurl \- LDAP URL formatting tool
       
   120 +.br
       
   121 +/usr/lib/openldap/bin/ldapurl \- LDAP URL formatting tool
       
   122  .SH SYNOPSIS
       
   123  .B ldapurl
       
   124  [\c
       
   125 
       
   126 --- openldap-2.4.44/doc/man/man1/ldapwhoami.1.old	Mon Nov 30 09:02:00 2015
       
   127 +++ openldap-2.4.44/doc/man/man1/ldapwhoami.1	Tue Dec  1 15:28:25 2015
       
   128 @@ -3,7 +3,9 @@
       
   129  .\" Copyright 1998-2016 The OpenLDAP Foundation All Rights Reserved.
       
   130  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
       
   131  .SH NAME
       
   132 -ldapwhoami \- LDAP who am i? tool
       
   133 +/usr/bin/openldapwhoami \- LDAP who am i? tool
       
   134 +.br
       
   135 +/usr/lib/openldap/bin/ldapwhoami \- LDAP who am i? tool
       
   136  .SH SYNOPSIS
       
   137  .B ldapwhoami
       
   138  [\c