Skip to content

Commit c62757a

Browse files
committed
auth_openidc.conf: fix missed spell check backrefrences
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ce79b97 commit c62757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_openidc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
# resulting value from the 1st parameter and the first match returned from that expression will
820820
# be set as the REMOTE_USER. E.g. to strip a domain from an e-mail style address you'd use ^(.*)@
821821
#
822-
# An optional 3rd parameter can be added that would contain string with number backrefrences.
822+
# An optional 3rd parameter can be added that would contain string with number backreferences.
823823
# Backreferences must be in the form $1, $2.. etc.
824824
# E.g. to extract username in the form DOMAIN\userid from e-mail style address you may use
825825
# ^(.*)@([^.]+)\..+$ $2\\$1

0 commit comments

Comments
 (0)