]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix to
authorKen Raeburn <raeburn@mit.edu>
Thu, 11 May 2006 00:41:46 +0000 (00:41 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 11 May 2006 00:41:46 +0000 (00:41 +0000)
library name in generated config file.

* kadmin/testing/proto/krb5.conf.proto: Drop suffix from library name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17999 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/testing/proto/krb5.conf.proto
src/tests/dejagnu/config/default.exp

index 981a58c15b5ca9561331fcdc1456b31475c37fcb..9fe7ec1245ba96a55a1542620c3a2f40c4b10728 100644 (file)
@@ -25,6 +25,6 @@
 [dbmodules]
        db_module_dir = __MODDIR__
        foobar_db2_module_blah = {
-               db_library = db2.so
+               db_library = db2
                database_name = __K5ROOT__/kdb5
        }
index 603673830a2c565c46431f063a8c3461063529d6..7f964a3415295713beae5eedcaee443cf0d09da0 100644 (file)
@@ -941,7 +941,7 @@ proc setup_krb5_conf { {type client} } {
        puts $conffile "\[dbmodules\]"
        puts $conffile "        db_module_dir = $tmppwd/../../../util/fakedest$KRB5_DB_MODULE_DIR"
        puts $conffile "        foo_db2 = {"
-       puts $conffile "                db_library = db2.so"
+       puts $conffile "                db_library = db2"
        puts $conffile "                database_name = $tmppwd/db"
        puts $conffile "        }"
        close $conffile