[11125] in Kerberos-V5-bugs
[krbdev.mit.edu #6549] Documentation typo for auth_to_local
daemon@ATHENA.MIT.EDU (Chris via RT)
Tue Aug 25 14:44:13 2009
Mail-Followup-To: rt@krbdev.mit.edu
mail-copies-to: never
From: "Chris via RT" <rt-comment@krbdev.MIT.EDU>
In-Reply-To: <rt-6549@krbdev.mit.edu>
Message-ID: <rt-6549-31635.12.3836035846214@krbdev.mit.edu>
To: "'AdminCc of krbdev.mit.edu Ticket #6549'":;"'AdminCc of krbdev.mit.edu Ticket #6549'":;@MIT.EDU
Date: Tue, 25 Aug 2009 18:43:50 +0000 (UTC)
Reply-To: rt-comment@krbdev.MIT.EDU
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
There seems to be a typo in the example given for auth_to_local in the
admin guide.
The example there contains a regex that will never match based on the
rewrite.
RULE:[2:$2](^.*;root)s/^.*$/root/
This was probably meant to be
RULE:[2:$2](^.*root)s/^.*$/root/
I think one semicolon may have got lose, and snuck in from the example directly above:
RULE:[2:$1;$2](^.*;admin$)s/;admin$//
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs