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 <[email protected]>
Date:   Wed Jul 2 13:25:12 2014 +0200

    s3-libnet: Improve error message.
    
    Signed-off-by: Andreas Schneider <[email protected]>
    Reviewed-by: Guenther Deschner <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    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

Reply via email to