Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-12-2009, 07:12 AM
Junior Member
 
Posts: 7
Default [SOLVED] ZCS 6 - problems using Samba and Posixaccount zimlets

Hello,

following the tutorial about using Zimbra as PDC (UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI - Zimbra :: Wiki), I have problems when deploying the zimlets Samba and Posixaccount . I have modified the config file for both, using 10000 as gidBase and uidBase but when I activate both the zimlets, the left menu of the admin panels won't show the related administrative panes. Even more strange, if I deploy Posixaccount alone, the pane appears, but if I add later the zimlet Samba..it would disappear again!
I've tried 3 different clean installations using Debian 4 and 5 ...what can I do?
thank you for your attention
Reply With Quote
  #2 (permalink)  
Old 10-12-2009, 07:42 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

You should have followed this tutorial: UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI 6.0 - Zimbra :: Wiki
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 10-12-2009, 02:16 PM
Junior Member
 
Posts: 7
Default

thank you for your quick reply - I have followed the new guide on a fresh installation...and I get exactly the same problem...any idea?
Reply With Quote
  #4 (permalink)  
Old 10-12-2009, 11:56 PM
Trained Alumni
 
Posts: 336
Default

I did this kind of installation twice, on Debian5 and Ubuntu8, both with ZCS6 (NE and OSS). First run was kind of hard, but second went almost straight.

You should be more precise with your problem. In the addins you need to change the ldap prefix as well, not only the gid and uid parameters.
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote
  #5 (permalink)  
Old 10-13-2009, 12:25 AM
Junior Member
 
Posts: 7
Default

Zimbra shows no errors in the log (/opt/zimbra/log/maillog) - the LDAP prefixes are right, because if I activate only posixaccount, the entries are created correctly in LDAP. I just cannot access the User Creation menu if both zimlets are enabled. If only the samba zimlet is deployed, although the system log returns no error, there is no menu entry for that...
The only step I'm unsure is when I have to add the new LDAP indices:
Code:
dn: olcDatabase={2}hdb,cn=config
changetype:modify
add: olcDbIndex
olcDbIndex: uidNumber eq
olcDbIndex: gidNumber eq
olcDbIndex: memberUid eq
olcDbIndex: sambaSID eq
olcDbIndex: sambaPrimaryGroupSID eq
olcDbIndex: sambaDomainName eq
is that right?

Thank you again, let me know if I should post any config or any other info
Reply With Quote
  #6 (permalink)  
Old 10-13-2009, 12:37 AM
Trained Alumni
 
Posts: 336
Default

check /opt/zimbra/logs/mailbox.log

for indices there's a separate howto in the 6.0 page phoenix suggested you. but if I got it right it should work even without them.

btw even if the setup is not working perfectly, you should see the zimlets activated anyway.
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote
  #7 (permalink)  
Old 10-13-2009, 01:43 AM
Junior Member
 
Posts: 7
Default

ok - yes I followed the tutorial for the indices...I was just making sure the indices to add are only the ones I listed above...
In the zimlet list, I can see them active - I've also noticed something strange, if I activate samba zimlet, even the default admin extensions (like the certificate manager) disappear from the menu!
Look at the screenshot:
Only Posix Account Deployed


Both Posix Account and Samba deployed


The log shows no error on deployment or on restart of Zimbra:

Code:
2009-10-13 12:28:14,340 INFO  [btpool0-8] [name=admin@xxxx.xxx;mid=2;ip=192.168.1.31;ua=ZimbraWebClient - IE8 (Win);] soap - DeployZimletRequest
2009-10-13 12:28:14,518 INFO  [Thread-153] [] zimlet - Deploying Zimlet zimbra_posixaccount in LDAP.
2009-10-13 12:28:14,625 INFO  [Thread-153] [] zimlet - Installing Zimlet zimbra_posixaccount on this host.
2009-10-13 12:28:14,628 INFO  [Thread-153] [] zimlet - Upgrading Zimlet zimbra_posixaccount to 1
2009-10-13 12:28:14,825 INFO  [Thread-153] [] zimlet - Installing Zimlet config for zimbra_posixaccount
2009-10-13 12:28:14,940 INFO  [Thread-153] [] zimlet - Enabling Zimlet zimbra_posixaccount
2009-10-13 12:28:14,979 INFO  [btpool0-8] [name=admin@xxxx.xxx;mid=2;ip=192.168.1.31;ua=ZimbraWebClient - IE8 (Win);] soap - DeployZimletRequest
2009-10-13 12:28:15,073 INFO  [Thread-153] [] zimlet - Skipping on mail.xxxx.xxx
....
2009-10-13 12:29:05,882 INFO  [btpool0-1] [name=admin@xxxx.xxx;mid=2;ip=192.168.1.31;ua=ZimbraWebClient - IE8 (Win);] soap - DeployZimletRequest
2009-10-13 12:29:06,047 INFO  [Thread-167] [] zimlet - Deploying Zimlet zimbra_samba in LDAP.
2009-10-13 12:29:06,166 INFO  [Thread-167] [] zimlet - Installing Zimlet zimbra_samba on this host.
2009-10-13 12:29:06,172 INFO  [Thread-167] [] zimlet - Upgrading Zimlet zimbra_samba to 6
2009-10-13 12:29:06,362 INFO  [Thread-167] [] zimlet - Installing Zimlet config for zimbra_samba
2009-10-13 12:29:06,514 INFO  [btpool0-1] [name=admin@xxxx.xxx;mid=2;ip=192.168.1.31;ua=ZimbraWebClient - IE8 (Win);] soap - DeployZimletRequest
2009-10-13 12:29:06,532 INFO  [Thread-167] [] zimlet - Enabling Zimlet zimbra_samba
2009-10-13 12:29:06,677 INFO  [Thread-167] [] zimlet - Skipping on mail.xxxx.xxx
...
Reply With Quote
  #8 (permalink)  
Old 10-13-2009, 11:01 AM
Moderator
 
Posts: 1,147
Default

Code:
2009-10-13 12:29:06,532 INFO  [Thread-167] [] zimlet - Enabling Zimlet zimbra_samba
2009-10-13 12:29:06,677 INFO  [Thread-167] [] zimlet - Skipping on mail.xxxx.xxx
Unfortunatly my log for when I deployed those Zimlets is long gone... but the "Skipping on mail.xxxx.xxx" part seems to suggest that it isn't actually enabling the samba zimlet.
Reply With Quote
  #9 (permalink)  
Old 10-13-2009, 02:40 PM
Junior Member
 
Posts: 7
Default

unfortunately is not true, the zimlet gets deployed - the posixaccount one - when is alone, so I guess that line in the log means actually something a bit different
Reply With Quote
  #10 (permalink)  
Old 10-14-2009, 12:52 AM
Junior Member
 
Posts: 7
Default

update: if I follow the tutorial on Ubuntu 8 - everything works...anyone else on Debian 5 had success on this?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.