1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r3754: merge in ldb modules support from the tmp branch ldbPlugins

This commit is contained in:
Simo Sorce
2004-11-15 11:40:27 +00:00
committed by Gerald (Jerry) Carter
parent 8e7e98ae5f
commit 71323f424b
22 changed files with 577 additions and 298 deletions

View File

@@ -35,3 +35,7 @@ struct ldap_dn {
int comp_num;
struct dn_component **components;
};
struct ldap_schema {
int dummy;
};