Write auxiliary data when updating/creating objects #48
Labels
No labels
Security
TeX
auto-update
board
done
board
ready
board
todo
check
delete-eslint-rc-js
check
update-builddeps-package-json
check
update-eslint-rc-js
check
update-gitignore
check
update-merge-request-template
check
update-prettier-ignore
check
update-pyproject-toml
check
update-renovate-json
check
update-tox-ini
part
backend
part
ci
part
docs
part
frontend
part
i18n
part
non-technical
part
packaging
prio
1
prio
2
prio
3
release-mr-5.x
size
large
size
medium
size
small
source
customer
source
customer::fsmw
source
customer::fss
source
customer::teckids
source
downstream
type
breaking
type
bug
type
feature
type
refactoring
workflow
blocked
workflow
confirmed
workflow
current-todo
workflow
discussing
workflow
new-app
workflow
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aleksis/AlekSIS-App-LDAP#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some LDAP implementations rely on special state objects to track IDs. An example is Puavo's ID tracking object:
We need a method to update values in such ID objects when modifying the tree from AlekSIS.
assigned to @magicfelix
assigned to @nik and unassigned @magicfelix
Also includes the general implementation of AlekSIS -> LDAP sync (using signals?), which is currently not implemented and only possile by using
write_model_to_ldapmanually.So, here are two ideas how to implement this, both somewhat related. @magicfelix Do you have an opinion? DOes any of these solutions sound good? If so, can you implement it with my guidance?
Sync the ID pool object like any other, then refer to it
PuavoIdPool, and configure an LDAP mapping set for it just like with any other model.This implementation needs a model specific to the target, e.g. Puavo.
Use raw LDAP for the references
Please break that out into a separate issue (or is there a good reason that these issues are related?)
Opened #53
This is the way to go.
assigned to @magicfelix and unassigned @nik