Page MenuHomePhorge

Add more statuses for user/domain creation process
ClosedPublic

Authored by machniak on Jan 29 2020, 10:56 AM.
Tags
None
Referenced Files
F11811045: D925.id2113.diff
Fri, Apr 19, 4:07 PM
F11805129: D925.diff
Fri, Apr 19, 8:27 AM
Unknown Object (File)
Thu, Apr 18, 10:58 AM
Unknown Object (File)
Wed, Apr 17, 1:59 PM
Unknown Object (File)
Sun, Apr 7, 7:20 PM
Unknown Object (File)
Fri, Mar 29, 5:47 AM
Unknown Object (File)
Thu, Mar 28, 10:49 PM
Unknown Object (File)
Thu, Mar 28, 12:17 PM
Subscribers
None

Diff Detail

Repository
rK kolab
Branch
dev/status
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 27919
Build 9934: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Add account status info to /api/auth/info response
  • Display status info in dashboard
  • Add backend code for domain ownership confirmation

Just some initial feedback, not even half-way through yet.

src/app/Jobs/ProcessDomainVerify.php
49

What currently happens is that the domain is created in LDAP, including the collateral OUs and roles and the likes.

It would just not have the necessary inetdomainstatus value:

query_filter = (&(objectclass=domainrelatedobject)(associateddomain=%s)(inetdomainstatus=*)(!(inetdomainstatus=deleted)))

This type of query filter may be adjusted to be the value of the bitflip though, and I've found the way to perform an LDAP query with said integer value against a bitwise.

  • Simplify axios authorization and login/logout common code
  • Fix duplicate api/auth/info request on dashboard
  • Make the domain confirmation step a link to domain info page
This revision is now accepted and ready to land.Feb 5 2020, 2:04 PM
This revision was automatically updated to reflect the committed changes.