소스 검색

modules_s/ldap: renamed to db2_ldap

- it is a SRDBv2 API database driver
Daniel-Constantin Mierla 12 년 전
부모
커밋
c5b67ce596

+ 1 - 1
modules_s/ldap/Makefile → modules_s/db2_ldap/Makefile

@@ -4,7 +4,7 @@
 
 include ../../Makefile.defs
 auto_gen=
-NAME=ldap.so
+NAME=db2_ldap.so
 
 #DEFS += -DLD_TEST
 

+ 3 - 3
modules_s/ldap/README → modules_s/db2_ldap/README

@@ -1,10 +1,10 @@
-1. ldap module
+1. db2_ldap module
 
 Jan Janak
 
    Iptel.org
 
-   Copyright © 2008 Iptel.org GmBH
+   Copyright © 2008 Iptel.org GmBH
      __________________________________________________________________
 
    1.1. Overview
@@ -18,7 +18,7 @@ Jan Janak
 
 1.1. Overview
 
-   The LDAP module is database driver, i.e. it implements DB API
+   The LDAP module is database driver, i.e. it implements DBv2 API
    functions. The goal is map database query defined by table, matching
    fields and result fields to LDAP search in sub-tree defined by root,
    object class, attributes and pass it to the OpenLDAP which communicates

+ 1 - 1
modules_s/ldap/doc/Makefile → modules_s/db2_ldap/doc/Makefile

@@ -1,4 +1,4 @@
-docs = ldap.xml
+docs = db2_ldap.xml
 
 docbook_dir=../../../docbook
 include $(docbook_dir)/Makefile.module

+ 2 - 2
modules_s/ldap/doc/ldap.xml → modules_s/db2_ldap/doc/db2_ldap.xml

@@ -21,12 +21,12 @@
 
     </sectioninfo>
 
-    <title>ldap module</title>
+    <title>db2_ldap module</title>
 
     <section id="ldap.overview">
 		<title>Overview</title>
 		<para>
-		The LDAP module is database driver, i.e. it implements DB API functions.
+		The LDAP module is database driver, i.e. it implements DBv2 API functions.
 		The goal is map database query defined by table, matching fields and result fields
 		to LDAP search in sub-tree defined by root, object class, attributes and
 		pass it to the <emphasis>OpenLDAP</emphasis> which communicates with the LDAP server.

+ 0 - 0
modules_s/ldap/ld_cfg.c → modules_s/db2_ldap/ld_cfg.c


+ 0 - 0
modules_s/ldap/ld_cfg.h → modules_s/db2_ldap/ld_cfg.h


+ 0 - 0
modules_s/ldap/ld_cmd.c → modules_s/db2_ldap/ld_cmd.c


+ 0 - 0
modules_s/ldap/ld_cmd.h → modules_s/db2_ldap/ld_cmd.h


+ 0 - 0
modules_s/ldap/ld_con.c → modules_s/db2_ldap/ld_con.c


+ 0 - 0
modules_s/ldap/ld_con.h → modules_s/db2_ldap/ld_con.h


+ 0 - 0
modules_s/ldap/ld_fld.c → modules_s/db2_ldap/ld_fld.c


+ 0 - 0
modules_s/ldap/ld_fld.h → modules_s/db2_ldap/ld_fld.h


+ 1 - 1
modules_s/ldap/ld_mod.c → modules_s/db2_ldap/ld_mod.c

@@ -90,7 +90,7 @@ static param_export_t params[] = {
 
 
 struct module_exports exports = {
-	"ldap",
+	"db2_ldap",
 	cmds,
 	0,              /* RPC method */
 	params,         /* module parameters */

+ 0 - 0
modules_s/ldap/ld_mod.h → modules_s/db2_ldap/ld_mod.h


+ 0 - 0
modules_s/ldap/ld_res.c → modules_s/db2_ldap/ld_res.c


+ 0 - 0
modules_s/ldap/ld_res.h → modules_s/db2_ldap/ld_res.h


+ 0 - 0
modules_s/ldap/ld_uri.c → modules_s/db2_ldap/ld_uri.c


+ 0 - 0
modules_s/ldap/ld_uri.h → modules_s/db2_ldap/ld_uri.h


+ 0 - 0
modules_s/ldap/ldap.cfg → modules_s/db2_ldap/ldap.cfg


+ 0 - 0
modules_s/ldap/ser-ldap.cfg → modules_s/db2_ldap/ser-ldap.cfg


+ 0 - 0
modules_s/ldap/ser.schema → modules_s/db2_ldap/ser.schema


+ 0 - 0
modules_s/ldap/standards.txt → modules_s/db2_ldap/standards.txt


+ 0 - 0
modules_s/ldap/todo.txt → modules_s/db2_ldap/todo.txt