Quote:
Originally Posted by phoenix Were these spelling errors in the How To' article and did they trip you up? Obviously I didn't write the article, I just posted it here for reference. If the spelling errors were with the implementation perhaps you wouldn't mind making a note in this thread for people trying this in the future? |
On page 2
Code:
chown zimbra /opt/zmibra/openldap/etc/openldap/schema/samba.schema
chgrp zimbra /opt/zmibra/openldap/etc/openldap/schema/samba.schema
Which btw can be replaced with
Code:
chown zimbra:zimbra /opt/zimbra/openldap/etc/openldap/schema/samba.schema
Another thing is that it's not necessary to download the samba source to get samba.scema. Install samba-doc and it's in /usr/share/doc/samba-doc/examples/LDAP/. You'll need to "gzip -d" it though.
Also it's not necessary to install libpam-ldap in Ubuntu 8.04 since it gets installed when you install libnss-ldap in the previous step. These packages are also changed a bit in the setup process in 8.04. You have to specify ldap://
ip instead of just server ip.