]> git.sur5r.net Git - openldap/blobdiff - clients/ud/auth.c
Removed use of paths not defined in ldapconfig.h.edit.
[openldap] / clients / ud / auth.c
index be4727695be956c6d6d0acfe5b77f90d0125e293..9e4c657639a06ecb9b52581900426e9e7d1267d1 100644 (file)
@@ -251,7 +251,7 @@ int implicit;
                else
                        ldap_perror(ld, "ldap_bind_s" );
                (void) ldap_bind_s(ld, default_bind_object,
-                        (char *) UD_PASSWD, LDAP_AUTH_SIMPLE);
+                        (char *) UD_BIND_CRED, LDAP_AUTH_SIMPLE);
                if (default_bind_object == NULL)
                        set_bound_dn(NULL);
                else