[Samba] Add 2003 machine to samba domain: Application popup: Windows - System Error : A duplicate name exists on the network.

2007-08-27 Thread Adam DiCaprio
I am getting a duplicate name error and then
This computer was not able to set up a secure session with a domain
controller in domain MAIL1 due to the following: There are currently no
logon servers available to service the logon request. This may lead to
authentication problems. Make sure that this computer is connected to the
network. If the problem persists, please contact your domain administrator.


I did some searches with no luck. I can authenticate against the domain and
see shares, but when I am adding a machine to the domain, everything appears
ok until after the reboot with these messages being logged in the event log.
This is a win2k3R2 machine connecting to samba 3.0.25b samba machine with an
openldap backend on RHEL4.

There are no duplicate machine names on the network so it is like the
machine is being double registered or something. When I query LDAP there is
only a single record for the machine.

[global]
  workgroup = MAIL1
  netbios name = mail1
  os level = 33
  debug level = 10
  preferred master = yes
  enable privileges = yes
  server string = %h server (Mail 1, Samba Server)
  wins support =yes
  dns proxy = no
  name resolve order = wins bcast hosts
  log file = /var/log/samba/log.%m
  log level = 3
  max log size = 1000
  syslog only = no
  syslog = 0
  panic action = /usr/share/samba/panic-action %d
  security = user
  encrypt passwords = true
  ldap passwd sync = yes
  passdb backend = ldapsam:ldap://localhost/
  ldap group suffix = ou=groups
  ldap user suffix = ou=people
  ldap machine suffix = ou=machines
  obey pam restrictions = no
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
  domain logons = yes
  logon path = \\mail1\%U\profile
  logon home = \\mail1\%U
  add user script = /usr/sbin/adduser --quiet --disabled-password --gecos 
%u
  add machine script = /usr/sbin/adduser -d /var/lib/nobody -g 100 -s
/bin/false -M %u
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Multiple Domains and Machine Addition issue

2007-08-15 Thread Adam DiCaprio
If I would like to have multiple domains hosted off a single server, do I
need to create multiple smb.conf and start the daemon individually for each
one? Are there any special catches when doing this with an LDAP backend?

Having an issue when adding a machine to my current domain. When I attempt
to add the machine to the domain, I will get a login error. If I go and
manually add the machine through adduser, then I can add the machine to the
domain but then I get a duplicate machine on the domain error when the
machine comes back up. Any ideas what is happening? Unfortunately, when I
start in debug mode and try to add the machine, I get a machine not found
and then samba dies. I haven't tested it yet, will try tonight, but do I
need to have the home directory for the machine exist in home prior to
adding the machine to the domain? What information can I provide to help?

the authentication seems to be ok as if I try to hit a share and log in with
one of the users, everything works fine. Thank you for any help you can
provide

Here is my smb.conf

[global]
  workgroup = mail1
  netbios name = mail1
  os level = 33
  preferred master = yes
  enable privileges = yes
  server string = %h server (Samba - mail server - RHEL4)
  wins support =yes
  dns proxy = no
  name resolve order = wins bcast hosts
  log file = /var/log/samba/log.%m
  log level = 3
  max log size = 1000
  syslog only = no
  syslog = 0
  panic action = /usr/share/samba/panic-action %d
  security = user
  encrypt passwords = true
  ldap passwd sync = yes
  passdb backend = ldapsam:ldap://localhost/
  ldap admin dn = uid=admin,cn=admins,cn=mail
  ldap suffix = dc=mail1,dc=test,dc=com
  ldap group suffix = ou=groups
  ldap user suffix = ou=people
  ldap machine suffix = ou=machines
  obey pam restrictions = no
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
  domain logons = yes
  logon path = \\mail1.test.com\%U\profilefile://mail1.test.com/%25U/profile
  logon home = \\mail1.test.com\%U file://mail1.test.com/%25U
  logon script = logon.cmd
  add user script = /usr/sbin/adduser --quiet --disabled-password --gecos 
%u
  add machine script = /usr/sbin/adduser --shell /bin/false
--disabled-password --quiet --gecos machine account --force-badname %u
  socket options = TCP_NODELAY
  domain master = yes
  local master = yes
[homes]
  comment = Home Directories
  browseable =yes
  read only = No
  valid users = %S
[netlogon]
  comment = Network Logon Service
  path = /var/lib/samba/netlogon
  guest ok = yes
  locking = no
[profiles]
  comment = Users profiles
  path = /var/lib/samba/profiles
  read only = No
[profdata]
  comment = Profile Data Share
  path = /var/lib/samba/profdata
  read only = No
  profile acls = Yes
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Using the “net rpc rights” Utility

2007-08-06 Thread Adam DiCaprio
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/rights.html#id371346

I am trying to grant the rights to a group so that I can add computers to my
domain, but I am getting an error of No Command: rights.  Is something
trashed in my install or has this command changed? All the other net rpc
commands appear to work for me. My current setup is samba 3.0.25b on RHEL4
with an OpenLDAP backend. getent group is showing me the groups that I've
added, I just need to give them the rights to add machines and groups. If my
smb.conf is possibly the issue, I will post. Sorry for the basic question,
any help would be greatly appreciated. Thanks

-Adam
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Help with ldap configuration please

2007-07-27 Thread Adam DiCaprio
This is on RHE4, I am getting an invalid DN error. Is there a good resource
site for this type of configuration issue? There is a lot of info that comes
up through google but I am having no luck finding anything relevant (or that
seems relevant to me). Thank you in advance and sorry about the newbie
question.

smbd version 3.0.25b started.
Copyright Andrew Tridgell and the Samba Team 1992-2007
Processing section [homes]
Processing section [netlogon]
Processing section [profiles]
Processing section [profdata]
adding IPC service
reloading printcap cache
reload status: ok
reloading printcap cache
reload status: ok
added interface ip=192.168.11.5 bcast=192.168.11.255 nmask=255.255.255.0
loaded services
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
smbldap_search_domain_info: Searching
for:[((objectClass=sambaDomain)(sambaDomainName=HFC))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
smbldap_search_domain_info: Got no domain info entries for domain
add_new_domain_info: Adding new domain
add_new_domain_info: failed to add domain dn=
sambaDomainName=HFC,dc=hfc,dc=com with: Invalid DN syntax
invalid DN
smbldap_search_domain_info: Adding domain info for HFC failed with
NT_STATUS_UNSUCCESSFUL
pdb_init_ldapsam: WARNING: Could not get domain info, nor add one to the
domain
pdb_init_ldapsam: Continuing on regardless, will be unable to allocate new
users/groups, and will risk BDCs having inconsistant SIDs
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID [S-1-22-1-0]
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-11]
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
se_access_check: user sid is S-1-22-1-0
se_access_check: also S-1-5-32-544
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-11
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID

Re: OT: ECC Memory - WAS: Re: [Samba] Possible Filesystem Corruptionwith Samba 3.0.25a (with XFS and LVM)

2007-06-26 Thread Adam DiCaprio
While slower, it has benefits for something like a database server. For a home 
machine, the added expense and slower speed are not worth it. Not exactly a 
definitive answer as there is gray area but for a production server, I'd throw 
in ecc 
Sent via BlackBerry from T-Mobile

-Original Message-
From: Charles Marcus [EMAIL PROTECTED]

Date: Tue, 26 Jun 2007 16:26:25 
To:samba@lists.samba.org
Subject: OT: ECC Memory - WAS: Re: [Samba] Possible Filesystem Corruption
with Samba  3.0.25a (with XFS and LVM)


 The best way I've ever found to reliably find bad memory is compile 
 something big, like X. If your memory is bad, you'll find out pretty 
 quick...

 The real solution is to use ECC memory. :)

Curious...

I recall reading somewhere that ECC memory was considerably slower than 
non-ECC, and its benefits was mostly sales hype - ie, its ECC was not 
precisely reliable...

Anyone know of an authoritative answer to this question?

-- 

Best regards,

Charles
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

[Samba] Samba Guest Accout Issue

2007-06-22 Thread Adam DiCaprio

So, after rebuilding and finding that somehow fixed my intial issue of
failing to connect to the ldap server, I am now having an issue with the
guest account. Any ideas, I've done some searches but haven't been having
any luck. This is on RHEL. Help is greatly appreciated. Thanks in advance.

Maximum core file size limits now 16777216(soft) -1(hard)
get_current_groups: user is in 7 groups: 0, 1, 2, 3, 4, 6, 10
smbd version 3.0.25a started.
Copyright Andrew Tridgell and the Samba Team 1992-2007
uid=0 gid=0 euid=0 egid=0
Build environment:
  Built by:[EMAIL PROTECTED]
  Built on:Sun Jun  3 14:16:00 PDT 2007
  Built using: gcc
  Build host:  Linux zimbra1.hfc.com 2.6.9-42.ELsmp #1 SMP Wed Jul 12
23:27:17 EDT 2006 i686 i686 i386 GNU/Linux
  SRCDIR:  /usr/samba-3.0.25a/source
  BUILDDIR:/usr/samba-3.0.25a/source

Paths:
  SBINDIR: /usr/local/samba/sbin
  BINDIR: /usr/local/samba/bin/
  SWATDIR: /usr/local/samba/swat
  CONFIGFILE: /usr/local/samba/lib/smb.conf
  LOGFILEBASE: /usr/local/samba/var
  LMHOSTSFILE: /usr/local/samba/lib/lmhosts
  LIBDIR: /usr/local/samba/lib
  SHLIBEXT: so
  LOCKDIR: /usr/local/samba/var/locks
  PIDDIR: /usr/local/samba/var/locks
  SMB_PASSWD_FILE: /usr/local/samba/private/secrets.tdb
  PRIVATE_DIR: /usr/local/samba/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_PRCTL_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_SYSMACROS_H
  HAVE_SYS_TIME_H
  HAVE_SYS_TYPES_H
  HAVE_SYS_UIO_H
  HAVE_SYS_UNISTD_H
  HAVE_SYS_UN_H
  HAVE_SYS_VFS_H
  HAVE_SYS_WAIT_H
  HAVE_SYS_XATTR_H

Headers:
  HAVE_ACL_LIBACL_H
  HAVE_AIO_H
  HAVE_ALLOCA_H
  HAVE_ARPA_INET_H
  HAVE_ASM_TYPES_H
  HAVE_ASM_UNISTD_H
  HAVE_ATTR_XATTR_H
  HAVE_CTYPE_H
  HAVE_DIRENT_H
  HAVE_DLFCN_H
  HAVE_EXECINFO_H
  HAVE_FCNTL_H
  HAVE_FLOAT_H
  HAVE_FNMATCH_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_LOCALE_H
  HAVE_MEMORY_H
  HAVE_MNTENT_H
  HAVE_NETDB_H
  HAVE_NETINET_IN_H
  HAVE_NETINET_IN_SYSTM_H
  HAVE_NETINET_IP_H
  HAVE_NETINET_TCP_H
  HAVE_NET_IF_H
  HAVE_NSS_H
  HAVE_PWD_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_SETJMP_H
  HAVE_SHADOW_H
  HAVE_STDARG_H
  HAVE_STDBOOL_H
  HAVE_STDINT_H
  HAVE_STDIO_H
  HAVE_STDLIB_H
  HAVE_STRINGS_H
  HAVE_STRING_H
  HAVE_SYSCALL_H
  HAVE_SYSLOG_H
  HAVE_TERMIOS_H
  HAVE_TERMIO_H
  HAVE_TIME_H
  HAVE_UNISTD_H
  HAVE_UTIME_H
  HAVE_VALGRIND_MEMCHECK_H
  HAVE_VALGRIND_VALGRIND_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_BOOL
  HAVE_BZERO
  HAVE_C99_VSNPRINTF
  HAVE_CAP_GET_PROC
  HAVE_CHMOD
  HAVE_CHOWN
  HAVE_CHROOT
  HAVE_COMPARISON_FN_T
  HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
  HAVE_CONNECT
  HAVE_CREAT64
  HAVE_CRYPT
  HAVE_DECL_ASPRINTF
  HAVE_DECL_RL_EVENT_HOOK
  HAVE_DECL_SNPRINTF
  HAVE_DECL_VASPRINTF
  HAVE_DECL_VSNPRINTF
  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_FSID_INT
  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_GETPAGESIZE
  HAVE_GETPGRP
  HAVE_GETPWENT_R
  HAVE_GETRLIMIT
  HAVE_GETSPNAM
  HAVE_GETTIMEOFDAY_TZ
  HAVE_GETXATTR
  HAVE_GLOB
  HAVE_GRANTPT
  HAVE_GSSAPI
  HAVE_GSS_DISPLAY_STATUS
  HAVE_HISTORY_LIST
  HAVE_ICONV
  HAVE_IFACE_IFCONF
  HAVE_IMMEDIATE_STRUCTURES
  HAVE_INITGROUPS
  HAVE_INITIALIZE_KRB5_ERROR_TABLE
  HAVE_INNETGR
  HAVE_KERNEL_CHANGE_NOTIFY
  HAVE_KERNEL_OPLOCKS_LINUX
  HAVE_KERNEL_SHARE_MODES
  HAVE_KRB5
  HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
  HAVE_KRB5_C_ENCTYPE_COMPARE
  HAVE_KRB5_C_VERIFY_CHECKSUM
  HAVE_KRB5_ENCRYPT_BLOCK
  HAVE_KRB5_ENCRYPT_DATA
  HAVE_KRB5_FREE_DATA_CONTENTS
  

[Samba] Samba unable to connect to ldap

2007-06-05 Thread Adam DiCaprio

Need some help if anyone can provide it on this issue. I have a very basic
setup and am trying to have samba utilize openldap. I have made sure the
password is correct but for whatever reason, I am unable to connect. Here is
a log of what is going on. Any help would be greatly apprecated. TIA



Maximum core file size limits now 16777216(soft) -1(hard)
get_current_groups: user is in 7 groups: 0, 1, 2, 3, 4, 6, 10
smbd version 3.0.25a started.
Copyright Andrew Tridgell and the Samba Team 1992-2007
uid=0 gid=0 euid=0 egid=0
Build environment:
  Built by:[EMAIL PROTECTED]
  Built on:Sun Jun  3 14:16:00 PDT 2007
  Built using: gcc
  Build host:  Linux zimbra1.hfc.com 2.6.9-42.ELsmp #1 SMP Wed Jul 12
23:27:17 EDT 2006 i686 i686 i386 GNU/Linux
  SRCDIR:  /usr/samba-3.0.25a/source
  BUILDDIR:/usr/samba-3.0.25a/source

Paths:
  SBINDIR: /usr/local/samba/sbin
  BINDIR: /usr/local/samba/bin
  SWATDIR: /usr/local/samba/swat
  CONFIGFILE: /usr/local/samba/lib/smb.conf
  LOGFILEBASE: /usr/local/samba/var
  LMHOSTSFILE: /usr/local/samba/lib/lmhosts
  LIBDIR: /usr/local/samba/lib
  SHLIBEXT: so
  LOCKDIR: /usr/local/samba/var/locks
  PIDDIR: /usr/local/samba/var/locks
  SMB_PASSWD_FILE: /etc/samba/secrets.tdb
  PRIVATE_DIR: /usr/local/samba/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_PRCTL_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_SYSMACROS_H
  HAVE_SYS_TIME_H
  HAVE_SYS_TYPES_H
  HAVE_SYS_UIO_H
  HAVE_SYS_UNISTD_H
  HAVE_SYS_UN_H
  HAVE_SYS_VFS_H
  HAVE_SYS_WAIT_H
  HAVE_SYS_XATTR_H

Headers:
  HAVE_ACL_LIBACL_H
  HAVE_AIO_H
  HAVE_ALLOCA_H
  HAVE_ARPA_INET_H
  HAVE_ASM_TYPES_H
  HAVE_ASM_UNISTD_H
  HAVE_ATTR_XATTR_H
  HAVE_CTYPE_H
  HAVE_DIRENT_H
  HAVE_DLFCN_H
  HAVE_EXECINFO_H
  HAVE_FCNTL_H
  HAVE_FLOAT_H
  HAVE_FNMATCH_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_LOCALE_H
  HAVE_MEMORY_H
  HAVE_MNTENT_H
  HAVE_NETDB_H
  HAVE_NETINET_IN_H
  HAVE_NETINET_IN_SYSTM_H
  HAVE_NETINET_IP_H
  HAVE_NETINET_TCP_H
  HAVE_NET_IF_H
  HAVE_NSS_H
  HAVE_PWD_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_SETJMP_H
  HAVE_SHADOW_H
  HAVE_STDARG_H
  HAVE_STDBOOL_H
  HAVE_STDINT_H
  HAVE_STDIO_H
  HAVE_STDLIB_H
  HAVE_STRINGS_H
  HAVE_STRING_H
  HAVE_SYSCALL_H
  HAVE_SYSLOG_H
  HAVE_TERMIOS_H
  HAVE_TERMIO_H
  HAVE_TIME_H
  HAVE_UNISTD_H
  HAVE_UTIME_H
  HAVE_VALGRIND_MEMCHECK_H
  HAVE_VALGRIND_VALGRIND_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_BOOL
  HAVE_BZERO
  HAVE_C99_VSNPRINTF
  HAVE_CAP_GET_PROC
  HAVE_CHMOD
  HAVE_CHOWN
  HAVE_CHROOT
  HAVE_COMPARISON_FN_T
  HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
  HAVE_CONNECT
  HAVE_CREAT64
  HAVE_CRYPT
  HAVE_DECL_ASPRINTF
  HAVE_DECL_RL_EVENT_HOOK
  HAVE_DECL_SNPRINTF
  HAVE_DECL_VASPRINTF
  HAVE_DECL_VSNPRINTF
  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_FSID_INT
  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_GETPAGESIZE
  HAVE_GETPGRP
  HAVE_GETPWENT_R
  HAVE_GETRLIMIT
  HAVE_GETSPNAM
  HAVE_GETTIMEOFDAY_TZ
  HAVE_GETXATTR
  HAVE_GLOB
  HAVE_GRANTPT
  HAVE_GSSAPI
  HAVE_GSS_DISPLAY_STATUS
  HAVE_HISTORY_LIST
  HAVE_ICONV
  HAVE_IFACE_IFCONF
  HAVE_IMMEDIATE_STRUCTURES
  HAVE_INITGROUPS
  HAVE_INITIALIZE_KRB5_ERROR_TABLE
  HAVE_INNETGR
  HAVE_KERNEL_CHANGE_NOTIFY
  HAVE_KERNEL_OPLOCKS_LINUX
  HAVE_KERNEL_SHARE_MODES
  HAVE_KRB5
  HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
  HAVE_KRB5_C_ENCTYPE_COMPARE
  HAVE_KRB5_C_VERIFY_CHECKSUM
  HAVE_KRB5_ENCRYPT_BLOCK
  HAVE_KRB5_ENCRYPT_DATA
  HAVE_KRB5_FREE_DATA_CONTENTS
  HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS