Discussion:
[lsc-changes] [Ldap Synchronization...] page added: documentation:2.1:configuration:service:destinationgoogleapps
webmaster
2014-03-05 10:29:39 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/05 11:29
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: none
New Revision: http://lsc-project.org/wiki/documentation/2.1/configuration/service/destinationgoogleapps
Edit Summary: created
User : coudot

===== Google Apps destination service =====

This service will synchronize identities to Google Apps. It requires a [[..:connections:googleapps]] connection.

Let's find below a sample and the types description:
<file xml>
<lsc>
<tasks>
<task>
<googleAppsDestinationService>
<name>googleapps-dst-service</name>
<connection reference="googleapps" />
<apiCategory>UserAccounts</apiCategory>
<quotaLimitInMb>1000</quotaLimitInMb>
</googleAppsDestinationService>
</task>
</tasks>
</lsc>
</file>

The Google Apps destination service should be configured by using the following settings:
* **name**: mandatory, it should contain any value that will uniquely identify this service regarding a task
* **connection**: this node should not contain any element, just a "reference" attribute which is used to look for the corresponding connection with this name (as sub-element of the connection element)
* **apiCategory**: mandatory, "UserAccounts" for now.
* **quotaLimitInMb**: self-explanatory, can be overriden at runtime by specifying a dataset with a customized value regarding a particular group for example

<note>API "Groups" and "OrganizationalUnits" will be supported later.</note>

Destination fetched attributes are built in the service, you can use datasets for:
* uid
* mail
* sn
* isSuspended
* userPassword
* givenName
* modifyTimestamp
* isIpWhitelisted
* id
* createTimestamp
* quotaInMb
* isAgreedToTerms
* userPasswordHash
* isAdmin

The pivot attribute is uid, this is also the main identifier.
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
Loading...