We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce79b97 commit c62757aCopy full SHA for c62757a
auth_openidc.conf
@@ -819,7 +819,7 @@
819
# resulting value from the 1st parameter and the first match returned from that expression will
820
# be set as the REMOTE_USER. E.g. to strip a domain from an e-mail style address you'd use ^(.*)@
821
#
822
-# An optional 3rd parameter can be added that would contain string with number backrefrences.
+# An optional 3rd parameter can be added that would contain string with number backreferences.
823
# Backreferences must be in the form $1, $2.. etc.
824
# E.g. to extract username in the form DOMAIN\userid from e-mail style address you may use
825
# ^(.*)@([^.]+)\..+$ $2\\$1
0 commit comments