Hello, In my network I have a Samba Server (Domain=DN) and 3 Windows 98 WorkGroups (Net0, Net1, Net2). And my problem is: I want to avoid same users to access the workgroup Net0 (Data and Applications), and others users to the Net1. The Net2 is public for all users. It's possible to do it with a Linux Samba Server? How can I do it? Tia, Sociedade Torreense de Inform?tica, Lda. Av. Tenente Valadim 10 C 2560 - 274 Torres Vedras Telefone: 261 316245 Telefax: 261 316239 Web: www.sti-lda.pt Emails: Geral: sti@sti-lda.pt Suporte: suporte@sti-lda.pt -------------- next part -------------- HTML attachment scrubbed and removed
Hello! I found (probably) bug in samba 2.0.x (tested 2.06 and 207pre3) Machine A smb.conf: encrypt passwords=no security=user Machine B smb.conf: encrypt passwords=no security=server password server=machine A now smbclient \\machineB\share -U user1 If user1 exists both on machine B and A all works but if user1 exists only on machine A it simply not work.... Why? Best Regards **************************************************************** * Bartlomiej Solarz-Niesluchowski * * Administrator WSISiZ * * Motto - nie psuj Win'9x one i bez tego sie psuja.... * * Jak sobie poscielisz tak sie wyspisz * ****************************************************************
[Bartlomiej Solarz-Niesluchowski]> I found (probably) bug in samba 2.0.x (tested 2.06 and 207pre3) > Machine A smb.conf: > encrypt passwords=no > security=user > > Machine B smb.conf: > encrypt passwords=no > security=server > password server=machine A > > now smbclient \\machineB\share -U user1 > > If user1 exists both on machine B and A all works but if user1 exists only > on machine A it simply not work....Not a bug. The user MUST exist on the Samba server serving the files. The only thing "password server" does is check if the user has the right password. The local Samba server must still use the local passwd and group files (or nis maps) to get the full name, UID, GID, other GIDs, and home directory. Peter