svn commit: samba r4096 - in branches/SAMBA_4_0/source: . build/smb_build dsdb dsdb/common dsdb/samdb rpc_server rpc_server/samr

metze at samba.org metze at samba.org
Wed Dec 8 08:21:37 GMT 2004


Author: metze
Date: 2004-12-08 08:21:35 +0000 (Wed, 08 Dec 2004)
New Revision: 4096

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

Log:
move the samdb code to source/dsdb/

the idea is to have a directory service db layer
which will be used by the ldap server, samr server, drsuapi server
authentification...

I plan to make different implementations of this interface possible
- current default will be the current samdb code with sam.ldb
- a compat implementation for samba3 (if someone wants to write one)
- a new dsdb implementation which:
  - understands naming contexts (directory parrtitions)
  - do schema and acl checking checking
  - maintain objectGUID, timestamps and USN number,
    maybe linked attributes ('member' and 'memberOf' attributes)
  - store metadata on a attribute=value combination...

metze

Added:
   branches/SAMBA_4_0/source/dsdb/
   branches/SAMBA_4_0/source/dsdb/common/
   branches/SAMBA_4_0/source/dsdb/common/flag_mapping.c
   branches/SAMBA_4_0/source/dsdb/samdb/
   branches/SAMBA_4_0/source/dsdb/samdb/samdb.c
Removed:
   branches/SAMBA_4_0/source/rpc_server/samr/samdb.c
   branches/SAMBA_4_0/source/rpc_server/samr/samr_utils.c
Modified:
   branches/SAMBA_4_0/source/build/smb_build/main.pm
   branches/SAMBA_4_0/source/rpc_server/config.mk


Changeset:
Sorry, the patch is too large (1088 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4096


More information about the samba-cvs mailing list