~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to clients/tools/ldapexop.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
/* ldapexop.c -- a tool for performing well-known extended operations */
2
 
/* $OpenLDAP: pkg/ldap/clients/tools/ldapexop.c,v 1.9.2.5 2009/01/22 00:00:42 kurt Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/clients/tools/ldapexop.c,v 1.9.2.6 2009/08/14 20:51:14 quanah Exp $ */
3
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
 *
5
5
 * Copyright 2005-2009 The OpenLDAP Foundation.
43
43
{
44
44
        fprintf( stderr, _("Issue LDAP extended operations\n\n"));
45
45
        fprintf( stderr, _("usage: %s [options] <oid|oid:data|oid::b64data>\n"), prog);
 
46
        fprintf( stderr, _("       %s [options] whoami\n"), prog);
 
47
        fprintf( stderr, _("       %s [options] cancel <id>\n"), prog);
 
48
        fprintf( stderr, _("       %s [options] refresh <DN> [<ttl>]\n"), prog);
46
49
        tool_common_usage();
47
50
        exit( EXIT_FAILURE );
48
51
}
152
155
                case 2:
153
156
                        dn.bv_val = argv[ 1 ];
154
157
                        dn.bv_len = strlen( dn.bv_val );
155
 
 
156
 
                case 1:
157
158
                        break;
158
159
 
159
160
                default: