when i execute "pveum user list", there is no data in the tokens column.
# pveum user list
┌────────────┬────────────────────────┬───────────────────────────────┬────────┬────────┬───────────┬────────┬──────┬──────────┬────────┐
│ userid │ comment │ email │ enable │ expire │ firstname │ groups │ keys │ lastname │ tokens │
╞════════════╪════════════════════════╪═══════════════════════════════╪════════╪════════╪═══════════╪════════╪══════╪══════════╪════════╡
│ root@pam │ │ "email address" │ 1 │ 0 │ │ │ │ │ │
├────────────┼────────────────────────┼───────────────────────────────┼────────┼────────┼───────────┼────────┼──────┼──────────┼────────┤
│ test@pve │ test user │ │ 1 │ 0 │ │ │ │ │ │
└────────────┴────────────────────────┴───────────────────────────────┴────────┴────────┴───────────┴────────┴──────┴──────────┴────────┘
I can get a token from user like below.
# pveum user token list test@pve
┌───────────────┬─────────┬────────┬─────────┐
│ tokenid │ comment │ expire │ privsep │
╞═══════════════╪═════════╪════════╪═════════╡
│ tester │ │ 0 │ 1 │
└───────────────┴─────────┴────────┴─────────┘
Is there anything i missed?
# pveum user list
┌────────────┬────────────────────────┬───────────────────────────────┬────────┬────────┬───────────┬────────┬──────┬──────────┬────────┐
│ userid │ comment │ email │ enable │ expire │ firstname │ groups │ keys │ lastname │ tokens │
╞════════════╪════════════════════════╪═══════════════════════════════╪════════╪════════╪═══════════╪════════╪══════╪══════════╪════════╡
│ root@pam │ │ "email address" │ 1 │ 0 │ │ │ │ │ │
├────────────┼────────────────────────┼───────────────────────────────┼────────┼────────┼───────────┼────────┼──────┼──────────┼────────┤
│ test@pve │ test user │ │ 1 │ 0 │ │ │ │ │ │
└────────────┴────────────────────────┴───────────────────────────────┴────────┴────────┴───────────┴────────┴──────┴──────────┴────────┘
I can get a token from user like below.
# pveum user token list test@pve
┌───────────────┬─────────┬────────┬─────────┐
│ tokenid │ comment │ expire │ privsep │
╞═══════════════╪═════════╪════════╪═════════╡
│ tester │ │ 0 │ 1 │
└───────────────┴─────────┴────────┴─────────┘
Is there anything i missed?