1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

r4672: added the "spnego" flag to the binding string docs

(This used to be commit 360aa583e7359a2e653d385a8d3c7977fd9614d1)
This commit is contained in:
Andrew Tridgell 2005-01-11 04:56:14 +00:00 committed by Gerald (Jerry) Carter
parent 4e89127786
commit 70071c2114

View File

@ -539,30 +539,32 @@ will be auto-determined.
other recognised flags are: other recognised flags are:
sign : enable ntlmssp signing sign : enable ntlmssp signing
seal : enable ntlmssp sealing seal : enable ntlmssp sealing
connect : enable rpc connect level auth (auth, but no sign or seal) spnego : use SPNEGO instead of NTLMSSP authentication
validate: enable the NDR validator connect : enable rpc connect level auth (auth, but no sign or seal)
print: enable debugging of the packets validate : enable the NDR validator
bigendian: use bigendian RPC print : enable debugging of the packets
padcheck: check reply data for non-zero pad bytes bigendian : use bigendian RPC
padcheck : check reply data for non-zero pad bytes
For example, these all connect to the samr pipe: Here are some examples:
ncacn_np:myserver ncacn_np:myserver
ncacn_np:myserver[samr] ncacn_np:myserver[samr]
ncacn_np:myserver[\pipe\samr] ncacn_np:myserver[\pipe\samr]
ncacn_np:myserver[/pipe/samr] ncacn_np:myserver[/pipe/samr]
ncacn_np:myserver[samr,sign,print] ncacn_np:myserver[samr,sign,print]
ncacn_np:myserver[sign,spnego]
ncacn_np:myserver[\pipe\samr,sign,seal,bigendian] ncacn_np:myserver[\pipe\samr,sign,seal,bigendian]
ncacn_np:myserver[/pipe/samr,seal,validate] ncacn_np:myserver[/pipe/samr,seal,validate]
ncacn_np: ncacn_np:
ncacn_np:[/pipe/samr] ncacn_np:[/pipe/samr]
ncacn_ip_tcp:myserver ncacn_ip_tcp:myserver
ncacn_ip_tcp:myserver[1024] ncacn_ip_tcp:myserver[1024]
ncacn_ip_tcp:myserver[1024,sign,seal] ncacn_ip_tcp:myserver[sign,seal]
ncacn_ip_tcp:myserver[spnego,seal]
IDEA: Maybe extend UNC names like this? IDEA: Maybe extend UNC names like this?
@ -764,6 +766,8 @@ BUGS:
trans2 and other calls trans2 and other calls
handle servers that don't have the setattre call in torture handle servers that don't have the setattre call in torture
add max file coponent length test and max path len test add max file coponent length test and max path len test
check for alloc failure in all core reply.c and trans2.c code where
allocation size depends on client parameter
case-insenstive idea: case-insenstive idea:
all filenames on disk lowercase all filenames on disk lowercase
@ -779,3 +783,4 @@ solve del *.* idea:
setup a timer setup a timer
destroy cache after 30 sec destroy cache after 30 sec
destroy if a 2nd dir scan happens on same dir destroy if a 2nd dir scan happens on same dir