LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Acccess Samba-3 Share on WinXP (https://www.linuxquestions.org/questions/linux-software-2/acccess-samba-3-share-on-winxp-207599/)

jsun9 07-20-2004 06:51 PM

Acccess Samba-3 Share on WinXP
 
I setup Winbind using the Samba-3 HowTo Reference book (pg385) and I can get the entire list of Windows 2000 Domain users using the wbinfo -u command.

Now my question is now what do I do to create a share on the linux box using the users from the Windows 2000 domain?

I'm creating a simple file server with which all I want to do is share a simple folder on it and have domain users access it.

I can setup a share, but I can't give it domain\user level permissions. How do I do that?

Finlay 07-20-2004 09:44 PM

samba 3 can't participate in an active directory domain yet. it can see it and read it, but not use it.
you have to make sure the workgroup in samba is the same as the domain name. then create linux users with identical names as their windoze names. then 'smbpasswd -a user' and set their password the same as their windoze passwords, after that you can create shares using the user name. There may be another way, but i'm sure it is involved....sql and fun stuff like that.

jsun9 07-21-2004 09:19 AM

Quote:

"We divide the unified logon problem for UNIX machines into three smaller problems:
• Obtaining Windows NT user and group information.
• Authenticating Windows NT users. 342 Winbind: Use of Domain Accounts Chapter 20
• Password changing for Windows NT users.
Ideally, a prospective solution to the unified logon problem would satisfy all the above
components without duplication of information on the UNIX machines and without creating
additional tasks for the system administrator when maintaining users and groups on either
system. The Winbind system provides a simple and elegant solution to all three components
of the unified logon problem.
The Samba HowTo states otherwise.

Finlay 07-21-2004 10:01 AM

"As of the release of MS Windows 2000 and Active Directory, this information is now stored in a directory that can be replicated and for which partial or full administrative control can be delegated. Samba-3 is not able to be a Domain Controller within an Active Directory tree, and it cannot be an Active Directory server. This means that Samba-3 also cannot act as a Backup Domain Controller to an Active Directory Domain Controller."
http://us1.samba.org/samba/docs/man/...html#id2520016

jsun9 07-21-2004 10:08 AM

I'm not trying to make a domain controller. I'm just trying to setup a share using domain users.

Finlay 07-21-2004 11:51 AM

ok, try this:
http://www.wlug.org.nz/HowtoSamba3AndActiveDirectory

jsun9 07-21-2004 11:58 AM

i've done all that. it doesn't say how to setup a share either. any other ideas?

Finlay 07-21-2004 12:02 PM

is there a computer name in the directory for the samba server?

jsun9 07-21-2004 12:03 PM

yeah.. it's called fileserver1

Finlay 07-21-2004 12:08 PM

http://www.linuxquestions.org/questions/history/161506
this thread has someone who got it to work


All times are GMT -5. The time now is 07:29 PM.