ns-slapd.8 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 NS-SLAPD 8 "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. ns\(hyslapd \- The main Directory Server daemon
  20. .SH SYNOPSIS
  21. .B ns-slapd
  22. \-D configdir [\fI\-d debuglevel\fR] [\fI\-i pidlogfile\fR] [\fI\-v\fR] [\fI\-V\fR]
  23. .SH DESCRIPTION
  24. ns\(hyslapd launches the LDAP Directory Server
  25. .PP
  26. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  27. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  28. .\" respectively.
  29. .SH OPTIONS
  30. A summary of options is included below:
  31. .TP
  32. .B \-v
  33. Show version of program.
  34. .TP
  35. .B \-D configdir
  36. Specifies the configuration directory pointing at the instance
  37. to be started (e.g. /etc/dirsrv/slapd\(hylocalhost)
  38. .TP
  39. .B \-d debuglevel
  40. Specifies the debuglevel to be used
  41. .TP
  42. .B \-i pidlogfile
  43. Specifies file where the pid of the process will be stored
  44. .br
  45. .SH AUTHOR
  46. ns-slapd was written by the 389 Project.
  47. .SH "REPORTING BUGS"
  48. Report bugs to https://fedorahosted.org/389/newticket.
  49. .SH COPYRIGHT
  50. Copyright \(co 2001 Sun Microsystems, Inc. Used by permission.
  51. .br
  52. Copyright \(co 2008 Red Hat, Inc.
  53. .br
  54. This manual page was written by Michele Baldessari <[email protected]>,
  55. for the Debian project (but may be used by others).
  56. .br
  57. This is free software. You may redistribute copies of it under the terms of
  58. the Directory Server license found in the LICENSE file of this
  59. software distribution. This license is essentially the GNU General Public
  60. License version 2 with an exception for plug\(hyin distribution.