Bug #43530 going to be fixed in 7.0
Does it list anything at all? Can you attach a screenshot?
Type: Posts; User: Greg; Keyword(s):
Bug #43530 going to be fixed in 7.0
Does it list anything at all? Can you attach a screenshot?
I am currently working on a utility to import accounts from AD (or other LDAP) without the CSV and to generate the CSV for bulk provisioning from AD or LDAP.
Please check your Net tab in Firebug for errors. It looks like an upgrade problem.
Something may have gone wrong during the upgrade or some of the extensions that you have are preventing others from loading. You can run the admin UI in FireFox with added "?dev=1" parameter, i.e.:...
zmprov help
This is fixed in 6.0.2:
Bug 40335 – Admin console : Characters are dropped in Notes description field while edit resource
the workaround before upgrading to 6.0.2 is to add description...
Can you please run the Admin UI with ?mode=mjsf&gzip=false (:7071/zimbraAdmin?mode=mjsf&gzip=false) and post the error message that you get ? An error message in mjsf/no gzip mode will give me info...
Sorry, I didn't quite get it. Is the error happening on the fresh install as well as on the upgraded server?
Looks like you need to create the DN for your domain: zmail.ptest.us
the DN is 'dc=zmail,dc=ptest,dc=us'
Have you looked at syslog ?
This shows what the problem is:
sambaAccount should not be there, only sambaSamAccount.
run this and restart the services:
zmprov mcf -zimbraAccountExtraObjectClass sambaAccount
Can you add a screenshot of the status screen in admin console?
Can you post the whole exception and error trace from /opt/zimbra/log/mailbox.log
Another comment, your extension should consist of minimum two classes
1) class that implements ZimbraExtension
2) class that extends ZimbraCustomAuth
MANIFEST file in the jar has to point to the...
Looks like you are doing everything correctly. A couple of questions:
- how do you know that your auth handler is not being triggered?
- what is the log level in...
What do you refer to by Domain accounts? Are these user accounts or domain records (i.e. sambaSamAccount/zimbraAccount or sambaDomain/zimbraDomain)? Can you post a screenshot if it can be helpful?...
This indicates that the account that you are trying to restore was created before you integrated ZCS with Samba. A workaround that you can do is:
- stop zimbra services
- comment changes in ...
Forgot to mention one more thing - ZimbraLDAPUtilsExtension is used only for zimbra_posixaccount and zimbra_samba admin extensions (and possibly other extensions not written by Zimbra). So, unless...
It could be that slapd was hung and LDAP database was cached in memory until reboot.... that's a possible explanation.
zimbraldaputils.jar is the jar file produced by ZimbraLDAPUtilsExtension. In other words, ZimbraLDAPUtilsExtension is a project, and zimbraldaputils.jar is the binary.
This extension adds the...
If you downloaded these ZIP files and LDAP jar from the gallery and you upgraded to 5.0.4, please remove the files that you downloaded and reinstall the files from 5.0.4, because the files in the...
The LDAP extension is now shipped with ZCS, so the one on the gallery should not be used (I'll remove it). The fix for this problem is in the UI extensions (zimbra_posixaccount.zip and ...
My mistake, I added the restriction. Please file a bug.
BTW, just noticed that the stack trace says that your admin user name is admin@pranical.local, which makes me think that your domain name is pranical.local and machine name is mail2.pranical.local...
If you undeploy the zimlet and open the Admin UI, do you see mail2.pranical.local in the list of domains (not servers)? Also, did you follow the instructions in UNIX and Windows Accounts in Zimbra...