Home | History | Annotate | Download | only in racoon

Lines Matching refs:LDAP

114 #include "ldap.h"
800 LDAP *ld = NULL;
820 tmplen = strlen("ldap://:") + 17;
825 "unable to alloc ldap init url\n");
828 sprintf(init,"ldap://%s:%d",
832 /* initialize the ldap handle */
846 * attempt to bind to the ldap server.
874 /* build an ldap user search filter */
882 "unable to alloc ldap search filter buffer\n");
895 "unable to alloc ldap attrib list buffer\n");
918 /* check the number of ldap entries returned */
922 "no ldap results for filter \'%s\'\n",
928 "multiple (%i) ldap results for filter \'%s\'\n",
957 "ldap returned invalid modecfg address\n");
966 "ldap returned modecfg address %s\n", tmpaddr);
977 "ldap returned invalid modecfg netmask\n");
986 "ldap returned modecfg netmask %s\n", tmpmask);
994 * to the ldap server
997 "attempting ldap bind for dn \'%s\'\n", userdn);
1008 /* free ldap resources */
1034 LDAP *ld = NULL;
1048 tmplen = strlen("ldap://:") + 17;
1053 "unable to alloc ldap init url\n");
1056 sprintf(init,"ldap://%s:%d",
1060 /* initialize the ldap handle */
1074 * attempt to bind to the ldap server.
1102 /* build an ldap group search filter */
1111 "unable to alloc ldap search filter buffer\n");
1135 /* check the number of ldap entries returned */
1139 "no ldap results for filter \'%s\'\n",
1162 "ldap membership group returned \'%s\'\n", groupdn);
1165 /* free ldap resources */