<div dir="ltr">Hi! <br>Please tell me, is it possible in OpenLDAP: slapd 2.5.13+dfsg-5 (Feb 8 2023 01:56:12) to add users from a data array in json format?<br>For example, I can add a user from the user.ldif file without any problems (See contents below)<br>"dn: uid=fedor,ou=Service,dc=ldap,dc=test,dc=loc<br>objectClass: inetOrgPerson<br>objectClass: posixAccount<br>objectClass: shadowAccount<br>objectClass: ldapPublicKey<br>objectClass: userSecurityInformation<br>description: fedora-39-default_20231118_amd64.tar.xz | Fedora39<br>uid: fedor<br>cn: fedor<br>givenName: fedor<br>sn: fedor<br>userPassword: {SSHA}z3glB2EgLkQaUiiXXJLzFgQubzlLNWJn<br>loginShell: /bin/bash<br>uidNumber: 20131<br>gidNumber: 20131<br>homeDirectory: /home/fedor<br>shadowMax: 60<br>shadowMin: 1<br>shadowWarning: 7<br>shadowInactive: 7<br>shadowLastChange: 0<br>sshPublicKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCwg6i4IQ87enl6fHV0TcM0N3jHnN03tKfm+Y+2jXNNcn4Zoc46eisTygyT6cm2jVl+DuTpR/cl25tUEyUPsvmLrfPcmMGmGJG6AcVx LKhpd25uJl1UYpSXiHib6+mWH4XwnDE9CTme+LHHsJH/5kui11pEDJh82kZL5Nj5furS8GgpvOEMHCCQ1TVP4+ASToQHM6HZKbbisIpGVo0nksjBpXz3jvinAjUa2NeEAeA4ucSCq98JwgtwB7AAUqD6+s agpQ96qgKXsXrKAS7EscSsH6Zy5H9OT0eW+dC9rX+vEDwohjiI9LNZhDI+Ruo77nJd/MDrIJAZRcsYrmKnNIh6dFp9nK5T9Df8v02Knu1pYub4DJX87nhMJzvNNVh/nZeS/oMZcropJhrxCc zuyj9M8W6YLMW122GUnW5pKTWg9ethV9tGEtgYBW0xDooAmtaAp/3ggImcPzKkwArd2qTUf/2e4be9jvb/iJgPSYhxuMQ93vhVd2O/JieKxJgUUNw5kbh8458fOeIaHbCPdPE8RJY2jVUNmka xSnzo+5JQ+VGCuUJ8j9IQkGrjyG6y87fFjfTepW7SuBdI15VKdLrU5aa6PH9awmvqg/d8VIYZv73E5rHLk5CQayQOerTtevGH9XCEW9Ublvbzx31eOm5wvB36HQ +YSpFKMnAgrutfVQ== root@c1.test.loc<br><br>dn: cn=fedor,ou=Groups,dc=ldap,dc=test,dc=loc<br>objectClass: posixGroup<br>cn: fedor<br>gidNumber: 20131<br>memberUid: fedor"<br><br>1. Is it possible to add a user with his attributes in LDAP JSON format?<br>2. Are there any built-in conversion tools? If you don’t mind, could you please tell me what the scheme for adding data from the example to LDAP will look like?<br>I saw mention of using the command below, but it doesn't work:<br>ldapjson -x -D "cn=admin,dc=ldap,dc=test,dc=loc -W -f users.json | ldapadd -q -<br>The essence of the idea is that the client (which contains information about users) can send the LDAP server an array of users.json data. I would like to understand how to add it to LDAP. Thank you for your answer.<br></div>