constant MAX_GROUP_LENGTH in Hostmaster (Aegir) 6
The maximum length of a UNIX group
Used to determine the sane maximum length of the internal name of a client.
See also
http://community.aegirproject.org/node/557
2 uses of MAX_GROUP_LENGTH
- hosting_client_form in modules/
hosting/ client/ hosting_client.module - Implementation of hook_form().
- hosting_client_sanitize in modules/
hosting/ client/ hosting_client.module - Return a machine-usable name for a client.
File
- modules/
hosting/ client/ hosting_client.module, line 19
Code
define('MAX_GROUP_LENGTH', 16);