LDAPUSER (LDAP System User) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link LDAPUSER to other SAP tables.
| Field | Data element | Checktable | Datatype | Length | Decimals | Possible values | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MANDT
Client
|
MANDT | T000 |
CLNT
|
3 | 0 | |||||||
|
UNAME
User ID for System Logon
|
LDAP_SUSR |
CHAR
|
16 | 0 | ||||||||
|
READONLY
User only has read authorization
|
LDAP_READ |
CHAR
|
1 | 0 | ||||||||
|
||||||||||||
|
BINDDN
Distinguished Name
|
LDAP_DN |
CHAR
|
255 | 0 | ||||||||
|
AUTH
Authentication mechanism (for example, simple bind)
|
LDAP_AUTH |
INT4
|
10 | 0 | ||||||||
|
||||||||||||
|
STORE
Storage location of credentials
|
LDAP_STOR |
INT4
|
10 | 0 | ||||||||
|
||||||||||||
|
INFO
Access information for credentials
|
LDAP_INFO |
CHAR
|
255 | 0 | ||||||||
|
PWDSEC
Password for Logon (Encrypted)
|
LDAP_PWDSEC |
CHAR
|
255 | 0 | ||||||||
| Table | Field | Foreign key table | Foreign key field | Check table | Check field |
|---|---|---|---|---|---|
| LDAPUSER | MANDT | LDAPUSER | MANDT |
T000
Clients
|
MANDT |