[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: UID Confines
At 10:48 AM 9/14/00 -0400, David Gay wrote:
> I was wondering if anyone knows the confines for the uid field off the
>top of their head (i.e. maximum # of characters, etc.).
It's defined in 2.0 as:
attributetype ( 0.9.2342.19200300.100.1.1
NAME ( 'uid' 'userid' )
DESC 'RFC1274: user identifier'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
That is, a directoryString (UTF-8) of recommend length not greater
than 256.
>Also, is there a
>way to increase the number of characters allowed?
No. There is no limit restriction (other than underlying
system/database limits which are huge).
>I found that I can
>insert something like 'user1234', but cannot insert 'u1234567'.
Check the logs for details.
Kurt