mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
4a8656fd65
- 'make doxygen' generated the api documentation under apidocs/ Many thanks to Brad Hards <bradh@frogmouth.net> for the patches! metze (This used to be commit e98d483174c555366e62dd27600e6b242cab7a7f)
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.
|
|
|
|
*/
|