Difference between revisions of "Jabberd"

From Atomicorp Wiki
Jump to: navigation, search
Line 1: Line 1:
1) el4 boxes do not have the /etc/pki dir. Fix:
+
1) el4 boxes do not have the /etc/pki dir. Fix:<br>
ln -sf /usr/share/ssl/ /etc/pki/tls
+
ln -sf /usr/share/ssl/ /etc/pki/tls<br>
 
+
<br>
2) Configuration
+
2) Configuration<br>
cryptic.
+
The rpm defaults to using pam for authentication, and I was unable to get this to work, so I'm moving on to MySQL.<br>

Revision as of 18:38, 13 March 2007

1) el4 boxes do not have the /etc/pki dir. Fix:
ln -sf /usr/share/ssl/ /etc/pki/tls

2) Configuration
The rpm defaults to using pam for authentication, and I was unable to get this to work, so I'm moving on to MySQL.

Personal tools