Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations
authorGreg Hudson <ghudson@mit.edu>
Sat, 3 Jul 2010 19:02:41 +0000 (19:02 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 3 Jul 2010 19:02:41 +0000 (19:02 +0000)
commitae8860583d2c2356b165a7936b8bcd2984e1a9a1
treea1dbf5b9165e80a612b49d32a02cb06ffae4e5df
parent3f50d56732624321bf3c33d3bb3f5df67d56a580
Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations
not supported by a KDB module.  (Previously KRB5_KDB_DBTYPE_NOSUP was
used in some cases and KRB5_PLUGIN_OP_NOTSUPP in others.)

ticket: 6749
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24170 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kdb.h
src/kdc/kdc_authdata.c
src/kdc/kdc_util.c
src/kdc/policy.c
src/lib/kdb/kdb5.c
src/plugins/kdb/db2/kdb_ext.c
src/plugins/kdb/ldap/libkdb_ldap/kdb_ext.c