Re: [Samba] Winbindd

2003-12-17 Thread trogl
* a Samba server that is a member of a Windows domain should run winbindd to allocate IDs for users/groups in its own domain and trusted domains. In my specific situation, the UNIX id's are set up first so they don't conflict with legacy systems/GIDs/UIDs, NT user names match the

[Samba] I'm confused. What is winbindd supposed to get me?

2003-12-16 Thread trogl
I've got a Samba member server as part of a Windows NT domain. User accounts have the same name in both domain. I was having all sorts of trouble when winbindd was running with wierd groups showing up. I happened to screw up the winbindd configuration without noticing causing it to crash,

[Samba] pam_modules.h present but cannot be compiled

2003-12-16 Thread trogl
Shouldn't I be worried about this? As far as I know I'm using PAM for authentication, but it seems to be working. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] getting Samba 3.0.1 to use NIS UID's/GID's instead of its own

2003-12-11 Thread trogl
There are two NT domains, the resource domain (pretend it's RESDOM) and the user domain (MASDOM) where RESDOM trusts MASDOM. My Samber server (COOL) is registered in the RESDOM domain. I can do smbclient -L COOL -U MASDOM/myname and it asks for a password and displays the shares correctly,

[Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
Solaris 2.6 gcc 2.95.3 Compiling tdb/tdbbackup. Linking bin/tdbbackup Undefinedfirst referenced Symbol in file smb_snprintf tdb/tdbackup.o I thought we'd fixed this already. -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
I'm doing this off a fresh samba.3.0.1pre1.tar.gz downloaded yesterday. gcc 2.95.3 PATH=/usr/bin:/usr/local/bin:/usr/sbin:/usr/ccs/bin:/usr/ucb Some idiosyncracies in ./configure were found. The following were present but cannot be compiled netinet/ip.h security/pam_module.h net/if.h it also

Re: RE: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
Yeah, I suppose that would help. *bangs head against wall, then shoots himself* Do you really mean pre1 or did you mean rc1? Rc1 is newer than pre1. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] how do I get winbind going?

2003-12-05 Thread trogl
I've been bashing my head against this same old problem and I've pretty much nailed it down to winbindd. I'm trying to make a Solaris box run SAMBA 3.0.1.pre3 and exist as a member server without acting as a BDC ie. security=domain. There is no Kerberos or LDAP available. All user accounts

[Samba] A device attached to the system is not functioning

2003-11-24 Thread trogl
(sorry if this is a duplicate, I sent this out on a different email address and it appears to have disappeared of the face of the earth, or I'm blind and/or stupid) I'm attempting to do a network neighbourhood browse of a server called bart. I get a windows box that says \\Bart is not

[Samba] samba 3.0.1 pre1 undefined symbol

2003-10-22 Thread trogl
I'm trying to compile samba and got an error. ld: fatal: Symbol referencing errors Undefined symbol smb_snprintf first referenced in file tdb/tdbback.o Solaris 2.7 gcc 2. gcc version 3.3 -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] problem installing 3.0.0 to Solaris 7

2003-09-22 Thread trogl
this is the error message resulting from make install (snip) Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so /usr/local/samba/lib make: execvp: ./install-sh: Permission denied make: [installclientlib] Error 127 (ignored) : bin/libsmbclient.a

Re: [Samba] problem installing 3.0.0 to Solaris 7

2003-09-22 Thread trogl
make: execvp: ./install-sh: Permission denied Make sure the execute bits are set on install.sh. I noted in my installationit is 644. It should be chmod'ed to 755. Yep, that fixed it. How do I go about telling the development team that this is busted? -- To unsubscribe from this list