Add module versioning to the passdb module system
authorAndrew Bartlett <abartlet@samba.org>
Sat, 22 Jun 2002 12:19:35 +0000 (12:19 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 22 Jun 2002 12:19:35 +0000 (12:19 +0000)
commitea7cdc4de060181b11779d726ba2aecf0a09b72b
tree54fb365e0360e1179ebe962cc674b5c1ae691823
parent6b4dde0c241a4fcf2478336bc0f8d7f5649c82ee
Add module versioning to the passdb module system

All passdb modules need to include a 'magic' macro that creates simple
'return my version number' function.

(from metze and jelmer)

Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive().

(from metze)

Andrew Bartlett
(This used to be commit 4a57c445dd4354034fc41b132a484afe6ab66e16)
examples/pdb/README
examples/pdb/pdb_test.c
source3/include/passdb.h
source3/passdb/pdb_ldap.c
source3/passdb/pdb_plugin.c