MAX_DN_CHARS
char temp_str[MAX_DN_CHARS] = "\0";
snprintf (temp_str, MAX_DN_CHARS, "cn=%s,%s", list[i], krbcontainer_loc);