Update overview authored by Alessandro Dal Sasso's avatar Alessandro Dal Sasso
...@@ -46,7 +46,7 @@ This can be used to create a central print server. ...@@ -46,7 +46,7 @@ This can be used to create a central print server.
Active Directory is often described as a combined LDAP, Kerberos and Active Directory is often described as a combined LDAP, Kerberos and
DCE/RPC server backed on to a common database DCE/RPC server backed on to a common database
([sam.ldb](protocols-and-subsystems/sam.ldb) in Samba). ([sam.ldb](../protocols-and-subsystems/sam.ldb) in Samba).
It provides secure centralised authentication, authorization as well It provides secure centralised authentication, authorization as well
as address book services. All three protocols and others beside work as address book services. All three protocols and others beside work
...@@ -223,7 +223,7 @@ available for direct use as well. ...@@ -223,7 +223,7 @@ available for direct use as well.
### LDB ### LDB
LDB is not just the basis for the AD DC's database LDB is not just the basis for the AD DC's database
[sam.ldb](protocols-and-subsystems/sam.ldb) in Samba), it is also a [sam.ldb](../protocols-and-subsystems/sam.ldb) in Samba), it is also a
stand-alone library for wider use. stand-alone library for wider use.
LDB aims to be an LDAP-like serverless database backed on to a LDB aims to be an LDAP-like serverless database backed on to a
... ...
......