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, Mar 7, 3:40 AM
Unknown Object (File)
Feb 22 2024, 2:18 AM
Unknown Object (File)
Feb 21 2024, 1:22 AM
Unknown Object (File)
Feb 20 2024, 4:55 AM
Unknown Object (File)
Feb 19 2024, 11:57 AM
Unknown Object (File)
Feb 18 2024, 5:57 AM
Unknown Object (File)
Feb 16 2024, 5:09 AM
Unknown Object (File)
Feb 13 2024, 11:58 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
Branch
dev/T332111-2
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28771
Build 10366: arc lint + arc unit

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();

375

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

src/app/Console/Commands/DomainCheck.php
41

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.