[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Maximum uidNumber (posix / ldap).
- To: openldap-technical@openldap.org
- Subject: Maximum uidNumber (posix / ldap).
- From: Alejandro Leyva <alex.leyva@gmail.com>
- Date: Tue, 7 Jul 2009 15:27:50 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Yz+qucDcGWkdAuhG1Q4NFbN9/XazHwhl4znfIKpBV0g=; b=RdKGnAgnnLyqzkUa8O3/iv9yfpCMqqpqHsXfjMoAz6wg1HfVIBIAu5ornn+4HWwgwe juBC0Jkfm/M7CSWAETvsz+fNzkRonszaSg4B/4Cg+tPVqPOuHn78BaDIUeSB6syJUMHI 9foxcrGYfCAlg7+NMD0OWM6K4kZgqP5W2Yyzo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DPxQE9rSPKqYn6E/LNxa9B1ktjIfmb2A89u/2hR/Xq50IhCsJvLZmg7CN/g8/Iilh0 aPyrarHsRMNAailwfDvkNET38ZXs/3+vCuFoBO5cWSYTC51Jdg9/161o/Pme2+cXhUVp DxxJLVbZdRQUJquyjlwav3JE4xbNweKtI/b/I=
Hi all, we are looking at the maximum uidNumber, we need to know the
maximum allowed uidNumber for LDAP / POSIX accounts.
The schema definition for uidNumber says that it is defined with
syntax 1.3.6.1.4.1.1466.115.121.1.27, which is an LDAP number /
integer, in http://www.zytrax.com/books/ldap/apa/types.html#numbers
the range is defined as 2,147,483,648 to 2,147,483,647, did somebody
know if this range is common to LDAP and POSIX? Could we have a user
with uidNumber 2,147,483,646 without any problem?
Thanks in advance.