OpenSearch/docs/en/rest-api/security
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
..
authenticate.asciidoc Outstanding docs for 5.4 changes (elastic/x-pack-elasticsearch#1280) 2017-05-12 16:51:47 +10:00
change-password.asciidoc [DOCS] Migrated rest-api topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:04:39 -07:00
clear-cache.asciidoc [DOCS] Migrated rest-api topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:04:39 -07:00
privileges.asciidoc Outstanding docs for 5.4 changes (elastic/x-pack-elasticsearch#1280) 2017-05-12 16:51:47 +10:00
role-mapping.asciidoc [DOCS] [Security] Documentation for Role Mapping API (elastic/x-pack-elasticsearch#1474) 2017-06-06 14:12:31 +10:00
roles.asciidoc [DOCS] Migrated rest-api topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:04:39 -07:00
tokens.asciidoc Rest endpoints for token based access (elastic/x-pack-elasticsearch#1235) 2017-04-27 11:04:31 -04:00
users.asciidoc User/role names can be longer with more characters (elastic/x-pack-elasticsearch#1745) 2017-06-22 13:05:56 -07:00