1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

s4:provision: improve a message

Signed-off-by: Kai Blin <kai@samba.org>
This commit is contained in:
Michael Adam 2012-01-05 00:05:26 +01:00 committed by Kai Blin
parent 0f7918425a
commit a876d519fe

View File

@ -1776,7 +1776,7 @@ def provision(logger, session_info, credentials, smbconf=None,
logger.info("Failed to chown %s to bind gid %u",
dns_keytab_path, paths.bind_gid)
logger.info("Please install the phpLDAPadmin configuration located at %s into /etc/phpldapadmin/config.php",
logger.info("A phpLDAPadmin configuration file suitable for administering the Samba 4 LDAP server has been created in %s .",
paths.phpldapadminconfig)
logger.info("Once the above files are installed, your Samba4 server will be ready to use")