I’m trying to search for LDAP netgroups and use those as our group search filter. I tried the same filter that one would use on bash but it doesn’t work as is.
“(&(objectClass=nisNetgroup)(nisNetgroupTriple=\(,%s,\)))”
I think it has something to do with escaping the parenthesis correctly. I’ve tried other combinations :-
\\28
\\u0028
\\U0028
\\\(
Is there something I am missing here?