sct 207 source4/auth/credentials/credentials_files.c enum netr_SchannelType sct;
sct 276 source4/auth/credentials/credentials_files.c sct = ldb_msg_find_attr_as_int(msgs[0], "secureChannelType", 0);
sct 277 source4/auth/credentials/credentials_files.c if (sct) {
sct 278 source4/auth/credentials/credentials_files.c cli_credentials_set_secure_channel_type(cred, sct);
sct 120 source4/auth/gensec/schannel_state.c char *sct;
sct 129 source4/auth/gensec/schannel_state.c sct = talloc_asprintf(mem_ctx, "%u", (unsigned int)creds->secure_channel_type);
sct 131 source4/auth/gensec/schannel_state.c if (sct == NULL) {
sct 168 source4/auth/gensec/schannel_state.c ldb_msg_add_string(msg, "secureChannelType", sct);
sct 872 source4/libnet/libnet_join.c const char *sct;
sct 901 source4/libnet/libnet_join.c sct = talloc_asprintf(tmp_mem, "%d", r->in.join_type);
sct 902 source4/libnet/libnet_join.c if (!sct) {
sct 973 source4/libnet/libnet_join.c rtn = samdb_msg_add_string(ldb, tmp_mem, msg, "secureChannelType", sct);
sct 1070 source4/libnet/libnet_join.c rtn = samdb_msg_set_string(ldb, tmp_mem, msg, "secureChannelType", sct);