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 07-21-2009, 05:23 PM
Active Member
 
Posts: 28
Default [SOLVED] Bulk provisioning

I'm using bulk provisioning via CSV file, and need to standardize the passwords for a POP3 connector I am using. It would be nice to integrate with external active directory, but I would have the use the AD password in my POP3 connector, and I'm not privy to these passwords of course. So first question is:

Does External Active Directory Auth only use AD passwords, or can it also use the password supplied by Zimbra's OpenLDAP? Doesn't seem to when I try using the password I assign in the admin console, so I'm guessing I'll have to use Internal vs. External AD Auth.

Is there a way to uncheck "Must change password" globally across all 200 email accounts, or will I have to go into each account and manually uncheck this? REALLY don't want to have to do that.
Reply With Quote
  #2 (permalink)  
Old 07-21-2009, 05:38 PM
Moderator
 
Posts: 1,554
Default

you can create fallback authentication mechanisms and i think in fact if like your AD went down users could still authenticate via the zimbra password. I think theres a section on this in the documentation. I"m not sure if it can be an 'either or' thing

as far as the must change password, figure out what attribute it is by doing

zmprov ga <account>

then you can do a script like

Code:
#!/bin/bash
for i in `zmprov gaa`
do
zmprov ma $i attributeName FALSE
done
Reply With Quote
  #3 (permalink)  
Old 07-21-2009, 07:25 PM
Active Member
 
Posts: 28
Default

That answers my question. I was hoping to integrate with AD so people were familiar with their passwords, but the need to configure POP3 connections on the server override that, just need a single password to authenticate the accounts. I'm sure it's in the documentation as well, but I don't want to allow anyone to be able to change their passwords either.

Thanks, I'll give the script a shot.
Reply With Quote
  #4 (permalink)  
Old 07-21-2009, 11:44 PM
Active Member
 
Posts: 28
Default

Thanks again, the script really helps for bulk changes!
Reply With Quote
  #5 (permalink)  
Old 07-22-2009, 12:05 AM
Active Member
 
Posts: 28
Default

I see the "change password" feature under the COS. Also see how to do it using zmprov ga user zimbraFeatureChangePasswordEnabled FALSE. Awesome.
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.