Provisioning o365 accounts using Google SAML App and assign licences using power shell

The final piece of our puzzle is provisioning of Office 365 Education (o365) automatically. To recap, we started out by using Moodle as the directory reference, modified Moodle plugin called Configurable Reports to synchronize Moodle user accounts to our LDAP server, and used Google Cloud Directory Sync (GCDS) to provision Google accounts from our LDAP […]

Continue reading

Synchronizing LDAP with Moodle

LDAP is the well known Lightweight Directory Access Protocol to implement directory services. It is easy to install LDAP on your own LAMP stack VPS in the cloud such as the one in Digital Ocean. Having installed LDAP, how do we synchronize it to Moodle? remember, our LDAP is empty at the beginning. This will […]

Continue reading

Using Moodle as a Directory

Ideally, it would be nice to have a master on-premises directory that controls membership in the institution. This would be the reference. All other services would be synchronized to this and have a single-sign-on (SSO). To be specific, we would have our on-premises directory on open LDAP (Light Directory Access Protocol) and our services such […]

Continue reading