Skip to content

Commit

Permalink
Added the cui hash to cui policy
Browse files Browse the repository at this point in the history
  • Loading branch information
armitasp committed Oct 21, 2012
1 parent 41ae75b commit 92ec137
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions raddb/policy.d/cui
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
# cui.authorize etc..) from the various config sections.
#

#
# cui_hash_key definition
# This key serves the purpose of protecting CUI values against
# dictionary attacks, therefore should be chosen as a "random"
# string and kept secret.
#
cui_hash_key = "some_hash_key"

#
# The client indicates it can do CUI by sending a CUI attribute
# containing one zero byte
Expand Down

0 comments on commit 92ec137

Please sign in to comment.