mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
docs: unify representation of dn=token (#1264)
This commit is contained in:
parent
8ad5bab7fa
commit
6f3f166904
|
@ -118,9 +118,9 @@ If you have [issued api tokens for a service account](../accounts_and_groups.htm
|
|||
they can be used to gain extended read permissions for those service accounts.
|
||||
|
||||
Api tokens can also be used to gain extended search permissions with LDAP. To do this you can bind
|
||||
with a dn of "dn=token" and provide the api token in the password.
|
||||
with a dn of `dn=token` and provide the api token in the password.
|
||||
|
||||
> **NOTE** The 'dn=token' keyword is guaranteed to not be used by any other entry, which is why it was chosen as the keyword to initiate api token binds.
|
||||
> **NOTE** The `dn=token` keyword is guaranteed to not be used by any other entry, which is why it was chosen as the keyword to initiate api token binds.
|
||||
|
||||
```shell
|
||||
ldapwhoami -H ldaps://URL -x -D "dn=token" -w "TOKEN"
|
||||
|
|
Loading…
Reference in a new issue