Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
r->out.dns_domain_name);
if (ADS_ERR_OK(status)) {
- DEBUG(1,("machine account creation created\n"));
+ DBG_WARNING("Machine account successfully created\n");
return status;
} else if ((status.error_type == ENUM_ADS_ERROR_LDAP) &&
(status.err.rc == LDAP_ALREADY_EXISTS)) {
}
if (!ADS_ERR_OK(status)) {
- DEBUG(1,("machine account creation failed\n"));
+ DBG_WARNING("Failed to create machine account\n");
return status;
}