A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/08/21 10:30
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:23.0) Gecko/20100101 
Firefox/23.0
IP-Address  : 88.173.78.196
Hostname    : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: 
http://ltb-project.org/wiki/documentation/openldap-rpm?rev=1335514512
New Revision: http://ltb-project.org/wiki/documentation/openldap-rpm
Edit Summary: 
User        : coudot

@@ -30,20 +30,50 @@
      * smbk5pwd (without Heimdal Kerberos support)
  
  The installation is done under /usr/local, in order to avoid conflicts with 
existing OpenLDAP installation. In particular, we do not touch the ldap system 
libraries, which are linked in by many other programs.
  
- ===== Download and install =====
+ ===== Installation =====
  
- You can download the RPMs here: [[::download]].
+ ==== Yum repository ====
  
- Just run this command to install them (with dependency management):
+ Configure the yum repository :
  <code>
- # yum install berkeleydb-ltb* openldap-ltb*
+ # vi /etc/yum.repos.d/ltb-project.repo
  </code>
+ <file>
+ [ltb-project]
+ name=LTB project packages
+ baseurl=http://ltb-project.org/rpm/$releasever/$basearch
+ enabled=1
+ gpgcheck=1
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LTB-project
+ </file>
  
- Read the next chapter to avoid GPG signature verification problem.
+ Then upate:
+ <code>
+ # yum update
+ </code>
  
- ===== GPG key =====
+ The public key can be downloaded here: 
[[http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project]]
+ 
+ To import this key:
+ <code>
+ # rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project
+ </code>
+ 
+ You are now ready to install:
+ <code>
+ # yum install openldap-ltb
+ </code>
+ 
+ ==== Manual download ====
+ 
+ You can download the RPMs here: [[::download]].
+ 
+ Just run this command to install them (with dependency management):
+ <code>
+ # yum localinstall berkeleydb-ltb* openldap-ltb*
+ </code>
  
  The public key can be downloaded here: 
[[http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project]]
  
  To import this key:



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to