Skip to content

Commit 09f0851

Browse files
catenacybervictorjulien
authored andcommitted
detect/krb5: fix doc about cname and sname keywords
These keywords match only in to_client direction, even if the fields are logged in both directions
1 parent a810315 commit 09f0851

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/userguide/rules/kerberos-keywords.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Signature examples::
3535
krb5_cname
3636
----------
3737

38-
Kerberos client name, provided in the ticket (for AS-REQ and TGS-REQ messages).
38+
Kerberos client name, provided in the ticket (for AS-REP and TGS-REP messages)
39+
or in the error message.
3940

4041
If the client name from the Kerberos message is composed of several parts, the
4142
name is compared to each part and the match will succeed if any is identical.
@@ -59,7 +60,7 @@ Syntax::
5960
krb5_sname
6061
----------
6162

62-
Kerberos server name, provided in the ticket (for AS-REQ and TGS-REQ messages)
63+
Kerberos server name, provided in the ticket (for AS-REP and TGS-REP messages)
6364
or in the error message.
6465

6566
If the server name from the Kerberos message is composed of several parts, the

0 commit comments

Comments
 (0)