<div dir="ltr">Thanks for answers!<br>Good luck)<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вт, 9 янв. 2024 г. в 22:17, Ryan Tandy <<a href="mailto:ryan@nardis.ca">ryan@nardis.ca</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
On Tue, Jan 09, 2024 at 10:03:37PM +0300, Cartmen Bro wrote:<br>
>Tell me, what methods of adding data other than files with the .ldif<br>
>extension exist in LDAP out of the box?<br>
<br>
As far as I know, LDIF is the only text format natively supported in <br>
OpenLDAP. You can write your own programs to convert other formats to <br>
LDIF, or speak LDAP directly to slapd using the libldap library.<br>
Libraries exist for many scripting languages (e.g. Perl, Python) to make <br>
these tasks easier, but those language bindings are separate projects, <br>
not part of OpenLDAP.<br>
<br>
>Is it possible to get information about users and their attributes from a<br>
>MYSQL database?<br>
<br>
You would have to write your own program, or find an existing external <br>
one, to extract information from a SQL database and import it into <br>
slapd.<br>
<br>
thanks,<br>
Ryan<br>
</blockquote></div>