Page MenuHomePhorge

Progress changes on to LDAP
ClosedPublic

Authored by vanmeeuwen on Mar 27 2020, 7:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 25, 10:28 AM
Unknown Object (File)
Fri, May 24, 11:30 PM
Unknown Object (File)
Thu, May 23, 1:23 PM
Unknown Object (File)
Thu, May 23, 10:47 AM
Unknown Object (File)
Tue, May 21, 3:21 AM
Unknown Object (File)
Mon, May 20, 4:37 AM
Unknown Object (File)
Mon, May 20, 1:16 AM
Unknown Object (File)
Sun, May 19, 5:10 PM
Subscribers
Restricted Project

Details

Summary

Add user status progression on to LDAP

Apply quota changes to LDAP

Test Plan
$ ./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vanmeeuwen created this revision.
  • Add postfix configuration changes to poll for the new status
  • Also progress certain roles
  • Use the actual hosted root dn
  • Obsolete domain-specific roles
  • Create the base roles
machniak added inline comments.
docker/kolab/utils/21-adjust-postfix-config.sh
13

I guess we should use .803 matches here.

src/app/Backends/LDAP.php
307

missing $ldap->close();

386

You could use $user->entitlements() here.

src/app/Console/Commands/DomainCheck.php
40 ↗(On Diff #2767)

Not implemented.

src/app/Console/Commands/DomainList.php
42

You could add ->orderBy('namespace')

src/app/Console/Commands/UserStatus.php
42

At some point we should make these work also with IDs.

This revision is now accepted and ready to land.Mar 31 2020, 1:38 PM
This revision was automatically updated to reflect the committed changes.