Generated WebAccess signatures
From Zarafa wiki
(Difference between revisions)
| Line 14: | Line 14: | ||
</code> | </code> | ||
| - | The script is originally | + | The script is originally to work in single company setups. However it is possible to modify the script to work also in multi-tenant setups. |
[[File:Generate_signature.tar.gz]] | [[File:Generate_signature.tar.gz]] | ||
Latest revision as of 10:10, 25 October 2012
With the following script a default webaccess signature can be generated based on attributes from Active Directory.
Before the script can be used, please change the following settings in the script:
- Bind username
- Bind password
- Servername or ip-address
- Search base
- Signature template
After the settings are done, the script can be executed by:
php generated_signature.php <username>
The script is originally to work in single company setups. However it is possible to modify the script to work also in multi-tenant setups.