Skip to content
overview: add stub text for DCERPC and DRS authored by Douglas Bagnall's avatar Douglas Bagnall
...@@ -76,10 +76,16 @@ authentication server for this protocol. ...@@ -76,10 +76,16 @@ authentication server for this protocol.
* [source4/kdc](https://git.samba.org/?p=samba.git;a=tree;f=source4/kdc) * [source4/kdc](https://git.samba.org/?p=samba.git;a=tree;f=source4/kdc)
### [DCE/RPC Server](dce-rpc-sever) ### [DCE/RPC Server](dce-rpc-server)
This implements as much of Microsoft's version of DCE/RPC as is
necessary for Samba.
### [Replication client and server](drs-replication) ### [Replication client and server](drs-replication)
DRS (Directory Replication Service) maintains consistent state across
multiple domain controllers.
### Group Policy server ### Group Policy server
Group Policy turns out to be quite simple on the server, it simply Group Policy turns out to be quite simple on the server, it simply
... ...
......