uid attribute
Applies to: desktop apps only
A user ID.
| CN | uid |
|---|---|
| Ldap-Display-Name | uid |
| Size | - |
| Update Privilege | - |
| Update Frequency | - |
| Attribute-Id | 0.9.2342.19200300.100.1.1 |
| System-Id-Guid | 0bb0fca0-1e89-429f-901a-1413894d9f59 |
| Syntax | String(Unicode) |
Implementations
- Windows Server 2003
- Windows Server 2003 R2
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 8 Beta
Windows Server 2003
| Link-Id | - |
|---|---|
| MAPI-Id | - |
| System-Only | False |
| Is-Single-Valued | False |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000008 |
| System-Flags | 0x00000000 |
| Classes used in | accountinetOrgPersonUser |
Windows Server 2003 R2
| Link-Id | - |
|---|---|
| MAPI-Id | - |
| System-Only | False |
| Is-Single-Valued | False |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000008 |
| System-Flags | 0x00000000 |
| Classes used in | accountinetOrgPersonUserposixAccountshadowAccountipHostipNetwork |
Windows Server 2008
| Link-Id | - |
|---|---|
| MAPI-Id | - |
| System-Only | False |
| Is-Single-Valued | False |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000008 |
| System-Flags | 0x00000000 |
| Classes used in | accountinetOrgPersonUserposixAccountshadowAccountipHostipNetwork |
Windows Server 2008 R2
| Link-Id | - |
|---|---|
| MAPI-Id | - |
| System-Only | False |
| Is-Single-Valued | False |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000008 |
| System-Flags | 0x00000000 |
| Classes used in | accountinetOrgPersonUserposixAccountshadowAccountipHostipNetwork |
Windows Server 8 Beta
| Link-Id | - |
|---|---|
| MAPI-Id | - |
| System-Only | False |
| Is-Single-Valued | False |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000008 |
| System-Flags | 0x00000000 |
| Classes used in | accountinetOrgPersonUserposixAccountshadowAccountipHostipNetwork |
Send comments about this topic to Microsoft
Build date: 2/3/2012
So it is type unicode string, but does that mean ANY valid unicode string can be the uid?
So it is type unicode string, but does that mean ANY valid unicode string can be the uid?
---------------------------
From: jportz@gmail.com
Yes, uid can be ANY unicode string. Which, if you think about it, can introduce some fairly ugly and unwanted problems into an application that tries to use this attribute for authentication purposes. MS introducing the RFC 822 formatted uPN attribute is a good answer to this problem. Would be nice if it were included as part of the base class definitions for the next ratified RFC for LDAP.
---------------------------
From: jportz@gmail.com
Yes, uid can be ANY unicode string. Which, if you think about it, can introduce some fairly ugly and unwanted problems into an application that tries to use this attribute for authentication purposes. MS introducing the RFC 822 formatted uPN attribute is a good answer to this problem. Would be nice if it were included as part of the base class definitions for the next ratified RFC for LDAP.
- 9/17/2007
- Jay R. Wren
- 2/11/2011
- j.portz