methodID          135 source3/passdb/pdb_nds.c 	unsigned int *methodID,
methodID          176 source3/passdb/pdb_nds.c 		err = (ber_printf(requestBer, "i", methodID[i]) < 0) ? LDAP_ENCODING_ERROR : 0;
methodID          304 source3/passdb/pdb_nds.c 	unsigned int *methodID,
methodID          321 source3/passdb/pdb_nds.c 	err = berEncodeLoginData(&requestBV, objectDN, methodIDLen, methodID, tag, 0, NULL);
methodID          399 source3/passdb/pdb_nds.c 	unsigned int methodID = 0;
methodID          400 source3/passdb/pdb_nds.c 	unsigned int methodIDLen = sizeof(methodID);
methodID          412 source3/passdb/pdb_nds.c 	err = getLoginConfig(ld, objectDN, methodIDLen, &methodID, tag, &pwdBufLen, pwdBuf);