The branch, master has been updated
       via  a7f8c19... s4:rootdse: only return "tokenGroups", when the client 
asked for them
      from  13bbfa3... pydsdb: Fix memory leak on invalid parameters, 
formatting, trivial typos.

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


- Log -----------------------------------------------------------------
commit a7f8c197adbc684dd9de6356ea1a5a9b59a5c322
Author: Stefan Metzmacher <[email protected]>
Date:   Thu Apr 15 19:01:17 2010 +0200

    s4:rootdse: only return "tokenGroups", when the client asked for them
    
    metze

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/rootdse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c 
b/source4/dsdb/samdb/ldb_modules/rootdse.c
index d18e41c..f10a125 100644
--- a/source4/dsdb/samdb/ldb_modules/rootdse.c
+++ b/source4/dsdb/samdb/ldb_modules/rootdse.c
@@ -382,7 +382,7 @@ static int rootdse_add_dynamic(struct ldb_module *module, 
struct ldb_message *ms
                }
        }
 
-       if (do_attribute(attrs, "tokenGroups")) {
+       if (do_attribute_explicit(attrs, "tokenGroups")) {
                unsigned int i;
                /* Obtain the user's session_info */
                struct auth_session_info *session_info


-- 
Samba Shared Repository

Reply via email to