[Samba] can't create user entries in smbpasswd

Hans Graudenz hgrauden at alcatel-research.de
Mon Jan 27 11:12:56 GMT 2003


Hi all,

after installing samba 2.2.5 (on Solaris8 running NIS+) it is not
possible to create user entries in smbpasswd.

I generated the smbpasswd file by
# cat /dev/null | /samba/samba-2.2.5/source/script/mksmbpasswd.sh >
/usr/local/samba/private/smbpasswd

-----
without starting samba daemons I then tried to create user entry "dummy"
in smbpasswd by
(user "dummy" exists under NIS+)

# smbpasswd -a dummy
New SMB password:
Retype new SMB password:
NIS+ lookup failure: Database for table does not exist
Failed to add entry for user dummy.
Failed to modify password entry for user dummy

-----

the /etc/nsswitch.conf looks like following

#
# /etc/nsswitch.nisplus:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# uses NIS+ (NIS Version 3) in conjunction with files.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet"
transports.

# the following two lines obviate the "+" entry in /etc/passwd and
/etc/group.
passwd:     files nisplus
group:      files nisplus

# consult /etc "files" only if nisplus is down.
#hosts:      nisplus [NOTFOUND=return] files
ipnodes:    files
# Uncomment the following line and comment out the above to resolve
# both IPv4 and IPv6 addresses from the ipnodes databases. Note that
# IPv4 addresses are searched in all of the ipnodes databases before
# searching the hosts databases. Before turning this option on, consult
# the Network Administration Guide for more details on using IPv6.
#ipnodes:    nisplus [NOTFOUND=return] files
hosts:  files nisplus dns

#Uncomment the following line, and comment out the above, to use both
DNS
#and NIS+.  You must also set up the /etc/resolv.conf file for DNS name
#server lookup.  See resolv.conf(4).
#hosts:     nisplus dns [NOTFOUND=return] files

services:   nisplus [NOTFOUND=return] files
networks:   nisplus [NOTFOUND=return] files
protocols:  nisplus [NOTFOUND=return] files
rpc:        nisplus [NOTFOUND=return] files
ethers:     nisplus [NOTFOUND=return] files
netmasks:   nisplus [NOTFOUND=return] files
bootparams:     files nisplus

publickey:  nisplus

netgroup:   nisplus

automount:  files nisplus
aliases:    files nisplus
sendmailvars:   files nisplus

printers:       user nisplus files xfn

auth_attr:  files nisplus
prof_attr:  files nisplus
project:    files

-----

smb.conf looks like following

# Global parameters
[global]
        workgroup = ABC
        netbios name = SAMSER
        server string = Samba 2.2.5 on SAMSER
        interfaces = < samba server IP address >/255.255.255.0
        security = USER
        encrypt passwords = Yes
        log level = 1
        log file = /var/opt/samba/log.%m
        load printers = No
        wins server = < Wins sever IP address >
        create mask = 0774
        directory mask = 0775

[home]
        comment = %u home dir
        path = /export/home/%u
        read only = No
        create mask = 0750
        directory mask = 0750
        hosts allow = localhost, < subnet IP address>/255.255.255.0

[users]
        comment = users
        path = /export/home
        read only = No
        create mask = 0754
        directory mask = 0755
        hosts allow = localhost, < subnet IP address >/255.255.255.0

-----

"configure" I did like following

/archive/samba/samba-2.2.5/source # ./configure
--prefix=/usr/local/samba --exec-prefix=/usr/local/samba
--with-acl-support --with-nisplussam --with-nisplus-home
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... ./install-sh -c
checking for gawk... (cached) gawk
checking if the linker (ld) is GNU ld... (cached) no
checking for passwd... (cached) /usr/bin/passwd
checking whether gcc and cc understand -c and -o together... (cached)
yes
checking that the C compiler understands volatile... (cached) yes
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking config.cache system type... same
enabling large file support
checking for inline... (cached) inline
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached)
yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for grp.h... (cached) yes
checking for sys/id.h... (cached) no
checking for limits.h... (cached) yes
checking for memory.h... (cached) yes
checking for net/if.h... (cached) yes
checking for compat.h... (cached) no
checking for rpc/rpc.h... (cached) yes
checking for rpcsvc/nis.h... (cached) yes
checking for rpcsvc/yp_prot.h... (cached) yes
checking for rpcsvc/ypclnt.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for syslog.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for sys/mode.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/filio.h... (cached) yes
checking for sys/priv.h... (cached) no
checking for sys/shm.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for syslog.h... (cached) yes
checking for sys/syslog.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for sys/fs/s5param.h... (cached) no
checking for sys/filsys.h... (cached) no
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking for sys/termio.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/dustat.h... (cached) no
checking for sys/statvfs.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/sockio.h... (cached) yes
checking for security/pam_modules.h... (cached) yes
checking for security/_pam_macros.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for synch.h... (cached) yes
checking for pthread.h... (cached) yes
checking for nsswitch.h... (cached) yes
checking for shadow.h... (cached) yes
checking for netinet/ip.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking for netinet/in_systm.h... (cached) yes
checking for netinet/in_ip.h... (cached) no
checking for nss.h... (cached) no
checking for nss_common.h... (cached) yes
checking for ns_api.h... (cached) no
checking for sys/security.h... (cached) no
checking for security/pam_appl.h... (cached) yes
checking for security/pam_modules.h... (cached) yes
checking for stropts.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/capability.h... (cached) no
checking for syscall.h... (cached) no
checking for sys/syscall.h... (cached) yes
checking for sys/acl.h... (cached) yes
checking for sys/cdefs.h... (cached) no
checking for glob.h... (cached) yes
checking for utmp.h... (cached) yes
checking for utmpx.h... (cached) yes
checking for lastlog.h... (cached) yes
checking for sys/fs/vx_quota.h... (cached) no
checking for linux/xqm.h... (cached) no
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of short... (cached) 2
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) yes
checking whether char is unsigned... (cached) no
checking return type of signal handlers... (cached) void
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for d_off in dirent... (cached) yes
checking for ino_t... (cached) yes
checking for loff_t... (cached) no
checking for offset_t... (cached) yes
checking for ssize_t... (cached) yes
checking for wchar_t... (cached) yes
checking for cups-config... no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for immediate structures... (cached) yes
checking for unix domain sockets... (cached) yes
checking for socklen_t type... (cached) yes
checking for sig_atomic_t type... (cached) yes
checking for errno declaration... (cached) yes
checking for setresuid declaration... (cached) no
checking for setresgid declaration... (cached) no
checking for asprintf declaration... (cached) no
checking for vasprintf declaration... (cached) no
checking for vsnprintf declaration... (cached) yes
checking for snprintf declaration... (cached) yes
checking for real setresuid... (cached) no
checking for real setresgid... (cached) no
checking for 8-bit clean memcmp... (cached) yes
checking whether to use readline... yes
checking for readline.h... (cached) no
checking for history.h... (cached) no
checking for readline/readline.h... (cached) yes
checking for readline/history.h... (cached) yes
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) yes
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lcurses... (cached) yes
checking for rl_callback_handler_install in -lreadline... (cached) yes
checking for connect... (cached) no
checking for printf in -lnsl_s... (cached) no
checking for printf in -lnsl... (cached) yes
checking for connect in -lsocket... (cached) yes
checking for connect in -linet... (cached) no
checking for yp_get_default_domain... (cached) yes
checking for execl... (cached) yes
checking for dlopen... (cached) no
checking for dlclose... (cached) yes
checking for dlsym... (cached) yes
checking for dlerror... (cached) yes
checking for waitpid... (cached) yes
checking for getcwd... (cached) yes
checking for strdup... (cached) yes
checking for strndup... (cached) no
checking for strnlen... (cached) no
checking for strtoul... (cached) yes
checking for strerror... (cached) yes
checking for chown... (cached) yes
checking for fchown... (cached) yes
checking for chmod... (cached) yes
checking for fchmod... (cached) yes
checking for chroot... (cached) yes
checking for link... (cached) yes
checking for fstat... (cached) yes
checking for strchr... (cached) yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for getrlimit... (cached) yes
checking for fsync... (cached) yes
checking for bzero... (cached) yes
checking for memset... (cached) yes
checking for strlcpy... (cached) yes
checking for strlcat... (cached) yes
checking for setpgid... (cached) yes
checking for mknod... (cached) yes
checking for mknod64... (cached) no
checking for memmove... (cached) yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... (cached) no
checking for vasprintf... (cached) no
checking for setsid... (cached) yes
checking for glob... (cached) yes
checking for strpbrk... (cached) yes
checking for pipe... (cached) yes
checking for crypt16... (cached) no
checking for getauthuid... (cached) no
checking for strftime... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigblock... (cached) no
checking for sigaction... (cached) yes
checking for sigset... (cached) yes
checking for innetgr... (cached) yes
checking for setnetgrent... (cached) yes
checking for getnetgrent... (cached) yes
checking for endnetgrent... (cached) yes
checking for initgroups... (cached) yes
checking for select... (cached) yes
checking for poll... (cached) yes
checking for rdchk... (cached) no
checking for getgrnam... (cached) yes
checking for getgrent... (cached) yes
checking for pathconf... (cached) yes
checking for realpath... (cached) yes
checking for setpriv... (cached) no
checking for setgidx... (cached) no
checking for setuidx... (cached) no
checking for setgroups... (cached) yes
checking for sysconf... (cached) yes
checking for mktime... (cached) yes
checking for rename... (cached) yes
checking for ftruncate... (cached) yes
checking for stat64... (cached) yes
checking for fstat64... (cached) yes
checking for lstat64... (cached) yes
checking for fopen64... (cached) yes
checking for atexit... (cached) yes
checking for grantpt... (cached) yes
checking for dup2... (cached) yes
checking for lseek64... (cached) yes
checking for ftruncate64... (cached) yes
checking for readdir64... (cached) yes
checking for fseek64... (cached) no
checking for fseeko64... (cached) yes
checking for ftell64... (cached) no
checking for ftello64... (cached) yes
checking for setluid... (cached) no
checking for getpwanam... (cached) no
checking for setlinebuf... (cached) yes
checking for srandom... (cached) yes
checking for random... (cached) yes
checking for srand... (cached) yes
checking for rand... (cached) yes
checking for setenv... (cached) no
checking for usleep... (cached) yes
checking for strcasecmp... (cached) yes
checking for fcvt... (cached) yes
checking for fcvtl... (cached) no
checking for symlink... (cached) yes
checking for readlink... (cached) yes
checking for syslog... (cached) yes
checking for vsyslog... (cached) yes
checking for syscall... (cached) yes
checking for _dup... (cached) yes
checking for _dup2... (cached) yes
checking for _opendir... (cached) yes
checking for _readdir... (cached) yes
checking for _seekdir... (cached) yes
checking for _telldir... (cached) yes
checking for _closedir... (cached) yes
checking for __dup... (cached) no
checking for __dup2... (cached) no
checking for __opendir... (cached) no
checking for __readdir... (cached) no
checking for __seekdir... (cached) no
checking for __telldir... (cached) no
checking for __closedir... (cached) no
checking for __getcwd... (cached) no
checking for _getcwd... (cached) yes
checking for __xstat... (cached) no
checking for __fxstat... (cached) no
checking for __lxstat... (cached) no
checking for _stat... (cached) yes
checking for _lstat... (cached) yes
checking for _fstat... (cached) yes
checking for __stat... (cached) no
checking for __lstat... (cached) no
checking for __fstat... (cached) no
checking for _acl... (cached) yes
checking for __acl... (cached) no
checking for _facl... (cached) yes
checking for __facl... (cached) no
checking for _open... (cached) yes
checking for __open... (cached) no
checking for _chdir... (cached) yes
checking for __chdir... (cached) no
checking for _close... (cached) yes
checking for __close... (cached) no
checking for _fchdir... (cached) yes
checking for __fchdir... (cached) no
checking for _fcntl... (cached) yes
checking for __fcntl... (cached) no
checking for getdents... (cached) yes
checking for _getdents... (cached) yes
checking for __getdents... (cached) no
checking for _lseek... (cached) yes
checking for __lseek... (cached) no
checking for _read... (cached) yes
checking for __read... (cached) no
checking for _write... (cached) yes
checking for __write... (cached) no
checking for _fork... (cached) yes
checking for __fork... (cached) no
checking for _stat64... (cached) yes
checking for __stat64... (cached) no
checking for _fstat64... (cached) yes
checking for __fstat64... (cached) no
checking for _lstat64... (cached) yes
checking for __lstat64... (cached) no
checking for __sys_llseek... (cached) no
checking for llseek... (cached) yes
checking for _llseek... (cached) yes
checking for __llseek... (cached) no
checking for readdir64... (cached) yes
checking for _readdir64... (cached) yes
checking for __readdir64... (cached) no
checking for pread... (cached) yes
checking for _pread... (cached) yes
checking for __pread... (cached) no
checking for pread64... (cached) yes
checking for _pread64... (cached) yes
checking for __pread64... (cached) no
checking for pwrite... (cached) yes
checking for _pwrite... (cached) yes
checking for __pwrite... (cached) no
checking for pwrite64... (cached) yes
checking for _pwrite64... (cached) yes
checking for __pwrite64... (cached) no
checking for open64... (cached) yes
checking for _open64... (cached) yes
checking for __open64... (cached) no
checking for creat64... (cached) yes
checking for putprpwnam in -lsecurity... (cached) no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... (cached) no
checking for putprpwnam... (cached) no
checking for set_auth_parameters in -lsecurity... (cached) no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsec... (cached) no
checking for set_auth_parameters... (cached) no
checking for getspnam in -lgen... (cached) yes
checking for getspnam... (cached) yes
checking for getspnam in -lsecurity... (cached) no
checking for getspnam... (cached) yes
checking for getspnam in -lsec... (cached) yes
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... (cached) no
checking for bigcrypt... (cached) no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam... (cached) no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -G
checking compiler flags for position-independent code...
checking for long long... (cached) yes
checking for LL suffix on long long integers... (cached) yes
checking for 64 bit off_t... (cached) yes
checking for off64_t... (cached) no
checking for 64 bit ino_t... (cached) yes
checking for ino64_t... (cached) no
checking for dev64_t... (cached) no
checking for struct dirent64... (cached) yes
checking for major macro... (cached) no
checking for minor macro... (cached) no
checking for makedev macro... (cached) no
checking for unsigned char... (cached) no
checking for sin_len in sock... (cached) no
checking whether seekdir returns void... (cached) yes
checking for __FILE__ macro... (cached) yes
checking for __FUNCTION__ macro... (cached) yes
checking if gettimeofday takes tz argument... (cached) yes
checking for __va_copy... (cached) yes
checking for C99 vsnprintf... (cached) no
checking for broken readdir... (cached) no
checking for utimbuf... (cached) yes
checking for pututline... (cached) yes
checking for pututxline... (cached) yes
checking for updwtmp... (cached) yes
checking for updwtmpx... (cached) yes
checking for getutmpx... (cached) yes
checking for ut_name in utmp... (cached) yes
checking for ut_user in utmp... (cached) yes
checking for ut_id in utmp... (cached) yes
checking for ut_host in utmp... (cached) no
checking for ut_time in utmp... (cached) yes
checking for ut_tv in utmp... (cached) no
checking for ut_type in utmp... (cached) yes
checking for ut_pid in utmp... (cached) yes
checking for ut_exit in utmp... (cached) yes
checking for ut_addr in utmp... (cached) no
checking whether pututline returns pointer... (cached) yes
checking for ut_syslen in utmpx... (cached) yes
checking for Linux kernel oplocks... (cached) no
checking for kernel change notify support... (cached) no
checking for kernel share modes... (cached) no
checking for IRIX kernel oplock type definitions... (cached) no
checking for irix specific capabilities... (cached) no
checking for int16 typedef included by rpc/rpc.h... (cached) no
checking for uint16 typedef included by rpc/rpc.h... (cached) no
checking for int32 typedef included by rpc/rpc.h... (cached) no
checking for uint32 typedef included by rpc/rpc.h... (cached) no
checking for conflicting AUTH_ERROR define in rpc/rpc.h... (cached) no
checking for test routines... yes
checking for ftruncate extend... (cached) yes
checking for broken getgroups... (cached) no
checking whether getpass should be replaced... (cached) no
checking for broken inet_ntoa... (cached) no
checking for secure mkstemp... (cached) yes
checking for sysconf(_SC_NGROUPS_MAX)... (cached) yes
checking for root... (cached) yes
checking for iface AIX... (cached) no
checking for iface ifconf... (cached) yes
checking for setresuid... (cached) no
checking for setreuid... (cached) yes
checking for working mmap... (cached) yes
checking for ftruncate needs root... (cached) no
checking for fcntl locking... (cached) yes
checking for broken (glibc2.1/x86) 64 bit fcntl locking... (cached) no
checking for 64 bit fcntl locking... (cached) yes
checking for st_blocks in struct stat... (cached) yes
checking for broken nisplus include files... (cached) yes
checking whether to use smbwrapper... no
checking whether to use AFS... no
checking whether to use DCE/DFS auth... no
checking whether to use Kerberos IV... no
checking whether to use Kerberos 5... no
checking whether to use AUTOMOUNT... no
checking whether to use SMBMOUNT... no
checking whether to use PAM password database... no
checking for pam_get_data in -lpam... (cached) yes
checking whether to use pam_smbpass... no
checking for crypt... (cached) yes
checking for a crypt that needs truncated salt... (cached) no
checking whether to use TDB SAM database... no
checking whether to use LDAP SAM database... no
checking whether to use NISPLUS SAM database... yes
checking whether to use traditional smbpasswd file... no
checking whether to use NISPLUS_HOME... yes
checking whether to use SSL... no
checking whether to use syslog logging... no
checking whether to use profiling... no
checking whether to support disk-quotas... no
checking whether to support utmp accounting... no
checking whether to support Microsoft Dfs... no
checking whether to build the libsmbclient shared library... no
checking how to get filesystem space usage
checking statvfs64 function (SVR4)... (cached) yes
checking if large file support can be enabled... yes
checking whether to support ACLs... Using solaris ACLs
checking whether to build winbind... yes
checking whether to enable winbind auth challenge/response code...
checking whether or not getgroups returns EGID too many times...
(cached) no
checking whether struct passwd has pw_comment... (cached) yes
checking whether struct passwd has pw_age... (cached) yes
checking for poptGetContext in -lpopt... (cached) no
checking whether to use included popt... ./popt
checking configure summary... yes
creating ./config.status
creating include/stamp-h
creating Makefile
creating script/findsmb
creating include/config.h

-----

"make" like following

/archive/samba/samba-2.2.5/source # make
Using FLAGS =  -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/sbin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks"
-DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/usr/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
-DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using FLAGS32 =  -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/sbin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks"
-DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/usr/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
-DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using LIBS = -lsec -lgen -lsocket -lnsl  -ldl

-----

"make install" like following

/archive/samba/samba-2.2.5/source # make install
Using FLAGS =  -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/sbin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks"
-DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/usr/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
-DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using FLAGS32 =  -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/sbin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks"
-DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/usr/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
-DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using LIBS = -lsec -lgen -lsocket -lnsl  -ldl
/bin/sh ./install-sh -d -m 0755 /usr/local/samba
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/sbin
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/bin
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/lib
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/var
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/var/locks
/bin/sh ./install-sh -d -m 0755 /usr/local/samba/lib/codepages
Installing bin/smbd as /usr/local/samba/sbin/smbd
Installing bin/nmbd as /usr/local/samba/sbin/nmbd
Installing bin/swat as /usr/local/samba/sbin/swat
Installing bin/winbindd as /usr/local/samba/sbin/winbindd
======================================================================
The binaries are installed. You may restore the old binaries (if there
were any) using the command "make revert". You may uninstall the
binaries
using the command "make uninstallbin" or "make uninstall" to uninstall
binaries, man pages and shell scripts.
======================================================================
Installing bin/smbclient as /usr/local/samba/bin/smbclient
Installing bin/smbspool as /usr/local/samba/bin/smbspool
Installing bin/testparm as /usr/local/samba/bin/testparm
Installing bin/testprns as /usr/local/samba/bin/testprns
Installing bin/smbstatus as /usr/local/samba/bin/smbstatus
Installing bin/smbcontrol as /usr/local/samba/bin/smbcontrol
Installing bin/tdbbackup as /usr/local/samba/bin/tdbbackup
Installing bin/make_printerdef as /usr/local/samba/bin/make_printerdef
Installing bin/smbpasswd as /usr/local/samba/bin/smbpasswd
Installing bin/make_smbcodepage as /usr/local/samba/bin/make_smbcodepage

Installing bin/rpcclient as /usr/local/samba/bin/rpcclient
Installing bin/make_unicodemap as /usr/local/samba/bin/make_unicodemap
Installing bin/smbcacls as /usr/local/samba/bin/smbcacls
Installing bin/pdbedit as /usr/local/samba/bin/pdbedit
Installing bin/nmblookup as /usr/local/samba/bin/nmblookup
Installing bin/wbinfo as /usr/local/samba/bin/wbinfo
======================================================================
The binaries are installed. You may restore the old binaries (if there
were any) using the command "make revert". You may uninstall the
binaries
using the command "make uninstallbin" or "make uninstall" to uninstall
binaries, man pages and shell scripts.
======================================================================
Installing man pages in /usr/local/samba/man
======================================================================
The man pages have been installed. You may uninstall them using the
command
the command "make uninstallman" or make "uninstall" to uninstall
binaries,
man pages and shell scripts.
======================================================================
Installing scripts in /usr/local/samba/bin
Installing /usr/local/samba/bin/smbtar
Installing /usr/local/samba/bin/findsmb
======================================================================
The scripts have been installed. You may uninstall them using
the command "make uninstallscripts" or "make install" to install
binaries,
man pages and shell scripts. You may recover the previous version (if
any
by "make revert".
======================================================================
Installing codepage files in /usr/local/samba/lib/codepages
Creating codepage file /usr/local/samba/lib/codepages/codepage.437
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.437
Creating codepage file /usr/local/samba/lib/codepages/codepage.737
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.737
Creating codepage file /usr/local/samba/lib/codepages/codepage.775
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.775
Creating codepage file /usr/local/samba/lib/codepages/codepage.850
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.850
Creating codepage file /usr/local/samba/lib/codepages/codepage.852
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.852
Creating codepage file /usr/local/samba/lib/codepages/codepage.861
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.861
Creating codepage file /usr/local/samba/lib/codepages/codepage.932
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.932
Creating codepage file /usr/local/samba/lib/codepages/codepage.866
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.866
Creating codepage file /usr/local/samba/lib/codepages/codepage.949
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.949
Creating codepage file /usr/local/samba/lib/codepages/codepage.950
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.950
Creating codepage file /usr/local/samba/lib/codepages/codepage.936
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.936
Creating codepage file /usr/local/samba/lib/codepages/codepage.1251
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.1251
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-1
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-2
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-5
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-7
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.KOI8-R
Creating codepage file /usr/local/samba/lib/codepages/codepage.857
Creating unicode map /usr/local/samba/lib/codepages/unicode_map.857
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-9
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-13
Creating unicode map
/usr/local/samba/lib/codepages/unicode_map.ISO8859-15
======================================================================
The code pages have been installed. You may uninstall them using the
command "make uninstallcp" or make "uninstall" to uninstall binaries,
man pages, shell scripts and code pages.
======================================================================
Installing SWAT in /usr/local/samba/swat
Installing the Samba Web Administration Tool
/usr/local/samba/swat/images/globals.gif
/usr/local/samba/swat/images/home.gif
/usr/local/samba/swat/images/passwd.gif
/usr/local/samba/swat/images/printers.gif
/usr/local/samba/swat/images/samba.gif
/usr/local/samba/swat/images/shares.gif
/usr/local/samba/swat/images/status.gif
/usr/local/samba/swat/images/viewconfig.gif
/usr/local/samba/swat/help/welcome.html
/usr/local/samba/swat/help/CVS-Access.html
/usr/local/samba/swat/help/DOMAIN_MEMBER.html
/usr/local/samba/swat/help/ENCRYPTION.html
/usr/local/samba/swat/help/Integrating-with-Windows.html
/usr/local/samba/swat/help/NT_Security.html
/usr/local/samba/swat/help/OS2-Client-HOWTO.html
/usr/local/samba/swat/help/PAM-Authentication-And-Samba.html
/usr/local/samba/swat/help/Samba-BDC-HOWTO.html
/usr/local/samba/swat/help/Samba-HOWTO-Collection.html
/usr/local/samba/swat/help/Samba-LDAP-HOWTO.html
/usr/local/samba/swat/help/Samba-PDC-HOWTO.html
/usr/local/samba/swat/help/UNIX_INSTALL.html
/usr/local/samba/swat/help/cups.html
/usr/local/samba/swat/help/findsmb.1.html
/usr/local/samba/swat/help/lmhosts.5.html
/usr/local/samba/swat/help/make_smbcodepage.1.html
/usr/local/samba/swat/help/make_unicodemap.1.html
/usr/local/samba/swat/help/msdfs_setup.html
/usr/local/samba/swat/help/nmbd.8.html
/usr/local/samba/swat/help/nmblookup.1.html
/usr/local/samba/swat/help/pdbedit.8.html
/usr/local/samba/swat/help/printer_driver2.html
/usr/local/samba/swat/help/rpcclient.1.html
/usr/local/samba/swat/help/samba.7.html
/usr/local/samba/swat/help/smb.conf.5.html
/usr/local/samba/swat/help/smbcacls.1.html
/usr/local/samba/swat/help/smbclient.1.html
/usr/local/samba/swat/help/smbcontrol.1.html
/usr/local/samba/swat/help/smbd.8.html
/usr/local/samba/swat/help/smbmnt.8.html
/usr/local/samba/swat/help/smbmount.8.html
/usr/local/samba/swat/help/smbpasswd.5.html
/usr/local/samba/swat/help/smbpasswd.8.html
/usr/local/samba/swat/help/smbsh.1.html
/usr/local/samba/swat/help/smbspool.8.html
/usr/local/samba/swat/help/smbstatus.1.html
/usr/local/samba/swat/help/smbtar.1.html
/usr/local/samba/swat/help/smbumount.8.html
/usr/local/samba/swat/help/swat.8.html
/usr/local/samba/swat/help/testparm.1.html
/usr/local/samba/swat/help/testprns.1.html
/usr/local/samba/swat/help/wbinfo.1.html
/usr/local/samba/swat/help/winbind.html
/usr/local/samba/swat/help/winbindd.8.html
/usr/local/samba/swat/include/footer.html
/usr/local/samba/swat/include/header.html
/usr/local/samba/swat/using_samba/appa_01.html
/usr/local/samba/swat/using_samba/appa_02.html
/usr/local/samba/swat/using_samba/appa_03.html
/usr/local/samba/swat/using_samba/appa_04.html
/usr/local/samba/swat/using_samba/appa_05.html
/usr/local/samba/swat/using_samba/appb_01.html
/usr/local/samba/swat/using_samba/appb_02.html
/usr/local/samba/swat/using_samba/appb_03.html
/usr/local/samba/swat/using_samba/appc_01.html
/usr/local/samba/swat/using_samba/appd_01.html
/usr/local/samba/swat/using_samba/appe_01.html
/usr/local/samba/swat/using_samba/appf_01.html
/usr/local/samba/swat/using_samba/ch01_01.html
/usr/local/samba/swat/using_samba/ch01_02.html
/usr/local/samba/swat/using_samba/ch01_03.html
/usr/local/samba/swat/using_samba/ch01_04.html
/usr/local/samba/swat/using_samba/ch01_05.html
/usr/local/samba/swat/using_samba/ch01_06.html
/usr/local/samba/swat/using_samba/ch01_07.html
/usr/local/samba/swat/using_samba/ch01_08.html
/usr/local/samba/swat/using_samba/ch02_01.html
/usr/local/samba/swat/using_samba/ch02_02.html
/usr/local/samba/swat/using_samba/ch02_03.html
/usr/local/samba/swat/using_samba/ch02_04.html
/usr/local/samba/swat/using_samba/ch02_05.html
/usr/local/samba/swat/using_samba/ch02_06.html
/usr/local/samba/swat/using_samba/ch03_01.html
/usr/local/samba/swat/using_samba/ch03_02.html
/usr/local/samba/swat/using_samba/ch03_03.html
/usr/local/samba/swat/using_samba/ch04_01.html
/usr/local/samba/swat/using_samba/ch04_02.html
/usr/local/samba/swat/using_samba/ch04_03.html
/usr/local/samba/swat/using_samba/ch04_04.html
/usr/local/samba/swat/using_samba/ch04_05.html
/usr/local/samba/swat/using_samba/ch04_06.html
/usr/local/samba/swat/using_samba/ch04_07.html
/usr/local/samba/swat/using_samba/ch04_08.html
/usr/local/samba/swat/using_samba/ch05_01.html
/usr/local/samba/swat/using_samba/ch05_02.html
/usr/local/samba/swat/using_samba/ch05_03.html
/usr/local/samba/swat/using_samba/ch05_04.html
/usr/local/samba/swat/using_samba/ch05_05.html
/usr/local/samba/swat/using_samba/ch06_01.html
/usr/local/samba/swat/using_samba/ch06_02.html
/usr/local/samba/swat/using_samba/ch06_03.html
/usr/local/samba/swat/using_samba/ch06_04.html
/usr/local/samba/swat/using_samba/ch06_05.html
/usr/local/samba/swat/using_samba/ch06_06.html
/usr/local/samba/swat/using_samba/ch07_01.html
/usr/local/samba/swat/using_samba/ch07_02.html
/usr/local/samba/swat/using_samba/ch07_03.html
/usr/local/samba/swat/using_samba/ch08_01.html
/usr/local/samba/swat/using_samba/ch08_02.html
/usr/local/samba/swat/using_samba/ch08_03.html
/usr/local/samba/swat/using_samba/ch08_04.html
/usr/local/samba/swat/using_samba/ch08_05.html
/usr/local/samba/swat/using_samba/ch08_06.html
/usr/local/samba/swat/using_samba/ch08_07.html
/usr/local/samba/swat/using_samba/ch09_01.html
/usr/local/samba/swat/using_samba/ch09_02.html
/usr/local/samba/swat/using_samba/ch09_03.html
/usr/local/samba/swat/using_samba/index.html
/usr/local/samba/swat/using_samba/inx.html
/usr/local/samba/swat/using_samba/licenseinfo.html
/usr/local/samba/swat/using_samba/this_edition.html
/usr/local/samba/swat/using_samba/figs/sam.0101.gif
/usr/local/samba/swat/using_samba/figs/sam.0102.gif
/usr/local/samba/swat/using_samba/figs/sam.0103.gif
/usr/local/samba/swat/using_samba/figs/sam.0104.gif
/usr/local/samba/swat/using_samba/figs/sam.0105.gif
/usr/local/samba/swat/using_samba/figs/sam.0106.gif
/usr/local/samba/swat/using_samba/figs/sam.0107.gif
/usr/local/samba/swat/using_samba/figs/sam.0108.gif
/usr/local/samba/swat/using_samba/figs/sam.0109.gif
/usr/local/samba/swat/using_samba/figs/sam.0110.gif
/usr/local/samba/swat/using_samba/figs/sam.0111.gif
/usr/local/samba/swat/using_samba/figs/sam.0112.gif
/usr/local/samba/swat/using_samba/figs/sam.0113.gif
/usr/local/samba/swat/using_samba/figs/sam.0114.gif
/usr/local/samba/swat/using_samba/figs/sam.0201.gif
/usr/local/samba/swat/using_samba/figs/sam.0202.gif
/usr/local/samba/swat/using_samba/figs/sam.0203.gif
/usr/local/samba/swat/using_samba/figs/sam.0204.gif
/usr/local/samba/swat/using_samba/figs/sam.0301.gif
/usr/local/samba/swat/using_samba/figs/sam.0302.gif
/usr/local/samba/swat/using_samba/figs/sam.0303.gif
/usr/local/samba/swat/using_samba/figs/sam.0304.gif
/usr/local/samba/swat/using_samba/figs/sam.0305.gif
/usr/local/samba/swat/using_samba/figs/sam.0306.gif
/usr/local/samba/swat/using_samba/figs/sam.0307.gif
/usr/local/samba/swat/using_samba/figs/sam.0308.gif
/usr/local/samba/swat/using_samba/figs/sam.0309.gif
/usr/local/samba/swat/using_samba/figs/sam.0310.gif
/usr/local/samba/swat/using_samba/figs/sam.0311.gif
/usr/local/samba/swat/using_samba/figs/sam.0312.gif
/usr/local/samba/swat/using_samba/figs/sam.0313.gif
/usr/local/samba/swat/using_samba/figs/sam.0314.gif
/usr/local/samba/swat/using_samba/figs/sam.0315.gif
/usr/local/samba/swat/using_samba/figs/sam.0316.gif
/usr/local/samba/swat/using_samba/figs/sam.0317.gif
/usr/local/samba/swat/using_samba/figs/sam.0318.gif
/usr/local/samba/swat/using_samba/figs/sam.0319.gif
/usr/local/samba/swat/using_samba/figs/sam.0320.gif
/usr/local/samba/swat/using_samba/figs/sam.0321.gif
/usr/local/samba/swat/using_samba/figs/sam.0322.gif
/usr/local/samba/swat/using_samba/figs/sam.0323.gif
/usr/local/samba/swat/using_samba/figs/sam.0324.gif
/usr/local/samba/swat/using_samba/figs/sam.0325.gif
/usr/local/samba/swat/using_samba/figs/sam.0326.gif
/usr/local/samba/swat/using_samba/figs/sam.0327.gif
/usr/local/samba/swat/using_samba/figs/sam.0328.gif
/usr/local/samba/swat/using_samba/figs/sam.0401.gif
/usr/local/samba/swat/using_samba/figs/sam.0402.gif
/usr/local/samba/swat/using_samba/figs/sam.0403.gif
/usr/local/samba/swat/using_samba/figs/sam.0404.gif
/usr/local/samba/swat/using_samba/figs/sam.0405.gif
/usr/local/samba/swat/using_samba/figs/sam.0406.gif
/usr/local/samba/swat/using_samba/figs/sam.0407.gif
/usr/local/samba/swat/using_samba/figs/sam.0501.gif
/usr/local/samba/swat/using_samba/figs/sam.0502.gif
/usr/local/samba/swat/using_samba/figs/sam.0503.gif
/usr/local/samba/swat/using_samba/figs/sam.0504.gif
/usr/local/samba/swat/using_samba/figs/sam.0505.gif
/usr/local/samba/swat/using_samba/figs/sam.0506.gif
/usr/local/samba/swat/using_samba/figs/sam.0507.gif
/usr/local/samba/swat/using_samba/figs/sam.0508.gif
/usr/local/samba/swat/using_samba/figs/sam.0601.gif
/usr/local/samba/swat/using_samba/figs/sam.0602.gif
/usr/local/samba/swat/using_samba/figs/sam.0603.gif
/usr/local/samba/swat/using_samba/figs/sam.0604.gif
/usr/local/samba/swat/using_samba/figs/sam.0605.gif
/usr/local/samba/swat/using_samba/figs/sam.0606.gif
/usr/local/samba/swat/using_samba/figs/sam.0701.gif
/usr/local/samba/swat/using_samba/figs/sam.0702.gif
/usr/local/samba/swat/using_samba/figs/sam.0703.gif
/usr/local/samba/swat/using_samba/figs/sam.0704.gif
/usr/local/samba/swat/using_samba/figs/sam.0705.gif
/usr/local/samba/swat/using_samba/figs/sam.0706.gif
/usr/local/samba/swat/using_samba/figs/sam.0707.gif
/usr/local/samba/swat/using_samba/figs/sam.0708.gif
/usr/local/samba/swat/using_samba/figs/sam.0709.gif
/usr/local/samba/swat/using_samba/figs/sam.0801.gif
/usr/local/samba/swat/using_samba/figs/sam.0802.gif
/usr/local/samba/swat/using_samba/figs/sam.0803.gif
/usr/local/samba/swat/using_samba/figs/sam.0804.gif
/usr/local/samba/swat/using_samba/figs/sam.0805.gif
/usr/local/samba/swat/using_samba/figs/sam.0901.gif
/usr/local/samba/swat/using_samba/figs/sam.0902.gif
/usr/local/samba/swat/using_samba/figs/sam.0903.gif
/usr/local/samba/swat/using_samba/figs/sam.0904.gif
/usr/local/samba/swat/using_samba/figs/sam.0905.gif
/usr/local/samba/swat/using_samba/figs/sam.aa01.gif
/usr/local/samba/swat/using_samba/figs/sam.ab01.gif
/usr/local/samba/swat/using_samba/figs/sam.ab02.gif
/usr/local/samba/swat/using_samba/gifs/index.gif
/usr/local/samba/swat/using_samba/gifs/samba.s.gif
/usr/local/samba/swat/using_samba/gifs/txthome.gif
/usr/local/samba/swat/using_samba/gifs/txtnexta.gif
/usr/local/samba/swat/using_samba/gifs/txtpreva.gif
======================================================================
The SWAT files have been installed. Remember to read the swat/README
for information on enabling and using SWAT
======================================================================


Can somebody help

Hans Graudenz

--
==========================================================
Hans Graudenz                   email: Hans.Graudenz at alcatel.de
Alcatel SEL                     phone: +49-711-821-36727
Dep. ZFZ/SR                     fax:   +49-711-821-32436
Holderaeckerstr. 35
D-70499 Stuttgart
Germany
==========================================================




More information about the samba mailing list