[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Newbie Attributes position question
At 11:44 PM 2002-01-16, Chris Lee wrote:
>Hi,
>
>It there any diff. between the following (suppose it was valid):
>
>1.
>dn: uid=bin,ou=people,o=cch
>uid: bin
>cn: bin
>objectClass: account
>objectClass: posixAccount
>objectClass: top
>objectClass: shadowAccount
>2.
>dn: uid=bin,ou=people,o=cch
>objectClass: account
>objectClass: posixAccount
>objectClass: top
>objectClass: shadowAccount
>uid: bin
>cn: bin
>
>The only diff was uid,cn was declare before / after objectClass, any other
>meanings or effect for such arrangement?
None. The set of attributes is unordered. I note as well that
order of the provided set may not be preserved.