]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/acl/ldap_config.c
Active Directory LDAP queries for ACL support
[netatalk.git] / libatalk / acl / ldap_config.c
index 26a63fa9c76dab72f94af1fb812943d50f2ba804..9bf01c1818f4c8f403865ffb6790dec8c248408f 100644 (file)
@@ -49,7 +49,7 @@ int acl_ldap_readconfig(dictionary *iniconfig)
     i = 0;
     /* now see if its a correct pref */
     for (i = 0; ldap_prefs[i].name != NULL; i++) {
-        if ((val = iniparser_getstring(iniconfig, INISEC_GLOBAL, ldap_prefs[i].name, NULL))) {
+        if ((val = atalk_iniparser_getstring(iniconfig, INISEC_GLOBAL, ldap_prefs[i].name, NULL))) {
             /* check if we have pre-defined values */
             if (ldap_prefs[i].intfromarray == 0) {
                 /* no, its just a string */