need to export kadm5_set_use_password_server
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 4 May 2006 18:43:20 +0000 (18:43 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 4 May 2006 18:43:20 +0000 (18:43 +0000)
commit3954b6dc2253b6a0f396b3193ae60539f5e48c19
tree347ce56a9f8b7c543fe21f232a85a9ee9cce2c9a
parent52ae3d11fc0579cb472291857914563eaea91420
need to export kadm5_set_use_password_server

Need to export "kadm5_set_use_password_server" because it is used by
krb5kdc when USE_PASSWORD_SERVER is defined.  Since the Mac builds this
way we need it in the export list.  Unfortunately export lists don't get
preprocessed.  Note that I only added this one function.  The rest of the
password server functionality is still conditionalized around
USE_PASSWORD_SERVER.

Hopefully we can rip all this code out when Apple starts using the db plugin
interface for their password server integration.

ticket: new
target_version: 1.5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17977 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/srv/libkadm5srv.exports
src/lib/kadm5/srv/svr_principal.c