Ok I made a mistake in setting up the authentication

Sorry. I guess it's because of burnout from working. I really need a vacation.
Greg's instruction is here:
UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI - Zimbra :: Wiki
Watch out for the ldap.conf and smb.conf:
Code:
host cnt5.example.com
base dc=cnt5,dc=example,dc=com
binddn cn=config
bindpw randomgenerate
rootbinddn uid=zimbra,cn=admins,cn=zimbra
Make sure you check the password as zimbra user:
Code:
zimbra@gregzimbra1:$ zmlocalconfig -s ldap_root_password
zimbra@gregzimbra1:& zmlocalconfig -s zimbra_ldap_password
Restart Samba
After all that Samba Domain is automatically created in Zimbra LDAP.
There are several glitches though:
1. We cannot create user and group from Openfiler. Error about object not found. I guess it's related to the schema.
2. We need to create user and group from Zimbra WebUI.
3. Openfiler webUI sometimes return blank page, but the values are saved though.
4. We can create volumes, quota, etc in Openfiler.
5. The shares we create in Openfiler dont show in Samba (smb.conf)
6. We need to sync user password's to samba password from Openfiler (I think it's because I haven't use the SambaPassword extension. Will try soon).