[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Jul 2 08:55:04 MDT 2014


The branch, master has been updated
       via  d70c1e4 s3-libnet: Improve error message.
      from  4774860 s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d70c1e41ec0afeab9112d6d2da3da03be91624bc
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Jul 2 13:25:12 2014 +0200

    s3-libnet: Improve error message.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Wed Jul  2 16:54:10 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/libnet/libnet_join.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 68884cd..fe348d1 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -637,7 +637,9 @@ static ADS_STATUS libnet_join_post_processing_ads(TALLOC_CTX *mem_ctx,
 	status = libnet_join_set_machine_spn(mem_ctx, r);
 	if (!ADS_ERR_OK(status)) {
 		libnet_join_set_error_string(mem_ctx, r,
-			"failed to set machine spn: %s",
+			"Failed to set machine spn: %s\n"
+			"Do you have sufficient permissions to create machine "
+			"accounts?",
 			ads_errstr(status));
 		return status;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list