Authentik default ldap with python-ldap3 (for radicale) #12563
Unanswered
BastelBaus
asked this question in
Q&A
Replies: 1 comment
-
This error can be avoided by changing server constructor to below in radicale's ldap.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I try to get Authentik's ldap server runnign with radicle which is using python.ldap3 (which claimes RFC compatibility).
I get errors "createTimestamp" not a valid attribut (and modifyTimestamp then as well). Both are at least named in RFC4512 and RFC4527 but not in the Authentik standard attrributes (link). I did also not succeed adding such attributes to the Authentik users [1] (at least they do not show up in my ldapsearch test query.
Any hints how to solve ?
BR, BastelBaus
[1]
![grafik](https://private-user-images.githubusercontent.com/44684710/400148851-17a2f66d-92af-41d9-b290-0d8ef657a76e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTM2MDMsIm5iZiI6MTczOTU1MzMwMywicGF0aCI6Ii80NDY4NDcxMC80MDAxNDg4NTEtMTdhMmY2NmQtOTJhZi00MWQ5LWIyOTAtMGQ4ZWY2NTdhNzZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE3MTUwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3MDY5MjgzYjg5NjU2NzVlZDBhZWI5MWI0NTk4NTkzODNmZTEwZmE2ODJjOGUzNzRlYWFkNmVjOTZmNzEwNDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XU4PSWvJM9svExR8kP2D2a1hmwuu8WZzlUG7IXWwDvA)
Beta Was this translation helpful? Give feedback.
All reactions