You are here

constant HOSTING_CLIENT_MAX_GROUP_LENGTH in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 client/hosting_client.module \HOSTING_CLIENT_MAX_GROUP_LENGTH

The maximum length of a UNIX group

Used to determine the sane maximum length of the internal name of a client.

See also

hosting_client_sanitize()

http://community.aegirproject.org/node/557

2 uses of HOSTING_CLIENT_MAX_GROUP_LENGTH
hosting_client_form in client/hosting_client.module
Implements hook_form().
hosting_client_sanitize in client/hosting_client.module
Return a machine-usable name for a client.

File

client/hosting_client.module, line 25

Code

define('HOSTING_CLIENT_MAX_GROUP_LENGTH', 16);