[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Fri Dec 18 06:40:35 MST 2009


The branch, master has been updated
       via  39616c0... Added oid for AS_SYSTEM control, used to bypass access checks for system operations.
      from  72d68ac... s3-docs: mention pam_winbind.conf(5) manpage in pam_winbind(8) manpage.

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


- Log -----------------------------------------------------------------
commit 39616c0ea2e2268d7b403bdb5d1a1250c7e44653
Author: Nadezhda Ivanova <nadezhda.ivanova at postpath.com>
Date:   Fri Dec 18 15:40:11 2009 +0200

    Added oid for AS_SYSTEM control, used to bypass access checks for system operations.

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

Summary of changes:
 source4/lib/ldb/include/ldb.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 81ec9ee..c8bfa24 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -477,6 +477,12 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
 */
 #define LDB_CONTROL_REVEAL_INTERNALS "1.3.6.1.4.1.7165.4.3.6"
 
+/**
+   LDB_CONTROL_AS_SYSTEM is used to skip access checks on operations
+   that are performed by the system, but with a user's credentials, e.g.
+   updating prefix map
+*/
+#define LDB_CONTROL_AS_SYSTEM_OID "1.3.6.1.4.1.7165.4.3.7"
 
 /**
    OID for the paged results control. This control is included in the


-- 
Samba Shared Repository


More information about the samba-cvs mailing list