[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1932-g3b1f5d1

Andrew Bartlett abartlet at samba.org
Thu May 29 10:17:13 GMT 2008


The branch, v4-0-test has been updated
       via  3b1f5d10360ed1b26980d748a7c9be6db5977bd3 (commit)
      from  a6f59b1c7a81c7be4e9f83786fc4e1f454e6df0f (commit)

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


- Log -----------------------------------------------------------------
commit 3b1f5d10360ed1b26980d748a7c9be6db5977bd3
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu May 29 20:16:18 2008 +1000

    Remove extra spaces on prefixMap input and output.
    
    Metze requested that the format not include spaces, and the input parser
    already expects this.
    
    Andrew Bartlett

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

Summary of changes:
 source/lib/ldb-samba/ldif_handlers.c |    2 +-
 source/setup/prefixMap.txt           |   68 +++++++++++++++++-----------------
 2 files changed, 35 insertions(+), 35 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb-samba/ldif_handlers.c b/source/lib/ldb-samba/ldif_handlers.c
index 03acf8b..1f718cc 100644
--- a/source/lib/ldb-samba/ldif_handlers.c
+++ b/source/lib/ldb-samba/ldif_handlers.c
@@ -497,7 +497,7 @@ static int ldif_write_prefixMap(struct ldb_context *ldb, void *mem_ctx,
 		if (i > 0) {
 			string = talloc_asprintf_append(string, ";"); 
 		}
-		string = talloc_asprintf_append(string, "%u: %s", 
+		string = talloc_asprintf_append(string, "%u:%s", 
 						   blob->ctr.dsdb.mappings[i].id_prefix,
 						   blob->ctr.dsdb.mappings[i].oid.oid);
 		if (string == NULL) {
diff --git a/source/setup/prefixMap.txt b/source/setup/prefixMap.txt
index 34a913c..8ba9b95 100644
--- a/source/setup/prefixMap.txt
+++ b/source/setup/prefixMap.txt
@@ -1,34 +1,34 @@
-0: 2.5.4
-1: 2.5.6
-2: 1.2.840.113556.1.2
-3: 1.2.840.113556.1.3
-4: 2.16.840.1.101.2.2.1
-5: 2.16.840.1.101.2.2.3
-6: 2.16.840.1.101.2.1.5
-7: 2.16.840.1.101.2.1.4
-8: 2.5.5
-9: 1.2.840.113556.1.4
-10: 1.2.840.113556.1.5
-19: 0.9.2342.19200300.100
-20: 2.16.840.1.113730.3
-21: 0.9.2342.19200300.100.1
-22: 2.16.840.1.113730.3.1
-23: 1.2.840.113556.1.5.7000
-24: 2.5.21
-25: 2.5.18
-26: 2.5.20
-11: 1.2.840.113556.1.4.260
-12: 1.2.840.113556.1.5.56
-13: 1.2.840.113556.1.4.262
-14: 1.2.840.113556.1.5.57
-15: 1.2.840.113556.1.4.263
-16: 1.2.840.113556.1.5.58
-17: 1.2.840.113556.1.5.73
-18: 1.2.840.113556.1.4.305
-27: 1.3.6.1.4.1.1466.101.119
-28: 2.16.840.1.113730.3.2
-29: 1.3.6.1.4.1.250.1
-30: 1.2.840.113549.1.9
-31: 0.9.2342.19200300.100.4
-32: 1.3.6.1.4.1.7165.4.1
-33: 1.3.6.1.4.1.7165.4.2
+0:2.5.4
+1:2.5.6
+2:1.2.840.113556.1.2
+3:1.2.840.113556.1.3
+4:2.16.840.1.101.2.2.1
+5:2.16.840.1.101.2.2.3
+6:2.16.840.1.101.2.1.5
+7:2.16.840.1.101.2.1.4
+8:2.5.5
+9:1.2.840.113556.1.4
+10:1.2.840.113556.1.5
+19:0.9.2342.19200300.100
+20:2.16.840.1.113730.3
+21:0.9.2342.19200300.100.1
+22:2.16.840.1.113730.3.1
+23:1.2.840.113556.1.5.7000
+24:2.5.21
+25:2.5.18
+26:2.5.20
+11:1.2.840.113556.1.4.260
+12:1.2.840.113556.1.5.56
+13:1.2.840.113556.1.4.262
+14:1.2.840.113556.1.5.57
+15:1.2.840.113556.1.4.263
+16:1.2.840.113556.1.5.58
+17:1.2.840.113556.1.5.73
+18:1.2.840.113556.1.4.305
+27:1.3.6.1.4.1.1466.101.119
+28:2.16.840.1.113730.3.2
+29:1.3.6.1.4.1.250.1
+30:1.2.840.113549.1.9
+31:0.9.2342.19200300.100.4
+32:1.3.6.1.4.1.7165.4.1
+33:1.3.6.1.4.1.7165.4.2


-- 
Samba Shared Repository


More information about the samba-cvs mailing list