svn commit: samba r17486 - in branches/SOC/mkhl/samdb-map/ldb_modules: .

abartlet at samba.org abartlet at samba.org
Fri Aug 11 04:47:47 GMT 2006


Author: abartlet
Date: 2006-08-11 04:47:46 +0000 (Fri, 11 Aug 2006)
New Revision: 17486

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17486

Log:
Fix copyright and describe the entryUUID module's purpose.

Andrew Bartlett

Modified:
   branches/SOC/mkhl/samdb-map/ldb_modules/entryUUID.c


Changeset:
Modified: branches/SOC/mkhl/samdb-map/ldb_modules/entryUUID.c
===================================================================
--- branches/SOC/mkhl/samdb-map/ldb_modules/entryUUID.c	2006-08-11 01:28:52 UTC (rev 17485)
+++ branches/SOC/mkhl/samdb-map/ldb_modules/entryUUID.c	2006-08-11 04:47:46 UTC (rev 17486)
@@ -1,9 +1,32 @@
 /* 
-   ldb database library - Samba3 SAM compatibility backend
+   ldb database module
 
+   LDAP semantics mapping module
+
    Copyright (C) Jelmer Vernooij 2005
+   Copyright (C) Andrew Bartlett <abartlet at samba.org> 2006
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+   
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+/* 
+   This module relies on ldb_map to do all the real work, but performs
+   some of the trivial mappings between AD semantics and that provided
+   by OpenLDAP and similar servers.
+*/
+
 #include "includes.h"
 #include "ldb/include/ldb.h"
 #include "ldb/include/ldb_private.h"



More information about the samba-cvs mailing list