1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/rpc_server/samr
Stefan Metzmacher 8d0c3eefbc r4096: 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
(This used to be commit 893a8b8bca)
2007-10-10 13:06:26 -05:00
..
dcesrv_samr.c r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now 2007-10-10 13:06:01 -05:00
dcesrv_samr.h r2051: switched the samdb over to using the new destructor and reference 2007-10-10 12:58:21 -05:00
samr_password.c r3977: fixed the lmPwdHash change in the rpc server (we were not fetching the 2007-10-10 13:06:10 -05:00