search for: v1771

Displaying 2 results from an estimated 2 matches for "v1771".

Did you mean: 1771
2011 Apr 10
2
Multinomial Logit Model with lots of Dummy Variables
...np]=1 my_data[i,1+1770]=mydata[i,1] } #convert matrix to data.frame # convert to data frame my_data_frame<-as.data.frame(my_data) #check data frame headers head(my_data_frame) #load dataframe into mldata with choice variable mldata<-mlogit.data(my_data_frame, varying=NULL, choice="V1771", shape="wide") #V1771 = dependent var #V1-V965 = variable 1 dummies #V966-V1700 = variable 2 dummies #regress V1771 against all 1700 variables... mlogit.model<-mlogit(V1771~0|V1+V2+V3...+V1700,data=mldata, reflevel="0") [/code] -- View this message in context: ht...
2009 Apr 15
1
Failed to join win2008 domain when "server ldap signing is required".
...for the request to start ssl/tls To be exact, here is what we see in wireshark: Our request to the domain: requestName: 1.3.6.1.4.1.1466.20037 (LDAP_START_TLS_OID) Respond from the domain: LDAPMessage extendedResp(1) (00000000: LdapErr: DSID-0C090E0B, comment: Error initializing SSL/TLS, data 0, v1771) We also saw the same problem with windows 2003 SP2 however; it is working well for any other windows 2003 domain. Is it a known issue? Any hint will be much appreciated. Cheers, Ephi PS: unfortunately, we can't switch to samba 3.2.x or 3.3.x at the moment to avoid doing tls in the first...