Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make notation of #OIDC directives uniform for auto-comparison purposes
cat auth_openidc.conf| grep "#OIDC" | cut -d" " -f1 | cut -d"#" -f2 | sort | uniq > 1s.txt cat src/cfg/cmds.c | grep OIDC | grep -v "OIDC_" | grep -v "domain" | cut -d"," -f1 | tr -d "[:blank:]" | sort | uniq > 2s.txt diff 1s.txt 2s.txt 31a32 > OIDCHTMLErrorTemplate rm -f 1s.txt 2s.txt Signed-off-by: Hans Zandbelt <[email protected]>
- Loading branch information