o GidNumber é ilimitado.
O número do GID é definido como um número inteiro nas definições do esquema
attributetype ( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
DESC 'An integer uniquely identifying a group in an administrative domain'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
De acordo com o RFC 4517 LDAP: sintaxes e regras de correspondência
3.3.16. Integer
A value of the Integer syntax is a whole number of unlimited
magnitude. The LDAP-specific encoding of a value of this syntax is
the optionally signed decimal digit character string representation
of the number (for example, the number 1321 is represented by the
character string "1321"). The encoding is defined by ...
Como é uma sequência de caracteres e não um número, você não tem o tamanho máximo determinado pelo sistema operacional para um número inteiro assinado e o número do GID no LDAP é ilimitado.
Por outro lado, o suporte do SO e as bibliotecas do PAM podem estar limitados a 65534.