User Activity

  • Modified a comment on discussion Open Discussion on LDAP Admin

    I try to use openldap api to query 1 item from LDAP server, it will use 0.6s, but I find that LDAP Admin is faster than openldap api, almost 100items/ per 0.6s, why? do you have some cache also? Thanks!

  • Posted a comment on discussion Open Discussion on LDAP Admin

    int main(int argc, char *argv[]) { LDAP *ld; char *dn; int version, rc; const char *root_dn = "cn=ldapadm,dc=extreme3,dc=com"; char *root_pass = "Password123!"; printf("Connecting %s in port %d...\n\n", HOSTNAME, PORTNUMBER); rc = ldap_initialize(&ld, HOSTNAME); if ( rc != LDAP_SUCCESS ) { printf("Error !"); } version = LDAP_VERSION3; ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &version); printf("Bind!\n"); rc = ldap_simple_bind_s(ld, root_dn, root_pass); if (rc != LDAP_SUCCESS) { fprintf(stderr,...

  • Posted a comment on discussion Open Discussion on LDAP Admin

    I try to use openldap api to query 1 item from LDAP server, it will use 0.6s, but I find that LDAP Admin is faster than openldap api, almost 100items/ per 0.6s, why do you have some cache also? Thanks!

  • Created a wiki page on Arm

    Readme

View All

Personal Data

Username:
guolisen
Joined:
2011-06-05 06:16:44

Projects

This is a list of open source software projects that guolisen is associated with:

  • Arm   Last Updated:
  • GoaheadZ Translate HTML file to *.c file and using zlib to compress HTML Data Last Updated:
  • Vx7zip   Last Updated:

Personal Tools