NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
getent with winbindd
Hi all,
is there anybody, who can tell me, how I can make '/usr/bin/getent' work
with nss_winbind ?
winbindd seems to work, since I get a list of domainusers with 'wbinfo -u'.
when i try 'getent passwd' there's only the list of local users.
I attached a ktrace-output, where one can see, that nss_winbind.so.0 is
found and opened, but getent doesn't even
try to use it. The same happens (or doesn't happen), if I make a
small C-Programm with only getpwent() in it.
On the other hand, if I put
passwd: files ldap
into /etc/nsswitch.conf I can see with ktrace,
that getent tries to lookup users via ldap (only my ldap setup doesnt
work yet).
NetBSD is NetBSD 4.0 and samba is Version 3.0.26a, most configuration
files are attached.
Thanks
Ingo
--
I. Meyer
meyer datasystems
Schluesselbergstr. 8/2.Stck
81673 Muenchen
info%meyer-datasystems.de@localhost
Tel: +49 89 22846106
Mobil: +49 162 4726634
3578 1 ktrace EMUL "netbsd"
3578 1 ktrace CALL execve(0xbfbfe86c,0xbfbfed40,0xbfbfed4c)
3578 1 ktrace NAMI "/home/ingo/bin/getent"
3578 1 ktrace RET execve -1 errno 2 No such file or directory
3578 1 ktrace CALL execve(0xbfbfe86c,0xbfbfed40,0xbfbfed4c)
3578 1 ktrace NAMI "/bin/getent"
3578 1 ktrace RET execve -1 errno 2 No such file or directory
3578 1 ktrace CALL execve(0xbfbfe86c,0xbfbfed40,0xbfbfed4c)
3578 1 ktrace NAMI "/sbin/getent"
3578 1 ktrace RET execve -1 errno 2 No such file or directory
3578 1 ktrace CALL execve(0xbfbfe86c,0xbfbfed40,0xbfbfed4c)
3578 1 ktrace NAMI "/usr/bin/getent"
3578 1 ktrace NAMI "/usr/libexec/ld.elf_so"
3578 1 getent EMUL "netbsd"
3578 1 getent RET execve JUSTRETURN
3578 1 getent CALL mmap(0,0x8000,3,0x1002,0xffffffff,0,0,0)
3578 1 getent RET mmap -1145135104/0xbbbea000
3578 1 getent CALL open(0xbbbfbb9e,0,0xffffffff)
3578 1 getent NAMI "/etc/ld.so.conf"
3578 1 getent RET open 3
3578 1 getent CALL __fstat30(3,0xbfbfec50)
3578 1 getent RET __fstat30 0
3578 1 getent CALL mmap(0,0x37,1,1,3,0,0,0)
3578 1 getent RET mmap -1145139200/0xbbbe9000
3578 1 getent CALL close(3)
3578 1 getent RET close 0
3578 1 getent CALL munmap(0xbbbe9000,0x37)
3578 1 getent RET munmap 0
3578 1 getent CALL open(0xbfbfe624,0,0)
3578 1 getent NAMI "/usr/lib/libc.so.12"
3578 1 getent RET open 3
3578 1 getent CALL __fstat30(3,0xbfbfe56c)
3578 1 getent RET __fstat30 0
3578 1 getent CALL mmap(0,0x1000,1,1,3,0,0,0)
3578 1 getent RET mmap -1145139200/0xbbbe9000
3578 1 getent CALL munmap(0xbbbe9000,0x1000)
3578 1 getent RET munmap 0
3578 1 getent CALL mmap(0,0xe0000,5,2,3,0,0,0)
3578 1 getent RET mmap -1146052608/0xbbb0a000
3578 1 getent CALL mmap(0xbbbd3000,0x7000,3,0x12,3,0,0xc9000,0)
3578 1 getent RET mmap -1145229312/0xbbbd3000
3578 1 getent CALL mmap(0xbbbda000,0x10000,3,0x1012,0xffffffff,0,0,0)
3578 1 getent RET mmap -1145200640/0xbbbda000
3578 1 getent CALL close(3)
3578 1 getent RET close 0
3578 1 getent CALL __sysctl(0xbfbfeca4,2,0xbbbde240,0xbfbfecac,0,0)
3578 1 getent RET __sysctl 0
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb48)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL open(0xbbbcf940,0,0x1b6)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET open 3
3578 1 getent CALL __sysctl(0xbfbfea00,2,0xbfbfea0c,0xbfbfea10,0,0)
3578 1 getent RET __sysctl 0
3578 1 getent CALL readlink(0xbbbd2148,0xbfbfea40,0x3f)
3578 1 getent NAMI "/etc/malloc.conf"
3578 1 getent RET readlink -1 errno 2 No such file or directory
3578 1 getent CALL mmap(0,0x1000,3,0x1002,0xffffffff,0,0,0)
3578 1 getent RET mmap -1146056704/0xbbb09000
3578 1 getent CALL break(0x804b8e0)
3578 1 getent RET break 0
3578 1 getent CALL break(0x804c8e0)
3578 1 getent RET break 0
3578 1 getent CALL break(0x804d000)
3578 1 getent RET break 0
3578 1 getent CALL break(0x804e000)
3578 1 getent RET break 0
3578 1 getent CALL break(0x804f000)
3578 1 getent RET break 0
3578 1 getent CALL break(0x8050000)
3578 1 getent RET break 0
3578 1 getent CALL break(0x8051000)
3578 1 getent RET break 0
3578 1 getent CALL __fstat30(3,0xbfbfe968)
3578 1 getent RET __fstat30 0
3578 1 getent CALL break(0x8055000)
3578 1 getent RET break 0
3578 1 getent CALL read(3,0x8051000,0x4000)
3578 1 getent GIO fd 3 read 677 bytes
"# $NetBSD: nsswitch.conf,v 1.5 1999/10/24 12:36:52 lukem Exp $
#
# nsswitch.conf(5) -
# name service switch configuration file
#
# These are the defaults in libc
#
passwd: files winbind
#passwd_compat: winbind
group: files winbind
#group_compat: winbind
#passwd: files winbind
#group: files winbind
shells: files
hosts: files dns
netgroup: files [notfound=return] nis
networks: files
# List of supported sources for each database
#
# group: compat, dns, files, nis
# group_compat: dns, nis
# hosts: dns, files, nis
# netgroup: files, nis
# networks: dns, files, nis
# passwd: compat, dns, files, nis
# passwd_compat: dns, nis
# shells: dns, files, nis
"
3578 1 getent RET read 677/0x2a5
3578 1 getent CALL read(3,0x8051000,0x4000)
3578 1 getent GIO fd 3 read 0 bytes
""
3578 1 getent RET read 0
3578 1 getent CALL break(0x8056000)
3578 1 getent RET break 0
3578 1 getent CALL open(0xbfbfdffc,0,0)
3578 1 getent NAMI "/usr/lib/nss_files.so.0"
3578 1 getent RET open -1 errno 2 No such file or directory
3578 1 getent CALL break(0x8057000)
3578 1 getent RET break 0
3578 1 getent CALL open(0xbfbfdffc,0,0)
3578 1 getent NAMI "/usr/lib/nss_winbind.so.0"
3578 1 getent RET open 4
3578 1 getent CALL __fstat30(4,0xbfbfdf44)
3578 1 getent RET __fstat30 0
3578 1 getent CALL mmap(0,0x1000,1,1,4,0,0,0)
3578 1 getent RET mmap -1146060800/0xbbb08000
3578 1 getent CALL munmap(0xbbb08000,0x1000)
3578 1 getent RET munmap 0
3578 1 getent CALL mmap(0,0x4000,5,2,4,0,0,0)
3578 1 getent RET mmap -1146073088/0xbbb05000
3578 1 getent CALL mmap(0xbbb08000,0x1000,3,0x12,4,0,0x3000,0)
3578 1 getent RET mmap -1146060800/0xbbb08000
3578 1 getent CALL mmap(0xbbb09000,0,3,0x1012,0xffffffff,0,0,0)
3578 1 getent RET mmap -1146056704/0xbbb09000
3578 1 getent CALL close(4)
3578 1 getent RET close 0
3578 1 getent CALL munmap(0xbbb05000,0x4000)
3578 1 getent RET munmap 0
3578 1 getent CALL break(0x8058000)
3578 1 getent RET break 0
3578 1 getent CALL open(0xbfbfdffc,0,0xbfbfdf44)
3578 1 getent NAMI "/usr/lib/nss_dns.so.0"
3578 1 getent RET open -1 errno 2 No such file or directory
3578 1 getent CALL open(0xbfbfdffc,0,0xbfbfdf44)
3578 1 getent NAMI "/usr/lib/nss_nis.so.0"
3578 1 getent RET open -1 errno 2 No such file or directory
3578 1 getent CALL close(3)
3578 1 getent RET close 0
3578 1 getent CALL geteuid
3578 1 getent RET geteuid 0
3578 1 getent CALL __stat30(0xbbbcbe03,0xbfbfeaa0)
3578 1 getent NAMI "/etc/spwd.db"
3578 1 getent RET __stat30 0
3578 1 getent CALL open(0xbbbcbe03,0,0)
3578 1 getent NAMI "/etc/spwd.db"
3578 1 getent RET open 3
3578 1 getent CALL fcntl(3,2,1)
3578 1 getent RET fcntl 0
3578 1 getent CALL __fstat30(3,0xbfbfeaa0)
3578 1 getent RET __fstat30 0
3578 1 getent CALL read(3,0x804d200,0x104)
3578 1 getent GIO fd 3 read 260 bytes
"\0\^F\^Ua\0\0\0\^B\0\0\^D\M-R\0\0\^P\0\0\0\0\f\0\0\^A\0\0\0\^A\0\0\0\0\
\b\0\0\0\^C\0\0\0\^B\0\0\0\a\0\0\0\^O\0\0\0\a\0\0\0 \0\0\0C\0\0\0\^A\
\M^Un}\M-c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^X\^A\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
3578 1 getent RET read 260/0x104
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL pread(3,0x8051000,0x1000,0,0x4000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^P\0\M-{\^O\M-6\^O\M-1\^Ol\^Og\^O\^^\^O\^Y\^O\M-P\^N\M-K\^N\M^B\^N|\
\^N6\^N1\^N\M-]\r\M-X\r\M^V\rp\r\M^V\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0.........
.....\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0getmail\0***\
**********\0g\0\0\0d\0\0\0\0\0\0\0\0\0/home/getmail\0/bin/sh\0\0\0\0\0\
\0\0\0\0002\^Q\0\0\0cyrus\0*************\0h\0\0\0\^F\0\0\0\0\0\0\0\0cy\
rus-sasl cyrus user\0/nonexistent\0/bin/sh\0\0\0\0\0\0\0\0\0003h\0\0\0\
_sdpd\0*\0\^W\0\0\0\^W\0\0\0\0\0\0\0\0& pseudo-user\0/nonexistent\0/sb\
in/nologin\0\0\0\0\0\0\0\0\0001_sdpdsshd\0*\0\^P\0\0\0\^P\0\0\0\0\0\0\
\0\0& pseudo-user\0/var/chroot/sshd\0/sbin/nologin\0\0\0\0\0\0\0\0\000\
3\^P\0\0\0sshd\0*\0\^P\0\0\0\^P\0\0\0\0\0\0\0\0& pseudo-user\0/var/chr\
oot/sshd\0/sbin/nologin\0\0\0\0\0\0\0\0\0001sshdntpd\0*\0\^O\0\0\0\^O\
\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/ntpd\0/sbin/nologin\0\0\0\0\
\0\0\0\0\0002 \0\0\0root\0Cs/Sq/svI0zLw\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\
harlie &,,,\0/root\0/bin/bash\0\0\0\0\0\0\0\0\0003\0\0\0\0root\0Cs/Sq/\
svI0zLw\0\0\0\0\0\0\0\0\0\0\0\0\0\0Charlie &,,,\0/root\0/bin/bash\0\0\
\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\^A\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL __fstat30(1,0xbfbfe2e8)
3578 1 getent RET __fstat30 0
3578 1 getent CALL break(0x8068000)
3578 1 getent RET break 0
3578 1 getent CALL ioctl(1,TIOCGETA,0xbfbfe328)
3578 1 getent GIO fd 1 read 44 bytes
"\^B#\0\0\a\0\0\0\0[\0\0\M-O\^E\0 \^D\M^?\M^?\b\^W\^U\^R\M^?\^C\^\\^Z\
\^Y\^Q\^S\^V\^O\^A\0\M^?\M^?\0\M^V\0\0\0\M^V\0\0"
3578 1 getent RET ioctl 0
3578 1 getent CALL write(1,0x8058000,0x34)
3578 1 getent GIO fd 1 wrote 52 bytes
"root:Cs/Sq/svI0zLw:0:0:Charlie &,,,:/root:/bin/bash
"
3578 1 getent RET write 52/0x34
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL pread(3,0x8052000,0x1000,0,0x5000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^R\0\M-{\^O\M-:\^O\M-5\^Ou\^Op\^O'\^O\^_\^O\M-Q\^N\M-J\^N\M^F\^N~\^N<\
\^N7\^N\M-y\r\M-r\r\M-'\r\M^\\rO\r%\rO\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0.....
......\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0schumacher\08rrt.WKP\
qJlnQ\0\M-i\^C\0\0d\0\0\0\0\0\0\0\0,,,\0/home/schumacher\0/bin/bash\0\
\0\0\0\0\0\0\0\0001schumachernobody\0*\0\M^?\^?\0\0'\0\0\0\0\0\0\0\0Un\
privileged user\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0001nobod\
ysamba\0*************\0f\0\0\0d\0\0\0\0\0\0\0\0\0/home/samba\0/bin/sh\
\0\0\0\0\0\0\0\0\0002\^R\0\0\0getmail\0*************\0g\0\0\0d\0\0\0\0\
\0\0\0\0\0/home/getmail\0/bin/sh\0\0\0\0\0\0\0\0\0001getmail_rwhod\0*\
\0\^S\0\0\0\^S\0\0\0\0\0\0\0\0& pseudo-user\0/var/rwho\0/sbin/nologin\
\0\0\0\0\0\0\0\0\0001_rwhod_pflogd\0*\0\^R\0\0\0\^R\0\0\0\0\0\0\0\0& p\
seudo-user\0/var/chroot/pflogd\0/sbin/nologin\0\0\0\0\0\0\0\0\0001_pfl\
ogdsshd\0*\0\^P\0\0\0\^P\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/ssh\
d\0/sbin/nologin\0\0\0\0\0\0\0\0\0002
\0\0\0daemon\0*\0\^A\0\0\0\^A\0\0\0\0\0\0\0\0The devil himself\0/\0/sb\
in/nologin\0\0\0\0\0\0\0\0\0003\^A\0\0\0toor\0*\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0Bourne-again Superuser\0/root\0/bin/sh\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\^B\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x30)
3578 1 getent GIO fd 1 wrote 48 bytes
"toor:*:0:0:Bourne-again Superuser:/root:/bin/sh
"
3578 1 getent RET write 48/0x30
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL pread(3,0x8053000,0x1000,0,0x6000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^X\0\M-{\^O\M-6\^O\M-1\^Op\^Oi\^O)\^O$\^O\M-d\^N\M-[\^N\M^P\^N\M^K\^N\
@\^N;\^N\M-m\r\M-h\r\M^Z\r\M^U\rL\rF\r\b\r\^C\r\M-8\f\M-0\fS\f\^]\fS\f\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0......
.....\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0dovecot\0*************\0g\0\
\0\0d\0\0\0\0\0\0\0\0Dovecot IMAP/POP3 user\0/nonexistent\0/sbin/nolog\
in\0\0\0\0\0\0\0\0\0001dovecotnobody\0*\0\M^?\^?\0\0'\0\0\0\0\0\0\0\0U\
nprivileged user\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0002\^S\
\0\0\0samba\0*************\0f\0\0\0d\0\0\0\0\0\0\0\0\0/home/samba\0/bi\
n/sh\0\0\0\0\0\0\0\0\0001sambauucp\0*\0B\0\0\0\^A\0\0\0\0\0\0\0\0UNIX-\
to-UNIX Copy\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0003B\0\0\0_\
pflogd\0*\0\^R\0\0\0\^R\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/pflo\
gd\0/sbin/nologin\0\0\0\0\0\0\0\0\0003\^R\0\0\0_pflogd\0*\0\^R\0\0\0\
\^R\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/pflogd\0/sbin/nologin\0\
\0\0\0\0\0\0\0\0002\v\0\0\0operator\0*\0\^B\0\0\0\^E\0\0\0\0\0\0\0\0Sy\
stem &\0/usr/guest/operator\0/sbin/nologin\0\0\0\0\0\0\0\0\0003\^B\0\0\
\0operator\0*\0\^B\0\0\0\^E\0\0\0\0\0\0\0\0System &\0/usr/guest/operat\
or\0/sbin/nologin\0\0\0\0\0\0\0\0\0001operatordaemon\0*\0\^A\0\0\0\^A\
\0\0\0\0\0\0\0\0The devil himself\0/\0/sbin/nologin\0\0\0\0\0\0\0\0\
\0002\^C\0\0\0daemon\0*\0\^A\0\0\0\^A\0\0\0\0\0\0\0\0The devil himself\
\0/\0/sbin/nologin\0\0\0\0\0\0\0\0\0001daemontoor\0*\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0Bourne-again Superuser\0/root\0/bin/sh\0\0\0\0\0\0\0\0\0001t\
oorroot\0Cs/Sq/svI0zLw\0\0\0\0\0\0\0\0\0\0\0\0\0\0Charlie &,,,\0/root\
\0/bin/bash\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0001root"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x2f)
3578 1 getent GIO fd 1 wrote 47 bytes
"daemon:*:1:1:The devil himself:/:/sbin/nologin
"
3578 1 getent RET write 47/0x2f
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL pread(3,0x8054000,0x1000,0,0x7000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^X\0\M-{\^O\M-0\^O\M-+\^Oc\^O]\^O\^Y\^O\^Q\^O\M-C\^N\M-=\^Nr\^Nm\^N)\
\^N$\^N\M-`\r\M-[\r\M^R\r\M^M\rL\rG\r\^F\r\^A\r\M-@\f\M->\f\M-#\fm\f\
\M-#\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0........
.......\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^O\0\0\0001-ingo\0hmaeCir\
8SC4Bk\0\M-h\^C\0\0d\0\0\0\0\0\0\0\0,,,\0/home/ingo\0/bin/bash\0\0\0\0\
\0\0\0\0\0003\M-h\^C\0\0ingo\0hmaeCir8SC4Bk\0\M-h\^C\0\0d\0\0\0\0\0\0\
\0\0,,,\0/home/ingo\0/bin/bash\0\0\0\0\0\0\0\0\0002\^T\0\0\0ingo\0hmae\
Cir8SC4Bk\0\M-h\^C\0\0d\0\0\0\0\0\0\0\0,,,\0/home/ingo\0/bin/bash\0\0\
\0\0\0\0\0\0\0001ingouucp\0*\0B\0\0\0\^A\0\0\0\0\0\0\0\0UNIX-to-UNIX C\
opy\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0001uucp_rwhod\0*\0\
\^S\0\0\0\^S\0\0\0\0\0\0\0\0& pseudo-user\0/var/rwho\0/sbin/nologin\0\
\0\0\0\0\0\0\0\0003\^S\0\0\0_rwhod\0*\0\^S\0\0\0\^S\0\0\0\0\0\0\0\0& p\
seudo-user\0/var/rwho\0/sbin/nologin\0\0\0\0\0\0\0\0\0002\f\0\0\0named\
\0*\0\^N\0\0\0\^N\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/named\0/sb\
in/nologin\0\0\0\0\0\0\0\0\0001namedpostfix\0*\0\f\0\0\0\f\0\0\0\0\0\0\
\0\0& pseudo-user\0/var/spool/postfix\0/sbin/nologin\0\0\0\0\0\0\0\0\
\0001postfixgames\0*\0\a\0\0\0\r\0\0\0\0\0\0\0\0& pseudo-user\0/usr/ga\
mes\0/sbin/nologin\0\0\0\0\0\0\0\0\0001gamesbin\0*\0\^C\0\0\0\a\0\0\0\
\0\0\0\0\0Binaries Commands and Source\0/\0/sbin/nologin\0\0\0\0\0\0\0\
\0\0003\^C\0\0\0operator\0*\0\^B\0\0\0\^E\0\0\0\0\0\0\0\0System &\0/us\
r/guest/operator\0/sbin/nologin\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\^D\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x3a)
3578 1 getent GIO fd 1 wrote 58 bytes
"operator:*:2:5:System &:/usr/guest/operator:/sbin/nologin
"
3578 1 getent RET write 58/0x3a
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL break(0x8069000)
3578 1 getent RET break 0
3578 1 getent CALL pread(3,0x8068000,0x1000,0,0x8000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^N\0\M-{\^O\M-3\^O\M-.\^O`\^O[\^O\^R\^O\r\^O\M-E\^N\M-?\^Nk\^Nf\^N\^Y\
\^N\^T\^N\M-G\r\M-%\r\M-G\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0.........
........\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0schumacher\08rrt.WKPqJlnQ\0\M-i\^C\0\0d\0\0\0\0\0\0\0\0,\
,,\0/home/schumacher\0/bin/bash\0\0\0\0\0\0\0\0\0003\M-i\^C\0\0schumac\
her\08rrt.WKPqJlnQ\0\M-i\^C\0\0d\0\0\0\0\0\0\0\0,,,\0/home/schumacher\
\0/bin/bash\0\0\0\0\0\0\0\0\0002\^U\0\0\0cyrus\0*************\0h\0\0\0\
\^F\0\0\0\0\0\0\0\0cyrus-sasl cyrus user\0/nonexistent\0/bin/sh\0\0\0\
\0\0\0\0\0\0001cyrus_proxy\0*\0\^U\0\0\0\^U\0\0\0\0\0\0\0\0Proxy Servi\
ces\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0002\r\0\0\0ntpd\0*\0\
\^O\0\0\0\^O\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/ntpd\0/sbin/nol\
ogin\0\0\0\0\0\0\0\0\0001ntpdpostfix\0*\0\f\0\0\0\f\0\0\0\0\0\0\0\0& p\
seudo-user\0/var/spool/postfix\0/sbin/nologin\0\0\0\0\0\0\0\0\0003\f\0\
\0\0bin\0*\0\^C\0\0\0\a\0\0\0\0\0\0\0\0Binaries Commands and Source\0/\
\0/sbin/nologin\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\^E\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x37)
3578 1 getent GIO fd 1 wrote 55 bytes
"bin:*:3:7:Binaries Commands and Source:/:/sbin/nologin
"
3578 1 getent RET write 55/0x37
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL break(0x806a000)
3578 1 getent RET break 0
3578 1 getent CALL pread(3,0x8069000,0x1000,0,0x1000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"
\0\M-{\^O\M-7\^O\M-2\^Oj\^Oe\^O\^_\^O\^Z\^O\M-=\^N\M-8\^N\M-8\^N\M^^\
\^N\M-8\^N\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0......
......\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0__YP!dovecot\0*************\0g\0\0\0d\0\0\0\0\0\0\0\0Dovecot IMAP/\
POP3 user\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0002\^V\0\0\0_s\
dpd\0*\0\^W\0\0\0\^W\0\0\0\0\0\0\0\0& pseudo-user\0/nonexistent\0/sbin\
/nologin\0\0\0\0\0\0\0\0\0002\^N\0\0\0_proxy\0*\0\^U\0\0\0\^U\0\0\0\0\
\0\0\0\0Proxy Services\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\
\0003\^U\0\0\0games\0*\0\a\0\0\0\r\0\0\0\0\0\0\0\0& pseudo-user\0/usr/\
games\0/sbin/nologin\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\^F\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x34)
3578 1 getent GIO fd 1 wrote 52 bytes
"games:*:7:13:& pseudo-user:/usr/games:/sbin/nologin
"
3578 1 getent RET write 52/0x34
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL break(0x806b000)
3578 1 getent RET break 0
3578 1 getent CALL pread(3,0x806a000,0x1000,0,0x2000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\f\0\M-{\^O\M--\^O\M-(\^O]\^OX\^O\^O\^O
\^O\M-L\^N\M-G\^N|\^Nw\^N\\\^N>\^N\\\^N\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0......
........\0\0\0\0\0\0\0\0\0\0\0-\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^O\0\0\0002\^W\0\0\0nobody\0*\0\M^?\^?\0\
\0'\0\0\0\0\0\0\0\0Unprivileged user\0/nonexistent\0/sbin/nologin\0\0\
\0\0\0\0\0\0\0003\M^?\^?\0\0samba\0*************\0f\0\0\0d\0\0\0\0\0\0\
\0\0\0/home/samba\0/bin/sh\0\0\0\0\0\0\0\0\0003f\0\0\0uucp\0*\0B\0\0\0\
\^A\0\0\0\0\0\0\0\0UNIX-to-UNIX Copy\0/nonexistent\0/sbin/nologin\0\0\
\0\0\0\0\0\0\0002\^O\0\0\0named\0*\0\^N\0\0\0\^N\0\0\0\0\0\0\0\0& pseu\
do-user\0/var/chroot/named\0/sbin/nologin\0\0\0\0\0\0\0\0\0003\^N\0\0\
\0postfix\0*\0\f\0\0\0\f\0\0\0\0\0\0\0\0& pseudo-user\0/var/spool/post\
fix\0/sbin/nologin\0\0\0\0\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0002\a\0\0\0"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x3f)
3578 1 getent GIO fd 1 wrote 63 bytes
"postfix:*:12:12:& pseudo-user:/var/spool/postfix:/sbin/nologin
"
3578 1 getent RET write 63/0x3f
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL break(0x806c000)
3578 1 getent RET break 0
3578 1 getent CALL pread(3,0x806b000,0x1000,0,0x3000,0)
3578 1 getent GIO fd 3 read 4088 bytes
"\^P\0\M-|\^O\M-4\^O\M-/\^Ok\^Of\^O\^[\^O\^V\^O\M-M\^N\M-F\^N~\^Ny\^N3\
\^N.\^N\M-Z\r\M-U\r\M^S\rm\r\M^S\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0......
........\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0getmail\0*************\
\0g\0\0\0d\0\0\0\0\0\0\0\0\0/home/getmail\0/bin/sh\0\0\0\0\0\0\0\0\000\
3g\0\0\0cyrus\0*************\0h\0\0\0\^F\0\0\0\0\0\0\0\0cyrus-sasl cyr\
us user\0/nonexistent\0/bin/sh\0\0\0\0\0\0\0\0\0002\^P\0\0\0_sdpd\0*\0\
\^W\0\0\0\^W\0\0\0\0\0\0\0\0& pseudo-user\0/nonexistent\0/sbin/nologin\
\0\0\0\0\0\0\0\0\0003\^W\0\0\0_proxy\0*\0\^U\0\0\0\^U\0\0\0\0\0\0\0\0P\
roxy Services\0/nonexistent\0/sbin/nologin\0\0\0\0\0\0\0\0\0001_proxyn\
tpd\0*\0\^O\0\0\0\^O\0\0\0\0\0\0\0\0& pseudo-user\0/var/chroot/ntpd\0/\
sbin/nologin\0\0\0\0\0\0\0\0\0003\^O\0\0\0named\0*\0\^N\0\0\0\^N\0\0\0\
\0\0\0\0\0& pseudo-user\0/var/chroot/named\0/sbin/nologin\0\0\0\0\0\0\
\0\0\0002\b\0\0\0games\0*\0\a\0\0\0\r\0\0\0\0\0\0\0\0& pseudo-user\0/u\
sr/games\0/sbin/nologin\0\0\0\0\0\0\0\0\0003\a\0\0\0bin\0*\0\^C\0\0\0\
\a\0\0\0\0\0\0\0\0Binaries Commands and Source\0/\0/sbin/nologin\0\0\0\
\0\0"
3578 1 getent GIO fd 3 read 8 bytes
"\0\0\0\0001bin"
3578 1 getent RET pread 4096/0x1000
3578 1 getent CALL write(1,0x8058000,0x3c)
3578 1 getent GIO fd 1 wrote 60 bytes
"named:*:14:14:& pseudo-user:/var/chroot/named:/sbin/nologin
"
3578 1 getent RET write 60/0x3c
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x3a)
3578 1 getent GIO fd 1 wrote 58 bytes
"ntpd:*:15:15:& pseudo-user:/var/chroot/ntpd:/sbin/nologin
"
3578 1 getent RET write 58/0x3a
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x3a)
3578 1 getent GIO fd 1 wrote 58 bytes
"sshd:*:16:16:& pseudo-user:/var/chroot/sshd:/sbin/nologin
"
3578 1 getent RET write 58/0x3a
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x3f)
3578 1 getent GIO fd 1 wrote 63 bytes
"_pflogd:*:18:18:& pseudo-user:/var/chroot/pflogd:/sbin/nologin
"
3578 1 getent RET write 63/0x3f
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x35)
3578 1 getent GIO fd 1 wrote 53 bytes
"_rwhod:*:19:19:& pseudo-user:/var/rwho:/sbin/nologin
"
3578 1 getent RET write 53/0x35
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x39)
3578 1 getent GIO fd 1 wrote 57 bytes
"_proxy:*:21:21:Proxy Services:/nonexistent:/sbin/nologin
"
3578 1 getent RET write 57/0x39
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x37)
3578 1 getent GIO fd 1 wrote 55 bytes
"_sdpd:*:23:23:& pseudo-user:/nonexistent:/sbin/nologin
"
3578 1 getent RET write 55/0x37
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x39)
3578 1 getent GIO fd 1 wrote 57 bytes
"uucp:*:66:1:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin
"
3578 1 getent RET write 57/0x39
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x45)
3578 1 getent GIO fd 1 wrote 69 bytes
"cyrus:*************:104:6:cyrus-sasl cyrus user:/nonexistent:/bin/sh
"
3578 1 getent RET write 69/0x45
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x35)
3578 1 getent GIO fd 1 wrote 53 bytes
"getmail:*************:103:100::/home/getmail:/bin/sh
"
3578 1 getent RET write 53/0x35
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x31)
3578 1 getent GIO fd 1 wrote 49 bytes
"samba:*************:102:100::/home/samba:/bin/sh
"
3578 1 getent RET write 49/0x31
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x3f)
3578 1 getent GIO fd 1 wrote 63 bytes
"nobody:*:32767:39:Unprivileged user:/nonexistent:/sbin/nologin
"
3578 1 getent RET write 63/0x3f
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x35)
3578 1 getent GIO fd 1 wrote 53 bytes
"ingo:hmaeCir8SC4Bk:1000:100:,,,:/home/ingo:/bin/bash
"
3578 1 getent RET write 53/0x35
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x41)
3578 1 getent GIO fd 1 wrote 65 bytes
"schumacher:8rrt.WKPqJlnQ:1001:100:,,,:/home/schumacher:/bin/bash
"
3578 1 getent RET write 65/0x41
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL write(1,0x8058000,0x50)
3578 1 getent GIO fd 1 wrote 80 bytes
"dovecot:*************:103:100:Dovecot IMAP/POP3 user:/nonexistent:/sbi\
n/nologin
"
3578 1 getent RET write 80/0x50
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb58)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL __stat30(0xbbbcf940,0xbfbfeb78)
3578 1 getent NAMI "/etc/nsswitch.conf"
3578 1 getent RET __stat30 0
3578 1 getent CALL close(3)
3578 1 getent RET close 0
3578 1 getent CALL exit(0)
ls -l /usr/lib/nss*
lrwxr-xr-x 1 root wheel 26 Feb 18 14:01 /usr/lib/nss_ldap.so.0 ->
/usr/pkg/lib/nss_ldap.so.1
lrwxr-xr-x 1 root wheel 30 Feb 5 15:18 /usr/lib/nss_winbind.so.0 ->
/usr/pkg/lib/libnss_winbind.so
lrwxr-xr-x 1 root wheel 27 Feb 5 15:18 /usr/lib/nss_wins.so.0 ->
/usr/pkg/lib/libnss_wins.so
# $NetBSD: nsswitch.conf,v 1.5 1999/10/24 12:36:52 lukem Exp $
#
# nsswitch.conf(5) -
# name service switch configuration file
#
# These are the defaults in libc
#
passwd: files winbind
#passwd_compat: winbind
group: files winbind
#group_compat: winbind
#passwd: files winbind
#group: files winbind
shells: files
hosts: files dns
netgroup: files [notfound=return] nis
networks: files
# List of supported sources for each database
#
# group: compat, dns, files, nis
# group_compat: dns, nis
# hosts: dns, files, nis
# netgroup: files, nis
# networks: dns, files, nis
# passwd: compat, dns, files, nis
# passwd_compat: dns, nis
# shells: dns, files, nis
[global]
workgroup = WORKGROUP
realm = WORKGROUP.COM
server string = Workgroup PostEDV Server
security = ADS
;
allow trusted domains = no
enable privleges = yes
use kerberos keytab = yes
idmap backend = idmap_rid:WORKGROUP=10000-20000
winbind nested groups = yes
winbind enum users = yes
winbind enum groups = yes
winbind normalize names = yes
winbind refresh tickets = true
;
auth methods = guest, winbind
map to guest = Bad User
password server = *
guest account = samba
log level = 3
log file = /var/samba/logs/%m.log
max log size = 100
time server = Yes
dns proxy = No
wins server = edv
lock directory = /var/samba/locks
idmap uid = 10000-20000
idmap gid = 10000-20000
template homedir = /home/%U
template shell = /bin/bash
winbind separator = _
winbind cache time = 10
winbind nested groups = yes
winbind use default domain = Yes
hosts allow = 192.168.
case sensitive = Yes
unix charset = ISO8859-15
display charset = iso8859-15
NetBSD mailer.collin.com 4.0 NetBSD 4.0 (GENERIC) #0: Sun Dec 16 00:20:10 PST
2007
builds@wb34:/home/builds/ab/netbsd-4-0-RELEASE/i386/200712160005Z-obj/\
home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386
Home |
Main Index |
Thread Index |
Old Index