[Samba] Re: samba share problem
You accidentally sent this to the development list: I've redirected it. It looks like a snippit from a system which hasn't joined a domain properly. Try re-joining, then logging a user on. --dave Harish Dhumal wrote: Hello, We had getting samba share problem twice. Please see the below samba log file contents . We have installed samba 2.2.2 on solaris 9 server. Will appreciate your help.. [2005/06/08 03:41:13, 0] rpc_client/cli_netlogon.c:(160) cli_net_auth2: Error NT_STATUS_ACCESS_DENIED [2005/06/08 03:41:13, 0] rpc_client/cli_login.c:(72) cli_nt_setup_creds: auth2 challenge failed [2005/06/08 03:41:13, 0] smbd/password.c:(1372) connect_to_domain_password_server: unable to setup the PDC credentials to machine STMGC01TREASGE. Error was : NT_STATUS_ACCESS_DENIED. Thanks & Regards, Harish D. -- David Collier-Brown, | Always do right. This will gratify Sun Microsystems, Toronto | some people and astonish the rest [EMAIL PROTECTED] | -- Mark Twain (416) 263-5733 (x65733) | -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Re: Samba share problem
> > If a user belong to group 'a' logs into the windows PC > he can access the folder "ab" but he can also see the > shared "cd" folder. If he tries to access this "cd" > folder he is asked with username and pasword. If he > gives the correct username/password of a broup 'b' > user he is not able to get into the "cd" folder. > > How can I make samba to allow users belonging to group > 'a' to access "cd" folder when he gives the userame > password of a group 'b' user. I don't believe Windows will allow you to connect to the same server with two different usernames. In order to connect to the CD chare, the user would first have to clear his connections to the AB share first. To test this, try mapping drives using the windows net use command: 1st, net use * \\server\ab /user:auser /persistent:no 2nd, net use * \\server\cd /user:buser /persistent:no If the 2nd command fails with "Multiple connections not allowed" then that is the problem. Your best bet is to make another group of AB users that should also be allowed access to CD stuff. Then add that group to the valid users directive. All the best! -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba