[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Mon May 10 04:38:46 MDT 2010


The branch, master has been updated
       via  e2806f9... s4:acl ldb module - fix typos
      from  9469932... s4:dsdb/util.c - Add a new function for retrieving password change attributes

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


- Log -----------------------------------------------------------------
commit e2806f9e4d027439c983bcede714f5eed5bcf668
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Mon May 10 12:37:50 2010 +0200

    s4:acl ldb module - fix typos

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

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


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c
index 35b5663..d2b6a2b 100644
--- a/source4/dsdb/samdb/ldb_modules/acl.c
+++ b/source4/dsdb/samdb/ldb_modules/acl.c
@@ -766,7 +766,7 @@ static int acl_modify(struct ldb_module *module, struct ldb_request *req)
 					     sid);
 
 		if (!NT_STATUS_IS_OK(status)) {
-			DEBUG(10, ("Object %s nas no write property access\n",
+			DEBUG(10, ("Object %s has no write property access\n",
 				   ldb_dn_get_linearized(req->op.mod.message->dn)));
 			dsdb_acl_debug(sd,
 				  acl_user_token(module),
@@ -785,7 +785,7 @@ static int acl_modify(struct ldb_module *module, struct ldb_request *req)
 					     sid);
 
 		if (!NT_STATUS_IS_OK(status)) {
-			DEBUG(10, ("Object %s nas no write dacl access\n",
+			DEBUG(10, ("Object %s has no write dacl access\n",
 				   ldb_dn_get_linearized(req->op.mod.message->dn)));
 			dsdb_acl_debug(sd,
 				  acl_user_token(module),
@@ -944,7 +944,7 @@ static int acl_rename(struct ldb_module *module, struct ldb_request *req)
 				     sid);
 
 	if (!NT_STATUS_IS_OK(status)) {
-		DEBUG(10, ("Object %s nas no wp on name\n",
+		DEBUG(10, ("Object %s has no wp on name\n",
 			   ldb_dn_get_linearized(req->op.rename.olddn)));
 		dsdb_acl_debug(sd,
 			  acl_user_token(module),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list