ns-newpwpolicy.pl.8 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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-NEWPWPOLICY.PL 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. ns-newpwpolicy.pl - Directory Server perl script for preparing new password policies.
  20. .SH SYNOPSIS
  21. ns-newpwpolicy.pl [\-Z serverID] [\-v] [\-D rootdn] { \-w password | \-j filename } [\-P protocol] [\-p port] [\-h host] \-U UserDN \-S SuffixDN
  22. .SH DESCRIPTION
  23. Adds entries required for implementing the user- and subtree-level password policy.
  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\-D\fR \fIRoot DN\fR
  32. The Directory Manager DN, or root DN. If not specified, the script will
  33. search the server instance configuration for the value.
  34. .TP
  35. .B \fB\-w\fR \fIpassword\fR
  36. The rootdn password.
  37. .TP
  38. .B \fB\-w \-\fR
  39. .br
  40. Prompt for the rootdn password.
  41. .TP
  42. .B \fB\-j\fR \fIpassword filename\fR
  43. The name of the file that contains the root DN password.
  44. .TP
  45. .B \fB\-P\fR \fIProtocol\fR
  46. The connection protocol to connect to the Directory Server. Protocols are STARTTLS, LDAPS, LDAPI, and LDAP.
  47. If this option is skipped, the most secure protocol that is available is used. For LDAPI, AUTOBIND is also
  48. available for the root user.
  49. .TP
  50. .B \fB\-h\fR \fIhost\fR
  51. Host name of the Directory Server.
  52. .TP
  53. .B \fB\-p\fR \fIport\fR
  54. Port number of the Directory Server.
  55. .TP
  56. .B \fB\-U\fR \fIuserDN\fR
  57. Specifies the DN of the user entry that needs to be updated with user-level password policy attributes.
  58. .TP
  59. .B \fB\-S\fR \fIsuffixDN\fR
  60. Specifies the DN of the suffix entry that needs to be updated with subtree-level password policy attributes.
  61. .TP
  62. .B \fB\-v\fR
  63. .br
  64. Display verbose output
  65. .SH EXAMPLE
  66. .TP
  67. ns-newpwpolicy.pl \-Z instance3 \-D 'cn=directory manager' \-w password \-P STARTTLS \-U 'uid=user,ou=people,dc=example,dc=com'
  68. Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
  69. .SH DIAGNOSTICS
  70. Exit status is zero if no errors occur. Errors result in a
  71. non-zero exit status and a diagnostic message being written
  72. to standard error.
  73. .SH AUTHOR
  74. ns-newpwpolicy.pl was written by the 389 Project.
  75. .SH "REPORTING BUGS"
  76. Report bugs to https://fedorahosted.org/389/newticket.
  77. .SH COPYRIGHT
  78. Copyright \(co 2013 Red Hat, Inc.