Warn against new uses of kadm5_config_params.dbname field
authorKen Raeburn <raeburn@mit.edu>
Tue, 10 Jun 2008 22:15:25 +0000 (22:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 10 Jun 2008 22:15:25 +0000 (22:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20384 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/admin.h

index 13ffc1b01262bccdb47a9f0bd0261e0844c9ee29..06a77dce64987ac66080d371b4572e07502aba71 100644 (file)
@@ -226,6 +226,10 @@ typedef struct _kadm5_config_params {
      char *            kpasswd_server;
 #endif
 
+     /* Deprecated except for db2 backwards compatibility.  Don't add
+       new uses except as fallbacks for parameters that should be
+       specified in the database module section of the config
+       file.  */
      char *            dbname;
 
      /* dummy fields to preserve abi for now */