Synopsis: user_dbm not compatible with Netscape user db State-Changed-From-To: feedback-analyzed State-Changed-By: [EMAIL PROTECTED] State-Changed-When: Thu Apr 24 03:37:21 PDT 1997 State-Changed-Why: Customer reports: "it is. i still use the db which was created under the netscape server. i had to patch 1.2b8 to make user-logins possible. with the original version apache will refuse the logins as invalid. but the fix is the same.
in dbm_auth_module funct. get_dbm_pw() change q.dsize = strlen(q.dptr); to q.dsize = strlen(q.dptr)+1;"
