suffix2instance.8 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 SUFFIX2INSTANCE 8 "Mar 5, 2013"
  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. suffix2instance - Directory Server script for finding a backend name
  20. .SH SYNOPSIS
  21. suffix2instance [\-Z serverID] \-s suffix [\-h]
  22. .SH DESCRIPTION
  23. Maps a suffix to a backend name. This script can be run while the server is running, or stopped.
  24. .SH OPTIONS
  25. A summary of options is included below:
  26. .TP
  27. .B \fB\-Z\fR \fIServer Identifier\fR
  28. The server ID of the Directory Server instance. If there is only
  29. one instance on the system, this option can be skipped.
  30. .TP
  31. .B \fB\-s\fR \fISuffix DN\fR
  32. The suffix DN to be mapped to a backend name. Example: "dc=example,dc=com"
  33. .TP
  34. .B \fB\-h\fR
  35. .br
  36. Display the usage.
  37. .SH EXAMPLE
  38. .TP
  39. suffix2instance \-s 'dc=example,dc=com'
  40. .TP
  41. suffix2instance \-Z instance3 \-s 'dc=example,dc=com'
  42. .SH DIAGNOSTICS
  43. Exit status is zero if no errors occur. Errors result in a
  44. non-zero exit status and a diagnostic message being written
  45. to standard error.
  46. .SH AUTHOR
  47. suffix2instance was written by the 389 Project.
  48. .SH "REPORTING BUGS"
  49. Report bugs to https://fedorahosted.org/389/newticket.
  50. .SH COPYRIGHT
  51. Copyright \(co 2013 Red Hat, Inc.