Penguin

Differences between version 24 and predecessor to the previous major change of CyrusNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 24 Last edited on Thursday, June 17, 2004 5:33:49 pm by GreigMcGill Revert
Older page: version 22 Last edited on Wednesday, June 16, 2004 2:03:26 am by DickDavies Revert
@@ -1,9 +1,9 @@
 !__Implementing__ [Cyrus] __on Redhat with an [LDAP] backend__ 
  
 Note: It is assumed that you already have an [LDAP] backend capable of authenticating via uid and userPassword attributes. This does not need to be on the same box as the cyrus imap server. It should have a valid "cyrus" user though. 
  
-Using RPMs downloaded from [Simon Matter's Website|http://home .teleport .ch/simix /]... 
+Using RPMs downloaded from [Simon Matter's Website|http://www .invoca .ch/pub/packages/cyrus-imapd /]... 
  
 * Build from the source RPMs: rpmbuild -ba --target ''arch'' cyrus-imapd-2.x.x-x.src.rpm 
 * Install ALL of the resulting RPMS. 
 * __Note:__ if you are happy without LDAP authentication, you may skip to the cyradm section below. 
@@ -11,9 +11,9 @@
 * Edit /etc/sysconfig/saslauthd, and add the line MECH="pam" 
 * Edit /etc/pam.d/imap (and pop if you wish to run that). It should only contain the following lines:%%% 
 auth sufficient /lib/security/pam_ldap.so%%% 
 account sufficient /lib/security/pam_ldap.so%%% 
-* Edit /etc/pam.d /ldap.conf and add the following lines: 
+* Edit /etc/openldap /ldap.conf and add the following lines: 
 host your.ldap.server%%% 
 base ou=Your-Account-Container,dc=your,dc=domain,dc=components%%% 
 scope sub%%% 
 pam_login_attribute uid%%% 
@@ -38,9 +38,9 @@
 * Edit /etc/defaults/saslauthd and ensure that START="yes" and MECHANISM="pam" are uncommented 
 * Edit /etc/pam.d/imap (and pop if you wish to run that). It should only contain the following lines:%%% 
 auth sufficient /lib/security/pam_ldap.so%%% 
 account sufficient /lib/security/pam_ldap.so%%% 
-* Edit /etc/pam.d /ldap.conf and add the following lines: 
+* Edit /etc/openldap /ldap.conf and add the following lines: 
 host your.ldap.server%%% 
 base ou=Your-Account-Container,dc=your,dc=domain,dc=components%%% 
 scope sub%%% 
 pam_login_attribute uid%%%