[Date Prev][Date Next] [Chronological] [Thread] [Top]

a typo in servers/slapd/sasl.c (ITS#665)



Full_Name: mei-hui su
Version: openldap 2.0 latest
OS: solaris 2.7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.9.64.206)


Hi,

 is this a typo ? around line #470   

    if( username == NULL || (
            !strncasecmp( username, "anonymous", sizeof("anonyous")-1 ) &&
<<---
            ( ( username[sizeof("anonymous")] == '\0' ) ||
              ( username[sizeof("anonymous")] == '@' ) ) ) )
    {



mei