How to create attributes in bulk ?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more.
How to create attributes in bulk ?
On user object (null driver) or in schema (probably LDIF)?
In schema,
can you provide some sample and how to perform ?
Search anywhere for LDIF import.
If you can offer more information or specific use case, we can offer other ideas with more info. But there is very little to go on here.
But a short version - go find an LDAP Browser (Apache Directory Studio, Softerra LDAP Browser, anything, and export an object.
That will show you the initial LDIF format. I think Apache DS will output to CSV as well and maybe input from CSV.
Search anywhere for LDIF import.
If you can offer more information or specific use case, we can offer other ideas with more info. But there is very little to go on here.
But a short version - go find an LDAP Browser (Apache Directory Studio, Softerra LDAP Browser, anything, and export an object.
That will show you the initial LDIF format. I think Apache DS will output to CSV as well and maybe input from CSV.
It is not for user objects.
It is for schema. I have 120+ brand new custom attributes to be created. can you help here please ?