You are here

constant MAX_GROUP_LENGTH in Hosting 6.2

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 MAX_GROUP_LENGTH
hosting_client_form in client/hosting_client.module
Implementation of hook_form().
hosting_client_sanitize in client/hosting_client.module
Return a machine-usable name for a client.

File

client/hosting_client.module, line 26

Code

define('MAX_GROUP_LENGTH', 16);