[Samba] Samba 3: is LDAP required?

Derek T. Yarnell derek at cs.umd.edu
Wed Oct 22 20:36:18 GMT 2003


OK a little more on the mit krb5 one,

[root at atlantis ~]# smbclient //kenny.cs.umd.edu/c$ -k -U derek%passwd -d 10
<SNIP>
[2003/10/22 16:33:06, 2] libsmb/cliconnect.c:cli_session_setup_spnego(635)
  Doing spnego session setup (blob length=108)
[2003/10/22 16:33:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(660)
  got OID=1 2 840 48018 1 2 2
[2003/10/22 16:33:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(660)
  got OID=1 2 840 113554 1 2 2
[2003/10/22 16:33:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(660)
  got OID=1 2 840 113554 1 2 2 3
[2003/10/22 16:33:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(660)
  got OID=1 3 6 1 4 1 311 2 2 10
[2003/10/22 16:33:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(667)
  got principal=kenny$@PC.CS.UMD.EDU
[2003/10/22 16:33:06, 0] libsmb/cliconnect.c:cli_session_setup_spnego(683)
  Kinit failed: Decrypt integrity check failed
[2003/10/22 16:33:06, 10] intl/lang_tdb.c:lang_tdb_init(135)
session setup failed: NT_STATUS_OK

[root at atlantis ~]# ldd `which smbclient`
        libreadline.so.4 => /usr/lib/libreadline.so.4 (0x40033000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x40060000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4009f000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x400cc000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x400de000)
        libdl.so.2 => /lib/libdl.so.2 (0x400f4000)
        libpopt.so.0 => /usr/lib/libpopt.so.0 (0x400f7000)
        libcrypto.so.2 => /lib/libcrypto.so.2 (0x40100000)
        libgssapi_krb5.so.2 => /usr/local/krb5-1.3.1/lib/libgssapi_krb5.so.2 (0x401d4000)
        libkrb5.so.3 => /usr/local/krb5-1.3.1/lib/libkrb5.so.3 (0x401e5000)
        libk5crypto.so.3 => /usr/local/krb5-1.3.1/lib/libk5crypto.so.3 (0x40243000)
        libcom_err.so.3 => /usr/local/krb5-1.3.1/lib/libcom_err.so.3 (0x40263000)
        libldap.so.2 => /usr/lib/libldap.so.2 (0x40265000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x40290000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libsasl.so.7 => /usr/lib/libsasl.so.7 (0x4029b000)
        libssl.so.2 => /lib/libssl.so.2 (0x402a6000)
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x402d6000)
        libpam.so.0 => /lib/libpam.so.0 (0x402dd000)

Also attached is the smbd -d 10 log for a session running the mit krb5
1.3.1 version.


On Wed, Oct 22, 2003 at 03:38:03PM -0400, Derek T. Yarnell wrote:
> On Tue, Oct 21, 2003 at 09:43:03PM +0000, John H Terpstra wrote:
> > > Alright, does samba support joining a Samba Win2k3 domain in native 2003
> > > mode? I have asked this before and not gotten a straight answer. The
> > > HOWTO does not cover this specific topic, I get "Decrypt Integrity
> > > Failed" errors for the kerberos tickets from said domain. I see
> > > something about heimdal less than version 0.6 not working with Win2k3
> > > (no mention of native 2k3 or native or whatever).
> > 
> > It will work if Samba-3 has been compiled with MIT Kerberos 1.3.x, not
> > 1.2.x. Alternately, Samba-3 compiled with Heimdal 0.6.1 or later should
> > work fine with Win2003 Native ADS.
> 
> Alright background, Windows 2003 running in Native 2003 Mode (the
> highest one). Samba 3.0.1pre1 , two version compiled one with mit krb5
> 1.3.1 and one with the latest snapshot of heimdal 0.6-20031022. 
> 
> Ok I don't think that you are correct, with Heimdal (0.6 release
> 20031022, there is no 0.6.1 that I can find) I get this,
> 
> [2003/10/22 15:22:45, 1] libsmb/clikrb5.c:ads_krb5_mk_req(269)
>   krb5_cc_get_principal failed (No such file or directory)
> [2003/10/22 15:22:46, 0] libads/kerberos.c:ads_kinit_password(133)
>   kerberos_kinit_password derek at PC.CS.UMD.EDU failed: Unknown error -1765328332
> 
> The error is KRB5KRB_ERR_RESPONSE_TOO_BIG.
> 
> [derek at ramjet heimdal-0.6-20031022]# grep -r "1765328332" *
> include/krb5_err.h:     KRB5KRB_ERR_RESPONSE_TOO_BIG = -1765328332,
> lib/krb5/krb5_err.h:    KRB5KRB_ERR_RESPONSE_TOO_BIG = -1765328332,
> 
> This is when running `net ads join -U derek` and typing in my windows
> administrator password.
> 
> I can get further with mit krb5-1.3.1, I can do a net ads join and
> successfully join the domain. But then get the decrypt integrity failed
> error when a client tries to connect.
> 
> The log for heimdal is attached, I will send the one for mit krb5 after.
> 
> -- 
> ---
> Derek T. Yarnell
> University of Maryland
> Computer Science Department Unix Staff
> derek at cs.umd.edu

> [2003/10/22 15:31:49, 5] lib/debug.c:debug_dump_status(359)
>   INFO: Current debug levels:
>     all: True/10
>     tdb: False/0
>     printdrivers: False/0
>     lanman: False/0
>     smb: False/0
>     rpc_parse: False/0
>     rpc_srv: False/0
>     rpc_cli: False/0
>     passdb: False/0
>     sam: False/0
>     auth: False/0
>     winbind: False/0
>     vfs: False/0
>     idmap: False/0
> [2003/10/22 15:31:49, 3] param/loadparm.c:lp_load(3914)
>   lp_load: refreshing parameters
> [2003/10/22 15:31:49, 3] param/loadparm.c:init_globals(1301)
>   Initialising global parameters
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(87)
>   Attempting to register new charset UCS-2LE
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(95)
>   Registered charset UCS-2LE
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(87)
>   Attempting to register new charset UTF8
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(95)
>   Registered charset UTF8
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(87)
>   Attempting to register new charset ASCII
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(95)
>   Registered charset ASCII
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(87)
>   Attempting to register new charset 646
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(95)
>   Registered charset 646
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(87)
>   Attempting to register new charset UCS2-HEX
> [2003/10/22 15:31:49, 5] lib/iconv.c:smb_register_charset(95)
>   Registered charset UCS2-HEX
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 3] param/params.c:pm_process(566)
>   params.c:pm_process() - Processing configuration file "/usr/local/samba-3.0.1pre1/lib/smb.conf"
> [2003/10/22 15:31:49, 3] param/loadparm.c:do_section(3417)
>   Processing section "[global]"
>   doing parameter workgroup = UMD-CSD-NT
>   doing parameter server string = printer
>   doing parameter security = ads
>   doing parameter realm = PC.CS.UMD.EDU
>   doing parameter use spnego = yes
>   doing parameter load printers = yes
>   doing parameter printing = cups
>   doing parameter printcap name = cups
>   doing parameter log file = /var/log/samba/log.%m
>   doing parameter max log size = 500
>   doing parameter log level = 10
>   doing parameter socket options = TCP_NODELAY
>   doing parameter local master = no
>   doing parameter wins server = 128.8.130.59
>   doing parameter dns proxy = no
> [2003/10/22 15:31:49, 4] param/loadparm.c:lp_load(3946)
>   pm_process() returned Yes
> [2003/10/22 15:31:49, 7] param/loadparm.c:lp_servicenumber(4056)
>   lp_servicenumber: couldn't find homes
> [2003/10/22 15:31:49, 10] param/loadparm.c:set_server_role(3864)
>   set_server_role: role = ROLE_DOMAIN_MEMBER
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/charcnv.c:charset_name(74)
>   Substituting charset 'ISO-8859-1' for LOCALE
> [2003/10/22 15:31:49, 5] lib/util.c:init_names(270)
>   Netbios name list:-
>   my_netbios_names[0]="ATLANTIS"
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.126.5 bcast=128.8.126.127 nmask=255.255.255.128
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.127.43 bcast=128.8.127.255 nmask=255.255.255.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.128.33 bcast=128.8.129.255 nmask=255.255.254.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=172.16.0.8 bcast=172.16.255.255 nmask=255.255.0.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.130.14 bcast=128.8.131.255 nmask=255.255.254.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.126.155 bcast=128.8.126.159 nmask=255.255.255.240
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=172.18.0.3 bcast=172.18.255.255 nmask=255.255.0.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=172.17.0.3 bcast=172.17.255.255 nmask=255.255.0.0
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=128.8.126.138 bcast=128.8.126.143 nmask=255.255.255.240
> [2003/10/22 15:31:49, 2] lib/interface.c:add_interface(79)
>   added interface ip=172.19.0.4 bcast=172.19.255.255 nmask=255.255.0.0
> [2003/10/22 15:31:51, 6] libads/ldap.c:ads_find_dc(147)
>   ads_find_dc: looking for realm 'PC.CS.UMD.EDU'
> [2003/10/22 15:31:51, 8] libsmb/namequery.c:get_sorted_dc_list(1215)
>   get_sorted_dc_list: attempting lookup using [hosts]
> [2003/10/22 15:31:51, 10] libsmb/namequery.c:internal_resolve_name(989)
>   internal_resolve_name: looking up PC.CS.UMD.EDU#1c
> [2003/10/22 15:31:51, 5] lib/gencache.c:gencache_init(59)
>   Opening cache file at /usr/local/samba-3.0.1pre1/var/locks/gencache.tdb
> [2003/10/22 15:31:51, 10] lib/gencache.c:gencache_get(264)
>   Returning valid cache entry: key = NBT/PC.CS.UMD.EDU#1C, value = 128.8.130.146:389,128.8.130.159:389, timeout = Wed Oct 22 15:33:30 2003
>   
> [2003/10/22 15:31:51, 5] libsmb/namecache.c:namecache_fetch(201)
>   name PC.CS.UMD.EDU#1C found.
> [2003/10/22 15:31:51, 8] libsmb/namequery.c:get_dc_list(1274)
>   Adding 2 DC's from auto lookup
> [2003/10/22 15:31:51, 10] libsmb/namequery.c:remove_duplicate_addrs2(312)
>   remove_duplicate_addrs2: looking for duplicate address/port pairs
> [2003/10/22 15:31:51, 4] libsmb/namequery.c:get_dc_list(1350)
>   get_dc_list: returning 2 ip addresses in an unordered list
> [2003/10/22 15:31:51, 4] libsmb/namequery.c:get_dc_list(1351)
>   get_dc_list: 128.8.130.146:389 128.8.130.159:389 
> [2003/10/22 15:31:51, 5] libads/ldap.c:ads_try_connect(56)
>   ads_try_connect: trying ldap server '128.8.130.146' port 389
> [2003/10/22 15:31:52, 3] libads/ldap.c:ads_connect(218)
>   Connected to LDAP server 128.8.130.146
> [2003/10/22 15:31:52, 3] libads/ldap.c:ads_server_info(1887)
>   got ldap server name krycek at PC.CS.UMD.EDU, using bind path: dc=PC,dc=CS,dc=UMD,dc=EDU
> [2003/10/22 15:31:52, 4] libads/ldap.c:ads_server_info(1893)
>   time offset is 1 seconds
> [2003/10/22 15:31:52, 4] libads/sasl.c:ads_sasl_bind(416)
>   Found SASL mechanism GSS-SPNEGO
> [2003/10/22 15:31:52, 3] libads/sasl.c:ads_sasl_spnego_bind(184)
>   got OID=1 2 840 48018 1 2 2
> [2003/10/22 15:31:52, 3] libads/sasl.c:ads_sasl_spnego_bind(184)
>   got OID=1 2 840 113554 1 2 2
> [2003/10/22 15:31:52, 3] libads/sasl.c:ads_sasl_spnego_bind(184)
>   got OID=1 2 840 113554 1 2 2 3
> [2003/10/22 15:31:52, 3] libads/sasl.c:ads_sasl_spnego_bind(184)
>   got OID=1 3 6 1 4 1 311 2 2 10
> [2003/10/22 15:31:52, 3] libads/sasl.c:ads_sasl_spnego_bind(191)
>   got principal=krycek$@PC.CS.UMD.EDU
> [2003/10/22 15:31:52, 1] libsmb/clikrb5.c:ads_krb5_mk_req(269)
>   krb5_cc_get_principal failed (No such file or directory)
> [2003/10/22 15:31:52, 0] libads/kerberos.c:ads_kinit_password(133)
>   kerberos_kinit_password derek at PC.CS.UMD.EDU failed: Unknown error -1765328332
> [2003/10/22 15:31:52, 1] utils/net_ads.c:ads_startup(181)
>   ads_connect: Operations error
> [2003/10/22 15:31:52, 2] utils/net.c:main(758)
>   return code = -1
> 


-- 
---
Derek T. Yarnell
University of Maryland
Computer Science Department Unix Staff
derek at cs.umd.edu
-------------- next part --------------
get_current_groups: user is in 10 groups: 0, 1, 2, 3, 4, 6, 10, 102, 412, 15021
smbd version 3.0.1pre1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2003
uid=0 gid=0 euid=0 egid=0
Build environment:
   Built by:    derek at ramjet.cs.umd.edu
   Built on:    Wed Oct 22 15:38:19 EDT 2003
   Built using: gcc
   Build host:  Linux ramjet.cs.umd.edu 2.4.20-20.8 #1 Mon Aug 18 14:59:07 EDT 2003 i686 i686 i386 GNU/Linux
   SRCDIR:      /usr/local/src/samba/samba-3.0.1pre1/source
   BUILDDIR:    /usr/local/src/samba/samba-3.0.1pre1/source

Paths:
   SBINDIR: /usr/local/samba-3.0.1pre1-krb5/sbin
   BINDIR: /usr/local/samba-3.0.1pre1-krb5/bin
   SWATDIR: /usr/local/samba-3.0.1pre1-krb5/swat
   CONFIGFILE: /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf
   LOGFILEBASE: /usr/local/samba-3.0.1pre1-krb5/var
   LMHOSTSFILE: /usr/local/samba-3.0.1pre1-krb5/lib/lmhosts
   LIBDIR: /usr/local/samba-3.0.1pre1-krb5/lib
   SHLIBEXT: so
   LOCKDIR: /usr/local/samba-3.0.1pre1-krb5/var/locks
   PIDDIR: /usr/local/samba-3.0.1pre1-krb5/var/locks
   SMB_PASSWD_FILE: /usr/local/samba-3.0.1pre1-krb5/private/smbpasswd
   PRIVATE_DIR: /usr/local/samba-3.0.1pre1-krb5/private

 System Headers:
   HAVE_SYS_ACL_H
   HAVE_SYS_CAPABILITY_H
   HAVE_SYS_CDEFS_H
   HAVE_SYS_FCNTL_H
   HAVE_SYS_IOCTL_H
   HAVE_SYS_IPC_H
   HAVE_SYS_MMAN_H
   HAVE_SYS_MOUNT_H
   HAVE_SYS_PARAM_H
   HAVE_SYS_QUOTA_H
   HAVE_SYS_RESOURCE_H
   HAVE_SYS_SELECT_H
   HAVE_SYS_SHM_H
   HAVE_SYS_SOCKET_H
   HAVE_SYS_STATFS_H
   HAVE_SYS_STATVFS_H
   HAVE_SYS_STAT_H
   HAVE_SYS_SYSCALL_H
   HAVE_SYS_SYSLOG_H
   HAVE_SYS_TIME_H
   HAVE_SYS_TYPES_H
   HAVE_SYS_UNISTD_H
   HAVE_SYS_VFS_H
   HAVE_SYS_WAIT_H

 Headers:
   HAVE_ARPA_INET_H
   HAVE_ASM_TYPES_H
   HAVE_ATTR_XATTR_H
   HAVE_COM_ERR_H
   HAVE_CTYPE_H
   HAVE_DIRENT_H
   HAVE_DLFCN_H
   HAVE_EXECINFO_H
   HAVE_FCNTL_H
   HAVE_GLOB_H
   HAVE_GRP_H
   HAVE_GSSAPI_GSSAPI_GENERIC_H
   HAVE_GSSAPI_GSSAPI_H
   HAVE_INTTYPES_H
   HAVE_KRB5_H
   HAVE_LANGINFO_H
   HAVE_LASTLOG_H
   HAVE_LBER_H
   HAVE_LDAP_H
   HAVE_LIMITS_H
   HAVE_LINUX_QUOTA_H
   HAVE_LOCALE_H
   HAVE_MEMORY_H
   HAVE_MNTENT_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSS_H
   HAVE_POLL_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RPCSVC_NIS_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_RPC_H
   HAVE_SECURITY_PAM_APPL_H
   HAVE_SECURITY_PAM_MODULES_H
   HAVE_SECURITY__PAM_MACROS_H
   HAVE_SHADOW_H
   HAVE_STDARG_H
   HAVE_STDINT_H
   HAVE_STDLIB_H
   HAVE_STRINGS_H
   HAVE_STRING_H
   HAVE_STROPTS_H
   HAVE_SYSCALL_H
   HAVE_SYSLOG_H
   HAVE_TERMIOS_H
   HAVE_TERMIO_H
   HAVE_UNISTD_H
   HAVE_UTIME_H

 UTMP Options:
   HAVE_GETUTMPX
   HAVE_UTMPX_H
   HAVE_UTMP_H
   HAVE_UT_UT_ADDR
   HAVE_UT_UT_EXIT
   HAVE_UT_UT_HOST
   HAVE_UT_UT_ID
   HAVE_UT_UT_NAME
   HAVE_UT_UT_PID
   HAVE_UT_UT_TIME
   HAVE_UT_UT_TV
   HAVE_UT_UT_TYPE
   HAVE_UT_UT_USER
   PUTUTLINE_RETURNS_UTMP
   WITH_UTMP

 HAVE_* Defines:
   HAVE_ADDRTYPE_IN_KRB5_ADDRESS
   HAVE_AP_OPTS_USE_SUBKEY
   HAVE_ASPRINTF
   HAVE_ASPRINTF_DECL
   HAVE_ATEXIT
   HAVE_BACKTRACE_SYMBOLS
   HAVE_BER_SCANF
   HAVE_BZERO
   HAVE_C99_VSNPRINTF
   HAVE_CHMOD
   HAVE_CHOWN
   HAVE_CHROOT
   HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
   HAVE_CONNECT
   HAVE_CREAT64
   HAVE_CRYPT
   HAVE_CUPS
   HAVE_DES_SET_KEY
   HAVE_DEVICE_MAJOR_FN
   HAVE_DEVICE_MINOR_FN
   HAVE_DIRENT_D_OFF
   HAVE_DLCLOSE
   HAVE_DLERROR
   HAVE_DLOPEN
   HAVE_DLSYM
   HAVE_DUP2
   HAVE_ENDMNTENT
   HAVE_ENDNETGRENT
   HAVE_ERRNO_DECL
   HAVE_EXECL
   HAVE_EXPLICIT_LARGEFILE_SUPPORT
   HAVE_FCHMOD
   HAVE_FCHOWN
   HAVE_FCNTL_LOCK
   HAVE_FCVT
   HAVE_FGETXATTR
   HAVE_FLISTXATTR
   HAVE_FOPEN64
   HAVE_FREMOVEXATTR
   HAVE_FSEEKO64
   HAVE_FSETXATTR
   HAVE_FSTAT
   HAVE_FSTAT64
   HAVE_FSYNC
   HAVE_FTELLO64
   HAVE_FTRUNCATE
   HAVE_FTRUNCATE64
   HAVE_FTRUNCATE_EXTEND
   HAVE_FUNCTION_MACRO
   HAVE_GETCWD
   HAVE_GETDIRENTRIES
   HAVE_GETGRENT
   HAVE_GETGRNAM
   HAVE_GETMNTENT
   HAVE_GETNETGRENT
   HAVE_GETRLIMIT
   HAVE_GETSPNAM
   HAVE_GETTIMEOFDAY_TZ
   HAVE_GETXATTR
   HAVE_GLOB
   HAVE_GRANTPT
   HAVE_GSSAPI
   HAVE_GSS_DISPLAY_STATUS
   HAVE_ICONV
   HAVE_IFACE_IFCONF
   HAVE_IMMEDIATE_STRUCTURES
   HAVE_INITGROUPS
   HAVE_INNETGR
   HAVE_KERNEL_CHANGE_NOTIFY
   HAVE_KERNEL_OPLOCKS_LINUX
   HAVE_KERNEL_SHARE_MODES
   HAVE_KRB5
   HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
   HAVE_KRB5_ENCRYPT_DATA
   HAVE_KRB5_FREE_KTYPES
   HAVE_KRB5_GET_PERMITTED_ENCTYPES
   HAVE_KRB5_LOCATE_KDC
   HAVE_KRB5_MK_REQ_EXTENDED
   HAVE_KRB5_PRINCIPAL2SALT
   HAVE_KRB5_PRINC_COMPONENT
   HAVE_KRB5_SET_DEFAULT_TGS_KTYPES
   HAVE_KRB5_SET_REAL_TIME
   HAVE_KRB5_STRING_TO_KEY
   HAVE_KRB5_TKT_ENC_PART2
   HAVE_KRB5_USE_ENCTYPE
   HAVE_LDAP
   HAVE_LDAP_DOMAIN2HOSTLIST
   HAVE_LDAP_INIT
   HAVE_LDAP_INITIALIZE
   HAVE_LDAP_SET_REBIND_PROC
   HAVE_LGETXATTR
   HAVE_LIBCOM_ERR
   HAVE_LIBCRYPTO
   HAVE_LIBGSSAPI_KRB5
   HAVE_LIBK5CRYPTO
   HAVE_LIBKRB5
   HAVE_LIBLBER
   HAVE_LIBLDAP
   HAVE_LIBPAM
   HAVE_LIBREADLINE
   HAVE_LIBRESOLV
   HAVE_LINK
   HAVE_LISTXATTR
   HAVE_LLISTXATTR
   HAVE_LLSEEK
   HAVE_LONGLONG
   HAVE_LREMOVEXATTR
   HAVE_LSEEK64
   HAVE_LSETXATTR
   HAVE_LSTAT64
   HAVE_MEMMOVE
   HAVE_MEMSET
   HAVE_MKNOD
   HAVE_MKTIME
   HAVE_MMAP
   HAVE_NATIVE_ICONV
   HAVE_NEW_LIBREADLINE
   HAVE_NL_LANGINFO
   HAVE_NO_ACLS
   HAVE_OPEN64
   HAVE_PATHCONF
   HAVE_PIPE
   HAVE_POLL
   HAVE_PREAD
   HAVE_PREAD64
   HAVE_PUTUTLINE
   HAVE_PUTUTXLINE
   HAVE_PWRITE
   HAVE_PWRITE64
   HAVE_QUOTACTL_4A
   HAVE_RAND
   HAVE_RANDOM
   HAVE_READDIR64
   HAVE_READLINK
   HAVE_REALPATH
   HAVE_REMOVEXATTR
   HAVE_RENAME
   HAVE_ROOT
   HAVE_SECURE_MKSTEMP
   HAVE_SELECT
   HAVE_SENDFILE64
   HAVE_SETBUFFER
   HAVE_SETENV
   HAVE_SETGROUPS
   HAVE_SETLINEBUF
   HAVE_SETLOCALE
   HAVE_SETMNTENT
   HAVE_SETNETGRENT
   HAVE_SETPGID
   HAVE_SETRESGID
   HAVE_SETRESGID_DECL
   HAVE_SETRESUID
   HAVE_SETRESUID_DECL
   HAVE_SETSID
   HAVE_SETXATTR
   HAVE_SHMGET
   HAVE_SIGACTION
   HAVE_SIGBLOCK
   HAVE_SIGPROCMASK
   HAVE_SIGSET
   HAVE_SIG_ATOMIC_T_TYPE
   HAVE_SNPRINTF
   HAVE_SNPRINTF_DECL
   HAVE_SOCKLEN_T_TYPE
   HAVE_SRAND
   HAVE_SRANDOM
   HAVE_STAT64
   HAVE_STAT_ST_BLKSIZE
   HAVE_STAT_ST_BLOCKS
   HAVE_STRCASECMP
   HAVE_STRCHR
   HAVE_STRDUP
   HAVE_STRERROR
   HAVE_STRFTIME
   HAVE_STRNDUP
   HAVE_STRNLEN
   HAVE_STRPBRK
   HAVE_STRTOUL
   HAVE_STRUCT_DIRENT64
   HAVE_STRUCT_FLOCK64
   HAVE_STRUCT_MEM_DQBLK
   HAVE_STRUCT_STAT_ST_RDEV
   HAVE_ST_RDEV
   HAVE_SYMLINK
   HAVE_SYSCALL
   HAVE_SYSCONF
   HAVE_SYSLOG
   HAVE_TIMEGM
   HAVE_UNIXSOCKET
   HAVE_UPDWTMP
   HAVE_UPDWTMPX
   HAVE_USLEEP
   HAVE_UTIMBUF
   HAVE_UTIME
   HAVE_UTIMES
   HAVE_VASPRINTF
   HAVE_VASPRINTF_DECL
   HAVE_VA_COPY
   HAVE_VOLATILE
   HAVE_VSNPRINTF
   HAVE_VSNPRINTF_DECL
   HAVE_VSYSLOG
   HAVE_WAITPID
   HAVE_YP_GET_DEFAULT_DOMAIN
   HAVE__ET_LIST
   HAVE___CLOSE
   HAVE___DUP2
   HAVE___FCNTL
   HAVE___FORK
   HAVE___FSTAT
   HAVE___FXSTAT
   HAVE___LSEEK
   HAVE___LSTAT
   HAVE___LXSTAT
   HAVE___OPEN
   HAVE___OPEN64
   HAVE___PREAD64
   HAVE___PWRITE64
   HAVE___READ
   HAVE___STAT
   HAVE___WRITE
   HAVE___XSTAT

 --with Options:
   WITH_ADS
   WITH_SENDFILE
   WITH_UTMP
   WITH_WINBIND

 Build Options:
   COMPILER_SUPPORTS_LL
   DEFAULT_DISPLAY_CHARSET
   DEFAULT_DOS_CHARSET
   DEFAULT_UNIX_CHARSET
   LDAP_SET_REBIND_PROC_ARGS
   LINUX
   LINUX_SENDFILE_API
   PACKAGE_BUGREPORT
   PACKAGE_NAME
   PACKAGE_STRING
   PACKAGE_TARNAME
   PACKAGE_VERSION
   REPLACE_GETPASS
   RETSIGTYPE
   SEEKDIR_RETURNS_VOID
   SIZEOF_INO_T
   SIZEOF_INT
   SIZEOF_LONG
   SIZEOF_OFF_T
   SIZEOF_SHORT
   STAT_STATVFS64
   STAT_ST_BLOCKSIZE
   STDC_HEADERS
   STRING_STATIC_MODULES
   SYSCONF_SC_NGROUPS_MAX
   TIME_WITH_SYS_TIME
   USE_SETRESUID
   WITH_ADS
   WITH_SENDFILE
   WITH_WINBIND
   _FILE_OFFSET_BITS
   _GNU_SOURCE
   _LARGEFILE64_SOURCE
   _POSIX_C_SOURCE
   _POSIX_SOURCE
   charset_CP437_init
   charset_CP850_init
   offset_t
   static_init_auth
   static_init_charset
   static_init_idmap
   static_init_pdb
   static_init_rpc
   static_init_vfs
   vfs_audit_init
   vfs_cap_init
   vfs_default_quota_init
   vfs_extd_audit_init
   vfs_fake_perms_init
   vfs_netatalk_init
   vfs_readonly_init
   vfs_recycle_init

Type sizes:
   sizeof(char):    1
   sizeof(int):     4
   sizeof(long):    4
   sizeof(uint8):   1
   sizeof(uint16):  2
   sizeof(uint32):  4
   sizeof(short):   2
   sizeof(void*):   4

Builtin modules:
    pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_guest rpc_lsa rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_samr idmap_ldap idmap_tdb auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin
lp_load: refreshing parameters
Initialising global parameters
params.c:pm_process() - Processing configuration file "/usr/local/samba-3.0.1pre1-krb5/lib/smb.conf"
Processing section "[global]"
doing parameter workgroup = UMD-CSD-NT
doing parameter server string = printer
doing parameter security = ads
doing parameter realm = PC.CS.UMD.EDU
doing parameter use spnego = yes
doing parameter load printers = yes
doing parameter printing = cups
doing parameter printcap name = cups
doing parameter log file = /var/log/samba/log.%m
doing parameter max log size = 500
doing parameter log level = 10
doing parameter socket options = TCP_NODELAY
doing parameter local master = no
doing parameter wins server = 128.8.130.59
doing parameter dns proxy = no
Processing section "[homes]"
doing parameter comment = Home Directories
doing parameter browseable = no
doing parameter writable = yes
Processing section "[printers]"
doing parameter comment = All Printers
doing parameter path = /var/spool/samba
doing parameter browseable = no
doing parameter public = yes
doing parameter guest ok = yes
doing parameter writable = no
doing parameter printable = yes
doing parameter printer admin = derek
Processing section "[print$]"
doing parameter comment = Printer Drivers
doing parameter path = /etc/samba/drivers
doing parameter browseable = yes
doing parameter guest ok = no
doing parameter read only = no
doing parameter write list = derek
Processing section "[apps]"
doing parameter comment = Mulder Apps
doing parameter path = /fs/mulder/apps
doing parameter browseable = yes
doing parameter guest ok = yes
doing parameter read only = no
doing parameter write list = derek,gurevitz
pm_process() returned Yes
adding IPC service
adding IPC service
set_server_role: role = ROLE_DOMAIN_MEMBER
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
Substituting charset 'ISO-8859-1' for LOCALE
cups_printer_fn(0x807c47a)
lp_servicenumber: couldn't find cps3373
adding printer service cps3373
lp_servicenumber: couldn't find ibm4437
adding printer service ibm4437
lp_servicenumber: couldn't find ps1109
adding printer service ps1109
lp_servicenumber: couldn't find ps1119
adding printer service ps1119
lp_servicenumber: couldn't find ps3125
adding printer service ps3125
lp_servicenumber: couldn't find ps3135
adding printer service ps3135
lp_servicenumber: couldn't find ps3157
adding printer service ps3157
lp_servicenumber: couldn't find ps3173
adding printer service ps3173
lp_servicenumber: couldn't find ps3204
adding printer service ps3204
lp_servicenumber: couldn't find ps3225
adding printer service ps3225
lp_servicenumber: couldn't find ps3235
adding printer service ps3235
lp_servicenumber: couldn't find ps3241
adding printer service ps3241
lp_servicenumber: couldn't find ps3245
adding printer service ps3245
lp_servicenumber: couldn't find ps3259
adding printer service ps3259
lp_servicenumber: couldn't find ps3263
adding printer service ps3263
lp_servicenumber: couldn't find ps3264
adding printer service ps3264
lp_servicenumber: couldn't find ps3271
adding printer service ps3271
lp_servicenumber: couldn't find ps3371
adding printer service ps3371
lp_servicenumber: couldn't find ps3457
adding printer service ps3457
lp_servicenumber: couldn't find ps3a
adding printer service ps3a
lp_servicenumber: couldn't find ps3b
adding printer service ps3b
lp_servicenumber: couldn't find ps4117
adding printer service ps4117
lp_servicenumber: couldn't find ps4120
adding printer service ps4120
lp_servicenumber: couldn't find ps4129
adding printer service ps4129
lp_servicenumber: couldn't find ps4133
adding printer service ps4133
lp_servicenumber: couldn't find ps4145
adding printer service ps4145
lp_servicenumber: couldn't find ps4153
adding printer service ps4153
lp_servicenumber: couldn't find ps4161
adding printer service ps4161
lp_servicenumber: couldn't find ps4172
adding printer service ps4172
lp_servicenumber: couldn't find ps4179
adding printer service ps4179
lp_servicenumber: couldn't find ps4a
adding printer service ps4a
lp_servicenumber: couldn't find ps4b
adding printer service ps4b
lp_servicenumber: couldn't find tek3180
adding printer service tek3180
lp_servicenumber: couldn't find tek3441
adding printer service tek3441
lp_servicenumber: couldn't find tek4180
adding printer service tek4180
lp_servicenumber: couldn't find umiacs_ps2109
adding printer service umiacs_ps2109
lp_servicenumber: couldn't find umiacs_ps3142
adding printer service umiacs_ps3142
lp_servicenumber: couldn't find ps3
adding printer service ps3
lp_servicenumber: couldn't find ps4
adding printer service ps4
lp_file_list_changed()
file /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf -> /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf  last mod_time: Tue Sep 30 13:58:06 2003

added interface ip=128.8.126.5 bcast=128.8.126.127 nmask=255.255.255.128
added interface ip=128.8.127.43 bcast=128.8.127.255 nmask=255.255.255.0
added interface ip=128.8.128.33 bcast=128.8.129.255 nmask=255.255.254.0
added interface ip=172.16.0.8 bcast=172.16.255.255 nmask=255.255.0.0
added interface ip=128.8.130.14 bcast=128.8.131.255 nmask=255.255.254.0
added interface ip=128.8.126.155 bcast=128.8.126.159 nmask=255.255.255.240
added interface ip=172.18.0.3 bcast=172.18.255.255 nmask=255.255.0.0
added interface ip=172.17.0.3 bcast=172.17.255.255 nmask=255.255.0.0
added interface ip=128.8.126.138 bcast=128.8.126.143 nmask=255.255.255.240
added interface ip=172.19.0.4 bcast=172.19.255.255 nmask=255.255.0.0
Hash size = 521.
Netbios name list:-
my_netbios_names[0]="ATLANTIS"
loaded services
fcntl_lock 6 13 0 1 1
fcntl_lock: Lock call successful
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
update_c_setprinter: c_setprinter = 0
claiming  0
bind succeeded on port 445
socket option SO_KEEPALIVE = 1
socket option SO_REUSEADDR = 1
socket option SO_BROADCAST = 0
socket option TCP_NODELAY = 0
socket option IPTOS_LOWDELAY = 0
socket option IPTOS_THROUGHPUT = 0
socket option SO_SNDBUF = 16384
socket option SO_RCVBUF = 87380
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
socket option SO_KEEPALIVE = 1
socket option SO_REUSEADDR = 1
socket option SO_BROADCAST = 0
socket option TCP_NODELAY = 1
socket option IPTOS_LOWDELAY = 0
socket option IPTOS_THROUGHPUT = 0
socket option SO_SNDBUF = 16384
socket option SO_RCVBUF = 87380
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
bind succeeded on port 139
socket option SO_KEEPALIVE = 1
socket option SO_REUSEADDR = 1
socket option SO_BROADCAST = 0
socket option TCP_NODELAY = 0
socket option IPTOS_LOWDELAY = 0
socket option IPTOS_THROUGHPUT = 0
socket option SO_SNDBUF = 16384
socket option SO_RCVBUF = 87380
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
socket option SO_KEEPALIVE = 1
socket option SO_REUSEADDR = 1
socket option SO_BROADCAST = 0
socket option TCP_NODELAY = 1
socket option IPTOS_LOWDELAY = 0
socket option IPTOS_THROUGHPUT = 0
socket option SO_SNDBUF = 16384
socket option SO_RCVBUF = 87380
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
waiting for a connection
Opening cache file at /usr/local/samba-3.0.1pre1-krb5/var/locks/gencache.tdb
namecache_enable: enabling netbios namecache, timeout 660 seconds
reghook_cache_add: Adding key [/HKLM/SYSTEM/CurrentControlSet/Control/Print]
sorted_tree_add: Enter
sorted_tree_add: Successfully added node [HKLM/SYSTEM/CurrentControlSet/Control/Print] to tree
sorted_tree_add: Exit
Trying to load: smbpasswd
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend 'ldapsam_compat'
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 'smbpasswd'
Attempting to register passdb backend tdbsam
Successfully added passdb backend 'tdbsam'
Attempting to register passdb backend guest
Successfully added passdb backend 'guest'
Attempting to find an passdb backend to match smbpasswd (smbpasswd)
Found pdb backend smbpasswd
pdb backend smbpasswd has a valid init
Attempting to find an passdb backend to match guest (guest)
Found pdb backend guest
pdb backend guest has a valid init
lp_file_list_changed()
file /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf -> /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf  last mod_time: Tue Sep 30 13:58:06 2003

open_oplock_ipc: opening loopback UDP socket.
bind succeeded on port 0
Linux kernel oplocks enabled
open_oplock ipc: pid = 9201, global_oplock_port = 36135
Serverzone is 14400
got smb length of 133
got message type 0x0 of len 0x85
Transaction 0 of length 137
size=133
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=51283
smb_tid=0
smb_pid=65279
smb_uid=0
smb_mid=0
smt_wct=0
smb_bcc=98
[000] 02 50 43 20 4E 45 54 57  4F 52 4B 20 50 52 4F 47  .PC NETW ORK PROG
[010] 52 41 4D 20 31 2E 30 00  02 4C 41 4E 4D 41 4E 31  RAM 1.0. .LANMAN1
[020] 2E 30 00 02 57 69 6E 64  6F 77 73 20 66 6F 72 20  .0..Wind ows for 
[030] 57 6F 72 6B 67 72 6F 75  70 73 20 33 2E 31 61 00  Workgrou ps 3.1a.
[040] 02 4C 4D 31 2E 32 58 30  30 32 00 02 4C 41 4E 4D  .LM1.2X0 02..LANM
[050] 41 4E 32 2E 31 00 02 4E  54 20 4C 4D 20 30 2E 31  AN2.1..N T LM 0.1
[060] 32 00                                             2. 
switch message SMBnegprot (pid 9201)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
change_to_root_user: now uid=(0,0) gid=(0,0)
Requested protocol [PC NETWORK PROGRAM 1.0]
Requested protocol [LANMAN1.0]
Requested protocol [Windows for Workgroups 3.1a]
Requested protocol [LM1.2X002]
Requested protocol [LANMAN2.1]
Requested protocol [NT LM 0.12]
lp_file_list_changed()
file /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf -> /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf  last mod_time: Tue Sep 30 13:58:06 2003

lp_file_list_changed()
file /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf -> /usr/local/samba-3.0.1pre1-krb5/lib/smb.conf  last mod_time: Tue Sep 30 13:58:06 2003

using SPNEGO
Selected protocol NT LM 0.12
negprot index=5
size=168
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=51201
smb_tid=0
smb_pid=65279
smb_uid=0
smb_mid=0
smt_wct=17
smb_vwv[ 0]=    5 (0x5)
smb_vwv[ 1]=12803 (0x3203)
smb_vwv[ 2]=  256 (0x100)
smb_vwv[ 3]= 1024 (0x400)
smb_vwv[ 4]=   65 (0x41)
smb_vwv[ 5]=    0 (0x0)
smb_vwv[ 6]=  256 (0x100)
smb_vwv[ 7]=61696 (0xF100)
smb_vwv[ 8]=   35 (0x23)
smb_vwv[ 9]=64768 (0xFD00)
smb_vwv[10]=32995 (0x80E3)
smb_vwv[11]=  128 (0x80)
smb_vwv[12]=20111 (0x4E8F)
smb_vwv[13]=55911 (0xDA67)
smb_vwv[14]=50072 (0xC398)
smb_vwv[15]=61441 (0xF001)
smb_vwv[16]=25344 (0x6300)
smb_bcc=99
[000] 61 74 6C 61 6E 74 69 73  00 00 00 00 00 00 00 00  atlantis ........
[010] 60 51 06 06 2B 06 01 05  05 02 A0 47 30 45 A0 24  `Q..+... ..?G0E?$
[020] 30 22 06 09 2A 86 48 86  F7 12 01 02 02 06 09 2A  0"..*.H. ?......*
[030] 86 48 82 F7 12 01 02 02  06 0A 2B 06 01 04 01 82  .H.?.... ..+.....
[040] 37 02 02 0A A3 1D 30 1B  A0 19 1B 17 61 74 6C 61  7...?.0. ?...atla
[050] 6E 74 69 73 24 40 50 43  2E 43 53 2E 55 4D 44 2E  ntis$@PC .CS.UMD.
[060] 45 44 55                                          EDU 
write_socket(16,172)
write_socket(16,172) wrote 172
got smb length of 1542
got message type 0x0 of len 0x606
Transaction 1 of length 1546
size=1542
smb_com=0x73
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=51207
smb_tid=0
smb_pid=65279
smb_uid=0
smb_mid=64
smt_wct=12
smb_vwv[ 0]=  255 (0xFF)
smb_vwv[ 1]= 1542 (0x606)
smb_vwv[ 2]=16644 (0x4104)
smb_vwv[ 3]=   50 (0x32)
smb_vwv[ 4]=    0 (0x0)
smb_vwv[ 5]=    0 (0x0)
smb_vwv[ 6]=    0 (0x0)
smb_vwv[ 7]= 1380 (0x564)
smb_vwv[ 8]=    0 (0x0)
smb_vwv[ 9]=    0 (0x0)
smb_vwv[10]=  212 (0xD4)
smb_vwv[11]=40960 (0xA000)
smb_bcc=1483
[000] 60 82 05 60 06 06 2B 06  01 05 05 02 A0 82 05 54  `..`..+. ....?..T
[010] 30 82 05 50 A0 24 30 22  06 09 2A 86 48 82 F7 12  0..P?$0" ..*.H.?.
[020] 01 02 02 06 09 2A 86 48  86 F7 12 01 02 02 06 0A  .....*.H .?......
[030] 2B 06 01 04 01 82 37 02  02 0A A2 82 05 26 04 82  +.....7. ..?..&..
[040] 05 22 60 82 05 1E 06 09  2A 86 48 86 F7 12 01 02  ."`..... *.H.?...
[050] 02 01 00 6E 82 05 0D 30  82 05 09 A0 03 02 01 05  ...n...0 ...?....
[060] A1 03 02 01 0E A2 07 03  05 00 20 00 00 00 A3 82  ?....?.. .. ...?.
[070] 04 33 61 82 04 2F 30 82  04 2B A0 03 02 01 05 A1  .3a../0. .+?....?
[080] 0F 1B 0D 50 43 2E 43 53  2E 55 4D 44 2E 45 44 55  ...PC.CS .UMD.EDU
[090] A2 26 30 24 A0 03 02 01  02 A1 1D 30 1B 1B 04 63  ?&0$?... .?.0...c
[0A0] 69 66 73 1B 13 61 74 6C  61 6E 74 69 73 2E 63 73  ifs..atl antis.cs
[0B0] 2E 75 6D 64 2E 65 64 75  A3 82 03 E9 30 82 03 E5  .umd.edu ?..?0..?
[0C0] A0 03 02 01 17 A1 03 02  01 02 A2 82 03 D7 04 82  ?....?.. ..?..?..
[0D0] 03 D3 17 C0 9A B5 3C 90  1F 93 9C BD 1A F7 96 43  .?.?.?<. ...?.?.C
[0E0] 43 A2 8F E0 F0 BB 6F DD  CE EE D0 42 7E 7D 08 35  C?.???o? ???B~}.5
[0F0] 3F D7 22 13 91 71 B5 49  6A 1D AD C6 E9 7A AF AF  ??"..q?I j.???z??
[100] 7F C2 7A 39 6F 9F 2A C6  DC 9C 25 5E 49 3D 02 C1  .?z9o.*? ?.%^I=.?
[110] F6 05 CB 5D EB BF C5 C2  3A 98 27 96 EB 64 15 5A  ?.?]???? :.'.?d.Z
[120] 20 79 BA 5D D7 7A 9C 92  9E CE 1A 0E C0 BF AC 1F   y?]?z.. .?..???.
[130] 8B FB 9F 00 29 45 B0 E0  33 87 05 85 37 4E 98 46  .?..)E?? 3...7N.F
[140] F5 66 41 BA B2 D4 2B 2B  6F B6 FD 40 CF AC A9 5B  ?fA???++ o??@???[
[150] 82 89 B5 95 5D 74 7F 87  C7 2E 7B 41 56 6D 5A 93  ..?.]t.. ?.{AVmZ.
[160] F6 2D A7 30 E0 E5 C9 A3  7E FC 8A 50 43 23 DB 80  ?-?0???? ~?.PC#?.
[170] 0E 87 DB 9F 84 F7 5A 2E  E0 23 C3 55 81 B0 9C D0  ..?..?Z. ?#?U.?.?
[180] F2 84 A9 6B D1 E2 83 0C  EB 87 7D E2 2D A0 9D 13  ?.?k??.. ?.}?-?..
[190] 0A 44 7E 5D E7 FE 13 26  CA E4 7D 9C 56 EB 82 78  .D~]??.& ??}.V?.x
[1A0] 0A 00 63 07 FD 6E B2 52  9B ED CA A0 E8 7D 08 4A  ..c.?n?R .????}.J
[1B0] 4F 9A AE 4B 7E 96 1B A8  0C 01 6B DF 5A 2C 4D B2  O.?K~..? ..k?Z,M?
[1C0] 9B 7C 55 C7 46 E1 95 9D  7C B9 83 B9 68 22 37 BB  .|U?F?.. |?.?h"7?
[1D0] EB B5 F1 68 CF 72 96 D0  F2 1D 98 0E D1 3D 13 8D  ???h?r.? ?...?=..
[1E0] 12 85 7D B2 1E 59 CF 2D  D2 4E 68 A3 DA AF 17 F9  ..}?.Y?- ?Nh???.?
[1F0] D2 CB 9F 9D 05 94 9A AE  78 42 04 02 06 4C D6 C5  ??.....? xB...L??
switch message SMBsesssetupX (pid 9201)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
change_to_root_user: now uid=(0,0) gid=(0,0)
wct=12 flg2=0xc807
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
Doing spnego session setup
NativeOS=[Windows 2002 2600 Service Pack 1] NativeLanMan=[Windows 2002 5.1]
Got OID 1 2 840 48018 1 2 2
Got OID 1 2 840 113554 1 2 2
Got OID 1 3 6 1 4 1 311 2 2 10
Got secblob of size 1314
secrets_named_mutex: got mutex for replay cache mutex
ads_verify_ticket: enc type [18] failed to decrypt with error Bad encryption type
ads_verify_ticket: enc type [16] failed to decrypt with error Bad encryption type
ads_verify_ticket: enc type [23] failed to decrypt with error Decrypt integrity check failed
ads_verify_ticket: enc type [1] failed to decrypt with error Bad encryption type
ads_verify_ticket: enc type [3] failed to decrypt with error Bad encryption type
ads_verify_ticket: enc type [2] failed to decrypt with error Bad encryption type
secrets_named_mutex: released mutex for replay cache mutex
ads_verify_ticket: krb5_rd_req with auth failed (Bad encryption type)
Failed to verify incoming ticket!
error string = No such file or directory
error packet at smbd/sesssetup.c(173) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAILURE
size=35
smb_com=0x73
smb_rcls=109
smb_reh=0
smb_err=49152
smb_flg=136
smb_flg2=51201
smb_tid=0
smb_pid=65279
smb_uid=0
smb_mid=64
smt_wct=0
smb_bcc=0
write_socket(16,39)
write_socket(16,39) wrote 39
read_socket_data: recv of 4 returned 0. Error = Success
receive_smb: length < 0!
timeout_processing: End of file from client (client has disconnected).
Closing cache file
namecache_shutdown: netbios namecache closed successfully.
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
change_to_root_user: now uid=(0,0) gid=(0,0)
Closing connections
Yielding connection to 
receive_local_message: doing select with timeout of 1 ms
Server exit (normal exit)


More information about the samba mailing list