SSL Client Cert Authentication - SSLRequires

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We have a client cert that contains multiple OU’s (3 to be specific), but we just need to construct a substring for SSLRequire to evaluate 2 specific OU’s from the OU list.  I tried using:
 
SSLRequire ( %{SSL_CLIENT_S_DN_O} eq “abc” \
        and %{SSL_CLIENT_S_DN_OU} in {“test1”,”dev”,”apacheorg”})
 
However, this substring checks for all 3 OU’s and sends a 403 if one of them is not present in the client cert. What I need is for it to just check for 2 OU’s (specifically, test1 & dev) and leave the 3rd one from evaluating.
 
What is the best possible way to achieve this?
 
Thanks,
 
Bharath Kolla
 
 
 

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux