• antirez's avatar
    ACL: nopass user setting. · b39409bc
    antirez authored
    This is needed in order to model the current behavior of authenticating
    the connection directly when no password is set. Now with ACLs this will
    be obtained by setting the default user as "nopass" user. Moreover this
    flag can be used in order to create other users that do not require any
    password but will work with "AUTH username <any-password>".
    b39409bc
acl.c 15.1 KB