ldif.1 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH LDIF 1 "May 18, 2008"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. ldif \- manipulates an LDIF stream by adding a column with the
  20. defined attribute type
  21. .SH SYNOPSIS
  22. .B ldif
  23. [\fI-b\fR] attrtype
  24. .SH DESCRIPTION
  25. Manipulates an LDIF stream by adding a column with the
  26. defined attribute type
  27. .PP
  28. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  29. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  30. .\" respectively.
  31. .SH OPTIONS
  32. A summary of options is included below:
  33. .TP
  34. .B \-b
  35. Output base64 binary format
  36. .SH USAGE
  37. .TP
  38. .B
  39. ldif dn < /tmp/ldif
  40. .SH AUTHOR
  41. ldif was written by the 389 Project.
  42. .SH "REPORTING BUGS"
  43. Report bugs to https://fedorahosted.org/389/newticket.
  44. .SH COPYRIGHT
  45. Copyright \(co 2001 Sun Microsystems, Inc. Used by permission.
  46. .br
  47. Copyright \(co 2008 Red Hat, Inc.
  48. .br
  49. This manual page was written by Michele Baldessari <[email protected]>,
  50. for the Debian project (but may be used by others).
  51. .br
  52. This is free software. You may redistribute copies of it under the terms of
  53. the Directory Server license found in the LICENSE file of this
  54. software distribution. This license is essentially the GNU General Public
  55. License version 2 with an exception for plug-in distribution.