Rip authedicatation from LDAP to Local
Posted
by
oxinabox
on Server Fault
See other posts from Server Fault
or by oxinabox
Published on 2012-09-14T02:42:22Z
Indexed on
2012/09/17
21:41 UTC
Read the original article
Hit count: 402
We are taking a small portion of out network offline, and running a separate network using that portion. (By small portion I mean 2 servers, that will be connected to 30 odd boxs that aren't usually part of our network, and don't need to authenicate)
I intend to create a VM on one of the servers to provide general user services, and IRC server, remote shell etc. And I would like the users to be able to use there usual server log in details. Problem is the LDAP server that normally checks those details is not one of the severs. So I need to be able to some how take their details off LDAP and put them on the the server that is coming.
One suggestion I had was to set a LDAP server on the VM locally, and clone the LDAP database onto it (using something called slapcat) is this the best way? Or can I I change the LDAP data into local authentication data?
© Server Fault or respective owner