~ubuntu-branches/ubuntu/vivid/shelldap/vivid-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso
  • Date: 2014-08-12 08:57:05 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140812085705-8p1fgmfedw4x3y77
Tags: 1.2.0-1
* Imported Upstream version 1.2.0
* Drop fix-POD-error.patch patch
* Update Vcs-Browser URL to cgit web frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
    delete
195
195
        Remove an entry from the directory. Globbing is supported. All
196
 
        deletes are sanity-prompted.
 
196
        deletes are sanity-prompted. The -v flag prints the entries out for
 
197
        review before delete.
197
198
 
198
199
            delete uid=mahlon
199
200
            delete uid=ma*
 
201
            rm -v uid=mahlon,ou=People,dc=example,o=company l=office
200
202
 
201
203
        aliased to: rm
202
204
 
291
293
        Show current auth credentials. Unless you specified a binddn, this
292
294
        will just show an anonymous bind.
293
295
 
 
296
        aliased to: id
 
297
 
294
298
TODO
295
299
    Referral support. Currently, if you try to write to a replicant slave,
296
300
    you'll just get a referral. It would be nice if shelldap automatically
306
310
AUTHOR
307
311
    Mahlon E. Smith <mahlon@martini.nu>
308
312
 
309
 
POD ERRORS
310
 
    Hey! The above document had some coding errors, which are explained
311
 
    below:
312
 
 
313
 
    Around line 148:
314
 
        '=item' outside of any '=over'
315