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)
Thu, May 2, 10:33 PM
Unknown Object (File)
Thu, May 2, 3:27 AM
Unknown Object (File)
Thu, May 2, 3:09 AM
Unknown Object (File)
Tue, Apr 30, 4:46 PM
Unknown Object (File)
Sun, Apr 28, 2:39 AM
Unknown Object (File)
Sat, Apr 27, 6:39 AM
Unknown Object (File)
Thu, Apr 25, 4:13 PM
Unknown Object (File)
Sat, Apr 20, 10:10 AM
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.