OpenSearch/docs/en/security/authentication
Andy Bristol 855c63dbc7 User/role names can be longer with more characters (elastic/x-pack-elasticsearch#1745)
This changes the validation criteria we use for user and role
names in the file realm, native realm, and the
realm-agnostic code in x-pack security. The new criteria is:

A valid username's length must be at least 1 and no more than 1024
characters. It may not contain leading or trailing whitespace. All
characters in the name must be be alphanumeric (`a-z`, `A-Z`, `0-9`),
printable punctuation or symbols in the https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)[Basic Latin (ASCII) block],
or the space character.

Original commit: elastic/x-pack-elasticsearch@f77640f269
2017-06-22 13:05:56 -07:00
..
active-directory-realm.asciidoc [DOCS] [Security] Documentation for Role Mapping API (elastic/x-pack-elasticsearch#1474) 2017-06-06 14:12:31 +10:00
anonymous-access.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
custom-realm.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
file-realm.asciidoc User/role names can be longer with more characters (elastic/x-pack-elasticsearch#1745) 2017-06-22 13:05:56 -07:00
ldap-realm.asciidoc [DOCS] [Security] Documentation for Role Mapping API (elastic/x-pack-elasticsearch#1474) 2017-06-06 14:12:31 +10:00
migrate-tool.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
native-realm.asciidoc User/role names can be longer with more characters (elastic/x-pack-elasticsearch#1745) 2017-06-22 13:05:56 -07:00
pki-realm.asciidoc [DOCS] [Security] Documentation for Role Mapping API (elastic/x-pack-elasticsearch#1474) 2017-06-06 14:12:31 +10:00
user-cache.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00