X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fldap.c;h=9855fb7b7d45278d198a843d1272da7d74f3784f;hb=844a5697761ec38f9f11728946b870bcf841a0e2;hp=2a770f839c66bf108fd908e06d0d7c55b080c124;hpb=d1edb424b7f46e5db4f127a12a19c0dc3f864c65;p=citadel.git diff --git a/citadel/ldap.c b/citadel/ldap.c index 2a770f839..9855fb7b7 100644 --- a/citadel/ldap.c +++ b/citadel/ldap.c @@ -549,7 +549,7 @@ int extract_email_addresses_from_ldap(char *ldap_dn, char *emailaddrs) /* * Scan LDAP for users and populate Citadel's user database with everyone */ -void CtdlPopulateUsersFromLDAP(void) +void CtdlSynchronizeUsersFromLDAP(void) { LDAP *ldserver = NULL; int i;