blob: 0c3ecddba129e7eb9ddaa648956c7773271911ac [file] [log] [blame]
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
package authpolicy.protos;
message SambaConfig {
optional string machine_name = 1;
optional string realm = 3;
}
message GpoEntry {
optional string name = 1;
optional string basepath = 2;
optional string directory = 3;
}
message GpoList {
repeated GpoEntry entries = 1;
}
message FilePathList {
repeated string entries = 1;
}