diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-20 12:21:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-20 12:21:36 +1000 |
commit | 41493cbe680e0b8dff3b84937b3005c72c39dec6 (patch) | |
tree | ff1c142fffaefa68a817409d331cb4bdb8d567a4 /source4/setup | |
parent | b33f4541f6157163f9b22af8607ecefe3953638f (diff) | |
download | samba-41493cbe680e0b8dff3b84937b3005c72c39dec6.tar.gz samba-41493cbe680e0b8dff3b84937b3005c72c39dec6.tar.bz2 samba-41493cbe680e0b8dff3b84937b3005c72c39dec6.zip |
Update OpenLDAP MMR configuration per comments by Oliver Liebel
<oliver@itc.li>
This changes the RIDs to be <serverID><DBID>, to ease later debugging.
The need to specify the port on the MMR URLs is now included in the
help.
Andrew Bartlett
(This used to be commit a5cbe8c09c6f14f95ff9ba9b8782e2100fc55695)
Diffstat (limited to 'source4/setup')
-rwxr-xr-x | source4/setup/provision-backend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision-backend b/source4/setup/provision-backend index 049b8752a6..0943da29b6 100755 --- a/source4/setup/provision-backend +++ b/source4/setup/provision-backend @@ -65,7 +65,7 @@ parser.add_option("--server-role", type="choice", metavar="ROLE", 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 separated with whitespaces for Use with OpenLDAP-MMR") + help="List of LDAP-URLS [ ldap://<FQDN>:port/ (where port != 389) ] separated with whitespaces for use with OpenLDAP-MMR") opts = parser.parse_args()[0] |