You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on CentOS8 --test fails with LDAP message even though PAM is the only provider.
[carta@centos8-stream-d1 ~]$ carta-controller --test simmonds1
Checking config file /etc/carta/config.json
Testing configuration with user simmonds1
Password for user simmonds1:
✔ Checked PAM connection for user simmonds1
✔ Verified uid (1003) for user simmonds1
✖ Error: Cannot generate access token. Please check your config file's ldap auth section!
Controller tests with user simmonds1 failed
[carta@centos8-stream-d1 ~]$
on CentOS8 --test fails with LDAP message even though PAM is the only provider.
[carta@centos8-stream-d1 ~]$ carta-controller --test simmonds1
Checking config file /etc/carta/config.json
Testing configuration with user simmonds1
Password for user simmonds1:
✔ Checked PAM connection for user simmonds1
✔ Verified uid (1003) for user simmonds1
✖ Error: Cannot generate access token. Please check your config file's ldap auth section!
Controller tests with user simmonds1 failed
[carta@centos8-stream-d1 ~]$
[carta@centos8-stream-d1 ~]$ more /etc/carta/config.json
{
"$schema": "./config_schema.json",
"authProviders": {
"pam": {
"publicKeyLocation": "/etc/carta/carta_public.pem",
"privateKeyLocation": "/etc/carta/carta_private.pem",
"issuer": "my-carta-server.com"
}
},
The text was updated successfully, but these errors were encountered: