diff --git a/contrib/bin/fusiondirectory-setup b/contrib/bin/fusiondirectory-setup index 033164b4e7d4a72579b0ef88ebeaa11548a9bb9d..b38b004eed14b7818ce5938a05f3b830909f3b60 100644 --- a/contrib/bin/fusiondirectory-setup +++ b/contrib/bin/fusiondirectory-setup @@ -1675,7 +1675,7 @@ __END__ =head1 NAME -fusiondirectory-setup - FusionDirectory setup script +fusiondirectory-setup - FusionDirectory configuration management tool =head1 DESCRIPTION @@ -1753,12 +1753,12 @@ This option will print an LDIF to allow you to remove deprecated attributes from =item --show-config -This option will print a dump of the FusionDirectory configuration LDAP node. +This option will print a dump of the FusionDirectory configuration LDAP node. =item --set-config-VAR=value -This option sets the value of a configuration field in the LDAP. The value needs to be in the correct LDAP format. -You can’t set multivaluated field with this. The var name can be provided with or without the fd prefix. +This option sets the value of a configuration field in the LDAP. The value needs to be in the correct LDAP format. +You cannot set multivalued field with this. The var name can be provided with or without the fd prefix. =item --yes diff --git a/contrib/man/fusiondirectory-setup.1 b/contrib/man/fusiondirectory-setup.1 index 294bff4805064db2499566f89bb045b6b0411805..52a5cc8449a03fd01bfb419493740cb1c94d81a0 100644 --- a/contrib/man/fusiondirectory-setup.1 +++ b/contrib/man/fusiondirectory-setup.1 @@ -133,13 +133,13 @@ .\" ======================================================================== .\" .IX Title "FUSIONDIRECTORY-SETUP 1" -.TH FUSIONDIRECTORY-SETUP 1 "2016-01-05" "FusionDirectory 1.0.9.2" "FusionDirectory Documentation" +.TH FUSIONDIRECTORY-SETUP 1 "2016-01-22" "FusionDirectory 1.0.9.3" "FusionDirectory Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -fusiondirectory\-setup \- FusionDirectory setup script +fusiondirectory\-setup \- FusionDirectory configuration management tool .SH "DESCRIPTION" .IX Header "DESCRIPTION" This script is designed to perform multiple checks on your FusionDirectory/LDAP architecture, and fix usual misconfiguration. @@ -195,6 +195,13 @@ This option will list the dn of \s-1LDAP\s0 entries using deprecated attributes .IP "\-\-ldif\-deprecated" 4 .IX Item "--ldif-deprecated" This option will print an \s-1LDIF\s0 to allow you to remove deprecated attributes from you ldap server. Be carefull and check before applying. +.IP "\-\-show\-config" 4 +.IX Item "--show-config" +This option will print a dump of the FusionDirectory configuration \s-1LDAP\s0 node. +.IP "\-\-set\-config\-VAR=value" 4 +.IX Item "--set-config-VAR=value" +This option sets the value of a configuration field in the \s-1LDAP.\s0 The value needs to be in the correct \s-1LDAP\s0 format. +You cannot set multivalued field with this. The var name can be provided with or without the fd prefix. .IP "\-\-yes" 4 .IX Item "--yes" This flag will answer \*(L"yes\*(R" to every yes/no question asked by the script