mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 23:25:57 +03:00
[GH-ISSUE #8] Custom Attribute possible? #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#5
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?
Originally created by @regenrek on GitHub (Sep 5, 2019).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/8
Hi
I would like to add a custom String attribute for a person. Is this somehow possible. I just found the
msad.ldiffile but no luck yet.Regards
@rroemhild commented on GitHub (Sep 9, 2019):
Hi, you can add custom object classes and attributes. Just like the
msad.ldiffile. Add a new file to theconfigdir and add this file toslapd-init.sh.@regenrek commented on GitHub (Sep 9, 2019):
Thanks! It works now