简体   繁体   中英

Using LDAP to store C++ variables

I am thinking to use LDAP to store my C++ variables. I want the C++ variables to initialize using the LDAP. Have anyone worked on such things before? Feel free to share your opinions.

Ldap is an active directory and I don't think this is what you want to use for your variables, ldap is mainly used to store credentials and other user based information. If you do want to use ldap for your variables it would take a lot of time to get it working and I would not recommend it. Ldap is also not nearly as fast as MySQL of mongodb. So use the things meant for it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM