I configured the centos client with system-config-auth, essentially I need to login from terminal or over ssh with the username and credentials of my ldap server.... please help

and below is the configuration
[domain/default]

ldap_id_use_start_tls = True
cache_credentials = True
ldap_search_base = dc=sysopminds,dc=com
krb5_realm = EXAMPLE.COM
krb5_server = kerberos.example.com
id_provider = ldap
auth_provider = ldap
chpass_provider = ldap
ldap_uri = ldaps://10.0.0.6
ldap_tls_cacertdir = /etc/openldap/cacerts
[sssd]
services = nss, pam
config_file_version = 2

domains = default
[nss]
[pam]
[sudo]
[autofs]
[ssh]
[pac]