View Single Post
  #7 (permalink)  
Old 07-29-2008, 05:51 AM
lithorus lithorus is offline
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by phoenix View Post
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.

Last edited by lithorus; 07-29-2008 at 05:57 AM..
Reply With Quote