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)
commit4a57c445dd4354034fc41b132a484afe6ab66e16
tree09a8df43883ba7628ef442a8b5c000f111b50d2c
parent5c0e4ecfaf9bf7e6e799dceeb275b5db2d4142dd
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
examples/pdb/README
examples/pdb/pdb_test.c
source/include/passdb.h
source/passdb/pdb_ldap.c
source/passdb/pdb_plugin.c