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
F11591580: D925.id2107.diff
Fri, Mar 29, 5:47 AM
F11589360: D925.id2101.diff
Thu, Mar 28, 10:49 PM
F11585553: D925.id2170.diff
Thu, Mar 28, 12:17 PM
Unknown Object (File)
Wed, Mar 20, 11:13 AM
Unknown Object (File)
Feb 25 2024, 7:01 PM
Unknown Object (File)
Feb 25 2024, 11:36 AM
Unknown Object (File)
Feb 19 2024, 1:41 PM
Unknown Object (File)
Feb 18 2024, 6:37 PM
Subscribers
None

Diff Detail

Repository
rK kolab
Branch
dev/status
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 27874
Build 9886: 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.