Hi List
I am looking how can I import a single user/cn entry using lidf2db from an an export taken using db2ldif -s option
thank you
Isabella
On 7/30/19 12:16 PM, Ghiurea, Isabella wrote:
Hi List
I am looking how can I import a single user/cn entry using lidf2db from an an export taken using db2ldif -s option
You can not import individual entries, but you can add it with ldapmodify:
ldapmodify -D "cn=directory manager" -W -a -f file_with_single_entry_in_it.ldif
HTH, Mark
thank you
Isabella
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject....
On 31 Jul 2019, at 02:40, Mark Reynolds mreynolds@redhat.com wrote:
On 7/30/19 12:16 PM, Ghiurea, Isabella wrote:
Hi List I am looking how can I import a single user/cn entry using lidf2db from an an export taken using db2ldif -s option
You can not import individual entries, but you can add it with ldapmodify:
ldapmodify -D "cn=directory manager" -W -a -f file_with_single_entry_in_it.ldif
If you're remote you may need to add -H ldaps://<uri>, but if you are local to the machine, you can use ldapi:// with rootdn detection so you won't need -W.
HTH, Mark
thank you Isabella
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject....
--
389 Directory Server Development Team
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject....
— Sincerely,
William Brown
Senior Software Engineer, 389 Directory Server SUSE Labs
389-users@lists.fedoraproject.org