diff options
author | Dan Sledz <dsledz@isilon.com> | 2009-02-10 15:50:39 -0800 |
---|---|---|
committer | Steven Danneman <steven.danneman@isilon.com> | 2009-02-11 19:39:18 -0800 |
commit | d8c54fddda2dba3cbc5fc13e93431b152813892e (patch) | |
tree | a82478e640ba05c12b8026cf6f65ccc1485ee24f /source3/include | |
parent | 3b8a57e064250c6e46458e69ba156aa5d8c22059 (diff) | |
download | samba-d8c54fddda2dba3cbc5fc13e93431b152813892e.tar.gz samba-d8c54fddda2dba3cbc5fc13e93431b152813892e.tar.bz2 samba-d8c54fddda2dba3cbc5fc13e93431b152813892e.zip |
s3: Change behavior when seeing an unknown domain.
After a lot of testing against various Windows servers (W2K, W2K3, W2K8),
within an AD domain it seems that unknown domains will only be translated
to the local account domain, not the netbios name of the member server's
domain. This makes samba act more like Windows.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6246be6b1c..3478ea4f85 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4420,7 +4420,6 @@ bool sid_check_is_in_our_domain(const DOM_SID *sid); /* The following definitions come from passdb/passdb.c */ -const char *my_sam_name(void); struct samu *samu_new( TALLOC_CTX *ctx ); NTSTATUS samu_set_unix(struct samu *user, const struct passwd *pwd); NTSTATUS samu_alloc_rid_unix(struct samu *user, const struct passwd *pwd); |