diff options
author | Jeff Layton <jlayton@samba.org> | 2011-12-03 05:57:14 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-12-03 05:57:14 -0500 |
commit | ca4acee17ffc11f2771bc6a32ac0c425d53859ea (patch) | |
tree | 03002c67de75fb2f65c84c364a4f63a89958f81e /Makefile.am | |
parent | ac7606d6cb7a661c4adcf29a889c99b2db46afe2 (diff) | |
download | cifs-utils-ca4acee17ffc11f2771bc6a32ac0c425d53859ea.tar.gz cifs-utils-ca4acee17ffc11f2771bc6a32ac0c425d53859ea.tar.bz2 cifs-utils-ca4acee17ffc11f2771bc6a32ac0c425d53859ea.zip |
cifs.upcall: move to Andrew's suggested algorithm for picking a principal
Andrew Bartlett suggests the heuristic supplied in the comments.
For now, we don't try to guess the domainname when the hostname is not
qualified, but add a comment with what needs to be done in order to
support that.
Also, with this change we no longer need util.o to be linked in.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 026be9f..934ea6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ clean-local: clean-local-upcall clean-local-idmap clean-local-aclprogs if CONFIG_CIFSUPCALL sbin_PROGRAMS += cifs.upcall -cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c util.c +cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c cifs_upcall_LDADD = -ltalloc -lkeyutils $(KRB5_LDADD) man_MANS += cifs.upcall.8 |