Difference between revisions of "Jabberd"
From Atomicorp Wiki
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> |
− | + | 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 17: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.