The branch, v3-6-test has been updated
       via  489b1c1 s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just 
want to set the account name (bug #7896)
      from  dd10098 examples:createdombj: default prefix to target-type, not 
"group"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 489b1c17c2ae93ceccb97b6d941cb20075aba4d2
Author: Stefan Metzmacher <me...@samba.org>
Date:   Wed Dec 29 12:08:19 2010 +0100

    s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the 
account name (bug #7896)
    
    metze
    
    Autobuild-User: Stefan Metzmacher <me...@samba.org>
    Autobuild-Date: Thu Dec 30 18:09:13 CET 2010 on sn-devel-104
    (cherry picked from commit f1d15ea54c313e71fc032b2ed191bdecad868858)

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

Summary of changes:
 source3/lib/netapi/user.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/user.c b/source3/lib/netapi/user.c
index 152b727..428f249 100644
--- a/source3/lib/netapi/user.c
+++ b/source3/lib/netapi/user.c
@@ -56,9 +56,6 @@ static void convert_USER_INFO_X_to_samr_user_info21(struct 
USER_INFO_X *infoX,
        if (infoX->usriX_flags) {
                fields_present |= SAMR_FIELD_ACCT_FLAGS;
        }
-       if (infoX->usriX_name) {
-               fields_present |= SAMR_FIELD_FULL_NAME;
-       }
        if (infoX->usriX_home_dir) {
                fields_present |= SAMR_FIELD_HOME_DIRECTORY;
        }


-- 
Samba Shared Repository

Reply via email to