Updating Unix system users into LLDAP with SSSD #1121
Unanswered
TheRustifyer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey! The LDAP integration, when it comes to writing new information (creating users and so on) is barebones. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! And excuse me before all since I am really new to
LLDAP
, andLDAP
in general.I successfully run
LLDAP
and can add users and manage things as expected. But one thing that I'd like is to automatically load the users on myRaspberry 5
intoLLDAP
.Since I am running
Manjaro ARM
, I went withSSSD
, which cause me a lot of work to get it work withLLDAP
, but finally everything is set up.Since I assume that there's no automagic migration, I wrote a simple bash script that populates the
LLDAP
db with my system users.The issues starts here. I created several new user attributes on my installation.

And they appear on my users. When I launch the script, it correctly adds the system users to
LLDAP
, but none of the custom attributes.But if I add them from the web ui, I can query them and retrieve them with
ldapsearch
without problem.Could I get some help figuring out what's wrong? Probably tomorrow will be another day and I could figure out more things, but I spent lots of hours between yesterday and today and I am kinda exhausted.
First of all, is this "doable"?
I also saw the bootstrap script. I assume that I could have a script that converts the users into the required json files, but that w'd be annoying to deal with when I create more users.
Thanks to anyone interested in helping me for your time! :)
Beta Was this translation helpful? Give feedback.
All reactions