When I try to login from the client, I get an error. I can use to the lpapuser1 on the freeipa server:
Code: Select all
[root@rhcsa-02 /]# su - ldapuser1
su: user ldapuser1 does not exist
[root@labipa ~]# su - ldapuser1
Last login: Thu Jun 11 16:00:31 EDT 2020 on pts/2
-sh-4.2$
Code: Select all
[root@rhcsa-02 /]# ldapsearch -x -b "uid=ldapuser1 ,ou=ipausers,dc=dthacker,dc=lab"
# extended LDIF
#
# LDAPv3
# base <uid=ldapuser1 ,ou=ipausers,dc=dthacker,dc=lab> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 0 Success
# numResponses: 1
Thanks