~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to clients/tools/ldapmodify.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ldapmodify.c - generic program to modify or add entries using LDAP */
2
 
/* $OpenLDAP: pkg/ldap/clients/tools/ldapmodify.c,v 1.186.2.11 2009/07/08 00:28:21 quanah Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/clients/tools/ldapmodify.c,v 1.186.2.12 2009/08/13 00:55:07 quanah Exp $ */
3
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
 *
5
5
 * Copyright 1998-2009 The OpenLDAP Foundation.
137
137
        fprintf( stderr, _("Add or modify options:\n"));
138
138
        fprintf( stderr, _("  -a         add values (%s)\n"),
139
139
                (ldapadd ? _("default") : _("default is to replace")));
 
140
        fprintf( stderr, _("  -c         continuous operation mode (do not stop on errors)\n"));
140
141
        fprintf( stderr, _("  -E [!]ext=extparam        modify extensions"
141
142
                " (! indicate s criticality)\n"));
 
143
        fprintf( stderr, _("  -f file    read operations from `file'\n"));
 
144
        fprintf( stderr, _("  -M         enable Manage DSA IT control (-MM to make critical)\n"));
 
145
        fprintf( stderr, _("  -P version protocol version (default: 3)\n"));
142
146
#ifdef LDAP_X_TXN
143
147
        fprintf( stderr,
144
148
                _("             [!]txn=<commit|abort>         (transaction)\n"));