RE: [Samba] Logon Home
Hi, thank you for your attention! Btw, I'm trying to implement a solution using: include = /etc/samba/smb.%g.conf By this line, I want to include different customizations for different groups. The problem is that it's not working... But, if I change %g for a valid group, it works. Do you know how to help me? Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team On Tue, 15 Jul 2003, Rob Sell wrote: >Here is my logon path from my smb.conf \\%N\profiles\%u where %N is samba >dir and %u is the username. I'm not sure exactly what you are asking for >though. > >ROb > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Benilton >de Sa Carvalho >Sent: Tuesday, July 15, 2003 9:12 AM >To: [EMAIL PROTECTED] >Subject: [Samba] Logon Home > >Hi all, > >I'm in doubt about setting "logon home" and "path - in [homes]" > >I have one group of users for which the home directories are in > >/export/home/de/pos/user > >How should I set "logon home"??? If I set "logon home" it isn't needed to >set "path" inside [homes], right? > >Regards, > >-- >Benilton Carvalho >DE / IMECC / UNICAMP >Red Hat Linux i18n Team > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Logon Home
Hi all, I'm in doubt about setting "logon home" and "path - in [homes]" I have one group of users for which the home directories are in /export/home/de/pos/user How should I set "logon home"??? If I set "logon home" it isn't needed to set "path" inside [homes], right? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Computers on different subnets
Hi all, I have one Samba PDC on a subnet and a workstation on another subnet. What is the configuration I should do in order to log in the PDC from this workstation? Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] passwd chat debug
Hi all, isn't it possible to set up a NIS machine (which is my Samba PDC and not the NIS master) to sync the passwords? While debugging the passwd chat, I saw it asks the root passwd... Cheers, -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Wrong User...
Hi all, I think I found a big problem here. For example, I log in my Samba PDC from a W2k as user "ben". Then I type "smbstatus" and get as user "nobody"... How can I fix it? -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] passwd chat debug
Hi all, I'm trying to set up my "passwd chat", then I was adviced to use: passwd chat debug = yes debug level = 103 encryp passwords = no But I can't find the "chat" inside log.smbd What am I doing wrong? Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] Changing passwd as ordinary user
>How about some details? As a wild guess, maybe your samba attempts to change >*BOTH* the UNIX password and the samba password and if one fails the it is >failure. For example if you're on RH, the default argument for doing this in >smb.conf (that is for changing also the UNIX password) does not work. Try >for example unix password sync = no in your smb.conf and see if it makes any >difference... Well, I'm running RH 9. I used "unix password sync = no" and it made *THE* difference. I mean, it worked. Now the question is: how to solve the problem using "unix password sync = yes"? What's the correct argument for doing this in smb.conf, since I'm on RH? Thank you very mcuh, Regards, Benilton -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Changing passwd as ordinary user
Dear all, when I try to change my password as ordinary user using "smbpasswd", I get the following error message: machine 127.0.0.1 rejected the password change: Error was : RAP86: The specified password is invalid. I'm sure my old password is correct and the new password also. If I change the ordinary user password as root, everything works fine... I would appreciate your help, cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Logging in the PDC Samba Server fails
Dear all, Ii still have the problem of failure when logging in the PDC Samba Server from a NT4 box. When I try to log in from a W2k box, it works fine. When I use my username/passwd at the NT4 box, it seems to start logging in but suddenly it comes back to the "Log in screen (Press Ctrl+Alt+Del to login)". I followed the Diagnosis.txt steps and all of them worked! What should I do? Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Diagnosis.txt
Hi all, what should I do in order to fix the problem I have because when I test the Test 8 it doesnt work. It says: System error 5 / Access denied Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] [homes]
Hi Thilo, how can I do that? :-/ Cheers, Benilton >> /home/students/sam >> /home/staff/mary >What about using the Groups the people belong to in that way that an >"include"-directive dynamically includes a config-files with the appropriate >path? > >Thilo -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] [homes]
Hi, since I have my linux users in different groups, (for example, students and staff) their home dir are not only /home/user . Let Sam be a student and Mary be a staff member. Thus their home directories are: /home/students/sam /home/staff/mary How can I set up my Samba PDC in order to mount their directories correctly? Cheers, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] DIAGNOSIS.TXT
Hi all, working on the problem that I cannot log in from my NT4 box I noticed that: - Test 8 from DIAGNOSIS.TXT fails: from the NT machine I try: "net view \\server" and I have: "System error 5 has occurred. Access denied" I don't know how to handle this... Could you please help me? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] W2k vs. NT4
Hi! I have a problem here and I'd like to have your help. I have a Samba Server as PDC. I can log on from W2k machines, but I cannot from NT4 machines. Does someone know how to help me? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Administrative Share
Hi everybody, I've been looking for information on "how to create administrative shares", but I didn't find... Can you help me on this matter? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Samba PDC and Passwords
Hi everybody, I have a dilemma here about the user accounts. We have all the accounts at a NIS server. My samba PDC is another machine (different from the NIS server). What are my options for managing the accounts? 1) Central management (LDAP) 2) Keep different password files (passwd/smbpasswd) Are there any different options?? If I use the second option (2 - keep different password files), can I sync the passwords from Unix to Samba and vice versa? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Samba and NIS
Can I use this solution (plaintext passwords) even if my Samba server acts as PDC? Thank you, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team On Tue, 8 Jul 2003, Uwe Laverenz wrote: >Benilton de Sa Carvalho schrieb: > >> Is it possible a samba server authenticate users by NIS? For example, can >> a NIS client be a Samba Server and use the NIS system to authenticate the > >You can use NIS with plaintext passwords (unencrypted) only. If you use >encrypted passwords, you have to use a second database for the >Samba-passwords. If you want everything from one source: LDAP. > >cu, >Uwe > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Samba and NIS
Is it possible a samba server authenticate users by NIS? For example, can a NIS client be a Samba Server and use the NIS system to authenticate the users? If so, how? Regards, -- Benilton Carvalho -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Authentication
Hi all, I had just set up Samba as PDC at the machine A (Red Hat Linux 9). On my network, machine B (another RH 9) makes all authentication by NIS. Then, from machine A, I can log on the system. My username/password is authenticated at machine B. The problem is: how can I use the accounts information that exists at machine B for the authentication process from Windows Machines, that have machine A as PDC? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Samba Server as Win App Server
Hello, I'd like to know if it is possible to set up a Samba Server to act as a MS Windows application server in a such way that Windows clients can install and use the applications installed on the samba server. Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Multiple domains
Hi all, is it possible to set up samba to act as PDC for multiple domains? Best regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba