>Number:         444
>Category:       mod_auth-any
>Synopsis:       user_dbm not compatible with Netscape user db
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Mon Apr 21 18:20:00 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.1.1 1.1.3
>Environment:
IRIX 5.3, cc
Used a Netscape Server before.
>Description:
If you try to switch from a Netscape server to apache and keep your user 
database (dbm) you have to modify the code.
>How-To-Repeat:
Yes. Just create a dbm-user under a Netscape server and try to login under 
Apache. Will not work.
>Fix:
mod_auth_dbm: in get_dbm_pw change
q.dsize = strlen(q.dptr); to q.dsize = strlen(q.dptr)+1;
to fetch the last byte with the users name.

Can we have a switch for this?
%0
>Audit-Trail:
>Unformatted:


Reply via email to