add ntlm-server-init

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19375 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 21:24:20 +00:00
parent d615ca6727
commit 5703c13dc7
2 changed files with 104 additions and 0 deletions

View File

@@ -240,6 +240,21 @@ command = {
}
help = "Client part of a digest exchange"
}
command = {
name = "ntlm-server-init"
option = {
long = "version"
type = "integer"
help = "ntlm version"
default = "1"
}
option = {
long = "kerberos-realm"
type = "string"
help = "Kerberos realm to communicate with"
}
help = "Sets up a digest context and return initial parameters"
}
command = {
name = "help"
name = "?"