Skip to content

Incorrect upper limit of 8k in config file #120

@DimitriPapadopoulos

Description

@DimitriPapadopoulos

Not sure where the upper limit of 8k comes from:

# The shared secret use to "encrypt" and "sign" packets between
# the NAS and FreeRADIUS. You MUST change this secret from the
# default, otherwise it's not a secret any more!
#
# The secret can be any string, up to 8k characters in length.

As far as I can see, the current maximal length of the shared secret is 256:

#define MAX_SECRET_LENGTH (16 * 16) /* MUST be multiple of 16 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions