mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
3e92471d4c
ldif parsing code in libcli/ldap/ldap_ldif.c, and instead use the ldb
ldif code. To do that I have changed the ldap code to use 'struct
ldb_message_element' instead of 'struct ldap_attribute'. They are
essentially the same structure anyway, so by making them really the
same it will be much easier to use the ldb code in libcli/ldap/
I have also made 'struct ldb_val' the same as a DATA_BLOB, which will
simplify data handling in quite a few places (I haven't yet removed
all the code that maps between these two, that will come later)
(This used to be commit
|
||
---|---|---|
.. | ||
devdocs | ||
config.mk | ||
ldap_backend.c | ||
ldap_bind.c | ||
ldap_hacked_ldb.c | ||
ldap_parse.c | ||
ldap_parse.h | ||
ldap_rootdse.c | ||
ldap_server.c | ||
ldap_server.h | ||
ldap_simple_ldb.c |