diff options
author | Oliver Liebel <oliver@itc.li> | 2010-03-17 20:11:11 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-03-18 11:27:57 +1100 |
commit | 752b2206cbb411e98e88efcfd1df9876a79d4a3d (patch) | |
tree | db21aa559c4a7c9957e20dedfeacfaecbca874d5 /source4/setup/provision | |
parent | 947560fe3754185cd6edf7e1cd7e5c5fe405fa39 (diff) | |
download | samba-752b2206cbb411e98e88efcfd1df9876a79d4a3d.tar.gz |
Fixed --ol-mmr-url helpline
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-x | source4/setup/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index a04bc2ae3f5..993275930e5 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -109,7 +109,7 @@ parser.add_option("--partitions-only", parser.add_option("--targetdir", type="string", metavar="DIR", help="Set target directory") parser.add_option("--ol-mmr-urls", type="string", metavar="LDAPSERVER", - help="List of LDAP-URLS [ ldap://<FQHN>:<PORT>/ (where <PORT> has to be different than 389!) ] separated with whitespaces for use with OpenLDAP-MMR (Multi-Master-Replication)") + help="List of LDAP-URLS [ ldap://<FQHN>:<PORT>/ (where <PORT> has to be different than 389!) ] separated with comma (\",\") for use with OpenLDAP-MMR (Multi-Master-Replication), e.g.: \"ldap://s4dc1:9000,ldap://s4dc2:9000\"") parser.add_option("--slapd-path", type="string", metavar="SLAPD-PATH", help="Path to slapd for LDAP backend [e.g.:'/usr/local/libexec/slapd']. Required for Setup with LDAP-Backend. OpenLDAP Version >= 2.4.17 should be used.") parser.add_option("--setup-ds-path", type="string", metavar="SETUP_DS-PATH", |