mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
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.
|
||
|
|
||
|
*/
|