r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / examples.dox
blobef4b4f0a4008bfb9aa74fb25947402eadc70c36a
1 /** \example ldbreader.c
3 The code below shows a simple LDB application.
5 It lists / dumps the records in a LDB database to standard output.
7 */
10 /** \example ldifreader.c
12 The code below shows a simple LDB application.
14 It lists / dumps the entries in an LDIF file to standard output.