1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth
Andrew Bartlett 734e5c521c credentials: Prioritise command-line specified options above defaults from smb.conf
If a user specified -W or --realm on the command line, then this is
of level SPECIFIED, not UNINITIALISED, despite it going via the
loadparm system.

This helps us to ensure that -W server -Ulocaluser is parsed the
same as -Userver\localuser.  This matters as otherwise we might
instead attempt to use kerberos to the realm from the smb.conf.

Andrew Bartlett
2011-10-18 13:13:30 +11:00
..
credentials credentials: Prioritise command-line specified options above defaults from smb.conf 2011-10-18 13:13:30 +11:00
gensec gensec: trim header includes back to what is actually required 2011-10-11 06:13:08 +02:00
kerberos Add missing com_err dependencies 2011-10-06 02:10:21 +02:00
auth_sam_reply.c auth: Set NETLOGON_GUEST and use it to determine guest status 2011-07-20 09:17:14 +10:00
auth_sam_reply.h auth: Split out make_user_info_SamBaseInfo and add authenticated argument 2011-07-20 09:17:14 +10:00
common_auth.h auth: include auth.idl structures into common_auth.h 2011-07-20 09:17:10 +10:00
wscript_build auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00