Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a ubuntu openldap client, and i am trying to configure a RHEL 6.4 openldap client. I am running into problems and i was wondering if anybody had any tutorials or something i could follow for this
I have a ubuntu openldap client, and i am trying to configure a RHEL 6.4 openldap client. I am running into problems and i was wondering if anybody had any tutorials or something i could follow for this
Read the "Question Guidelines" link in my posting signature. Your post is vague, since you say you have Ubuntu openLDAP client *AND* RHEL 6.4 openLDAP client. You don't mention the server. You say you have problems, but don't actually say what these problems ARE.
Hey sorry for the confusion, i meant to say i have a ubuntu 14.04 openldap SERVER. I guess what i am wondering first off, Is it possible to have a ubuntu openldap server and a rhel openldap client? thanks for the quick reply also. I guess i was to vague so ill be putting my error on here, sorry about that
Hey sorry for the confusion, i meant to say i have a ubuntu 14.04 openldap SERVER. I guess what i am wondering first off, Is it possible to have a ubuntu openldap server and a rhel openldap client? thanks for the quick reply also. I guess i was to vague so ill be putting my error on here, sorry about that
The type of client makes absolutely no difference. The openLDAP server will reply to any LDAP client, providing the credentials are correct.
You certainly don't need a Windows web server, to serve up web pages to a Windows web browser, because http is a communications standard. As long as the client obeys the standards, you're set.
My machine name is client
the dns suffix is testing.com
the basedn for the openldap server is dc=test,dc=com
the admin for the openldap is cn=admin,dc=test,dc=com
I am configuring a RHEL6.4 openldap client to authencitate to a UBUNTU 14.04 openldap server. I installed the following packages:
openldap-clients nss-pam-ldapd openldap
I ran the authconfig to configure the access:
authconfig --enableldap \
--enableldapauth \
--ldapserver=client.testing.com \
--ldapbasedn="dc=test,dc=com" \
--enablemkhomedir \
--update
It ran with no errors. But the RHEL machine will not authenticate through the ldap.
i ran the getent passwd command which is supposed to show all users(openldap users, and local users) but it only showed the local users.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.