Centos 6.4 - netinstall - LDAP

Issues related to applications and software problems
Post Reply
jr3151006
Posts: 24
Joined: 2013/06/01 02:08:47
Contact:

Centos 6.4 - netinstall - LDAP

Post by jr3151006 » 2013/06/06 00:03:56

Hi,

I´m planning to install a new server to work as a webserver with FTP support but authenticating users against MS Windows Active Directory, like this post "http://perfectresolution.com/?p=97".

Since I´m using 'netinstall' way, should I install other modules/lib or the default installation brings LDAP components??

tks,

Renato P

scottro
Forum Moderator
Posts: 2556
Joined: 2007/09/03 21:18:09
Location: NYC
Contact:

Centos 6.4 - netinstall - LDAP

Post by scottro » 2013/06/06 01:16:39

It's often easier to update after doing the basic netinstall. My last work with CentOS and LDAP was in CentOS 5.x, and at that time you needed to do

[code]
yum install openldap{,-clients,-devel,-servers} nss_ldap
[/code]

I would do the netinstall first, and run the above yum command afterwards.

jr3151006
Posts: 24
Joined: 2013/06/01 02:08:47
Contact:

Re: Centos 6.4 - netinstall - LDAP

Post by jr3151006 » 2013/07/16 02:49:30

After fresh install, using 'yum list installed', show as:

"openldap.x86_64 2.4.23-31.el6"

So, I presumed that already have LDAP files by 'netinstall' method.

Post Reply