Installing and configuring OpenLDAP


 
Thread Tools Search this Thread
Operating Systems Solaris Installing and configuring OpenLDAP
# 8  
Old 09-21-2011
On my laptop I have Solaris 11 Express. On my SPARC workstations, I have the latest release of Solaris 10.
# 9  
Old 09-21-2011
What packages are you installing, precisely ? (full name / url )
# 10  
Old 09-21-2011
I went to Sunfreeware - Free and Open Source Software (FOSS) for Sun Microsystem's Solaris, download the packages, and used pkgadd to install them. Installed:

gcc-3.4.6
libtool-2.4
openldap-2.4.24
openssl-1.0.0e
sasl-2.1.21

All installed in /usr/local
# 11  
Old 09-22-2011
It would help if you answer more precisely (if at all) to my questions.

Anyway, there doesn't seem to be openldap packages for Solaris 11 Express on that site.

Perhaps are you attempting to install the Solaris 10 ones ?

and by the way, unless you really need 2.4.24, openldap is in the default Solaris 11 Express repository. All you need to do is:
Code:
# pkg install openldap

or use the GUI if more you are more comfortable with it. That will install 2.4.21 with all its dependencies.

Last edited by jlliagre; 09-22-2011 at 12:49 AM..
# 12  
Old 09-23-2011
Hey if your using solaris 11 this really easy
To install openLDAP in the GUI go to Systems-->Administration-->Package Manager
Put in the root password
do a search for openldap
check the box next to openldap and click install/update.
Your done

Now all you need to do is configure some files. You don't need the files from sunfreeware.
# 13  
Old 09-23-2011
I have Solaris 11 Express at home, but Solaris 10 here at work.
# 14  
Old 09-24-2011
Please answer to the question I asked in post #7 then.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Openldap 2.4.31 replication

Hi, I have done setup for openldap master and slave. Its working fine and replicating also. But it is working only with plane text password in syncrepl . How we can use encrypted password here also like we are using in rootpw ? Below portion is working. syncrepl rid=101 ... (3 Replies)
Discussion started by: Priy
3 Replies

2. Solaris

Openldap configuration

I m using Intel solaris 10 version . I m trying to install openldap and used several documents and package versions . But every time I got CC PATH error and while I solved the CC issue , I got Barkley DB error . :wall: Is there any perticular site from where I can install and configure... (1 Reply)
Discussion started by: sanjee
1 Replies

3. Solaris

OpenLDAP setup

At work I'm been givin the task to move are backend servers from NIS to LDAP. We have mostly Solaris 10 servers, as well as a few Redhat servers. I am going to use openLDAP as the LDAP server. I'm looking for a good how to guide on setting up the openLDAP server. Most of the docs I have found seem... (0 Replies)
Discussion started by: bitlord
0 Replies

4. Red Hat

Need OpenLDAP Help

Hi, all: I'm studying for the RHCE and have hit the section on configuring an OpenLDAP client. I'd like to practice this, but I can't get an OpenLDAP server set up. I followed the directions in RedHat's Deployment Guide, and it looks like the server is up and running, but I can't get the... (0 Replies)
Discussion started by: rjlohman
0 Replies

5. AIX

openLDAP with Aix

hello I have a P570 with 3 partitions. These partitions are available, since 1 year. So there are a lot of users, files, etc, on these partition I must now install an openldap with Debian to manage all these users. But several pb: on LDAP, we are 1 iud for user and one home directory, 1 gid... (0 Replies)
Discussion started by: pascalbout
0 Replies

6. UNIX for Advanced & Expert Users

OpenLDAP and Apache

Hello! I'm starting to panic here! I'm trying to authorize Subversion (via apache) users at my company here via LDAP. Sure everything works when just authorizing users with require valid-user But! That is not what I'm looking for, I wish to Authorize by membership in specifik groups... This... (0 Replies)
Discussion started by: Esaia
0 Replies
Login or Register to Ask a Question