-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information request #26
Comments
It's possible to run reset-freebusy for all users with the -a switch and logging in as "SYSTEM" user with any password (root rights are required though)
|
tx |
Hi Jelle,
Thank you for you answer. Yet my script end differently:
root@wrickshire:~# /var/scripts/resetfreebusy.php -l SYSTEM -c woerden
-p \0 -a
PHP Warning: Module 'mapi' already loaded in Unknown on line 0
No applicable users found.
or
root@wrickshire:~# /var/scripts/resetfreebusy.php -l SYSTEM -c woerden
-p test -a
PHP Warning: Module 'mapi' already loaded in Unknown on line 0
No applicable users found.
Did you see this before? Do you have an idea?
Kind regards,
Niels Verbeek
…On 12/15/2016 04:38 PM, jelle van der Waa wrote:
It's possible to run reset-freebusy for all users with the -a switch and
logging in as "SYSTEM" user with any password (root rights are required
though)
|sudo php reset-freebusy.php -a -l SYSTEM -p test Getting user list
Processing user 'user1' Processing user 'user2' Processing user 'user3'
Processing user 'use4' Processing user 'user5' |
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJrrgbqs8K8xR3AqzkX-_GDMTO5OF14Nks5rIV8OgaJpZM4LOBmW>.
|
For multi company you probably want to try to use a user which has full administrative rights in the company instead of the SYSTEM user, so a user with ldap attribute ZarafaAdmin = 1 or 2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be very helpfull to add an command line example how to execute the resetfreebusy.php script for all users, running as the system user, similar to the ldap-export.sh description.
Could a short execution example be added? Thanks in advance.
The text was updated successfully, but these errors were encountered: