7f95edc NSS: use different neg cache name for UPN searches

1 file Authored by sbose 6 years ago, Committed by lslebodn 6 years ago,
    NSS: use different neg cache name for UPN searches
    
    If Kerberos principals or email address have the same domain suffix as
    the domain itself the first user lookup by name might have already added
    the name to the negative cache and the second lookup by UPN/email will
    skip the domain because of the neg cache entry. To avoid this a special
    name with a '@' prefix is used here.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    (cherry picked from commit 62df78512145db94b51c5573d4df1737197e368a)