Searched refs:ldaprc_path (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Ddb-ldap.h57 const char *ldaprc_path; member in struct:ldap_settings
H A Ddb-ldap.c117 DEF_STR(ldaprc_path),
154 .ldaprc_path = "",
1954 if (*conn->set.ldaprc_path != '\0') {
1956 if (str != NULL && strcmp(str, conn->set.ldaprc_path) != 0) {
1957 i_fatal("LDAP %s: Multiple different ldaprc_path "
1959 config_path, str, conn->set.ldaprc_path);
1961 env_put(t_strconcat("LDAPRC=", conn->set.ldaprc_path, NULL));

Completed in 14 milliseconds