-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters