mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
3e2c696e45
code. Yay!
This first commit copies lib/ldb/ from Samba4. A huge congratulations
should go to Simo on this - he has put an enormous amount of work into
ldb, and it's great to see it go into the Samba3 tree.
(This used to be commit bbedf2e343
)
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
/** \example ldbreader.c
|
|
|
|
The code below shows a simple LDB application.
|
|
|
|
It lists / dumps the records in a LDB database to standard output.
|
|
|
|
*/
|
|
|
|
|
|
/** \example ldifreader.c
|
|
|
|
The code below shows a simple LDB application.
|
|
|
|
It lists / dumps the entries in an LDIF file to standard output.
|
|
|
|
*/
|