source: doc/role_names @ 163aadf

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 163aadf was bcd57e0, checked in by Mike Ryan <mikeryan@…>, 13 years ago

specification of role names

  • Property mode set to 100644
File size: 416 bytes
Line 
1Role names in ABAC are allowed to contain the following sets of characters:
2
3    A-Z
4    a-z
5    0-9
6    -       [hyphen]
7    _       [underscore]
8
9A role name must begin with a letter or digit (A-z, a-z, 0-9).
10
11There is no limit on the length of a role name.
12
13As a technicality, creddy requires the CN to also meet these rules. Both ABAC
14and creddy will handle certificates with CNs that do not meet this criteria.
Note: See TracBrowser for help on using the repository browser.