Implement user and person creation #37
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#37
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?
edugit.org/AlekSIS/official/AlekSIS-App-LDAP/-@2a553a3174Currently, ldap_create_user() just prepares some variables, but does not interact with the LDAP server.
In order to make this work, we also need a new structure and frontend to configure mappings.
How will this work?
PersonobjectClasses for new objectsldap_attribute: The name of the LDAP attributeread_regex: A regular expression for reading the attribute. This should be, for example(?<first_name>.*) (?<last_name>.*)to dissect acnwrite_template: A Django template fed with the model instance, generating the LDAP valueCaveats
Personchanged the description
assigned to @nik
assigned to @hansegucker and unassigned @nik
unassigned @hansegucker
changed title from {-ldap_create_user is WIP but config option already available-} to {+Implement user creation+}
assigned to @nik
assigned to @magicfelix and unassigned @nik
changed title from Implement user creation to Implement user {+and person +}creation
changed the description