Help w/ FreeBSD + Samba on Windows Domain

Status
Not open for further replies.

CntdwnToExtn

Fully Optimized
Messages
1,746
Location
Parents Basement...Still
Okay, this is my first time attempting to install a Samba system, let alone trying to get it working on a Windows domain.

What I've so far is the following:

1. Installed FreeBSD 8.1 - Minimal Install
2. Updated system and ports
3. Installed Samba35 from ports/net/samba35
4. Chose all defaults and added "ADS" during the install, removed all references to "IPv6" and choose defaults for everything else (python, etc)
5. Added to the domain using "net ads join" - Successfully added.
6. Set my smb.conf file to the following:
workgroup = DOMAIN
server string = bsdsamba
security = ads
realm = domain.com
7. I've created a share as well
[Share]
path = /home/share
comment = test share
users = my domain user account

Each time I go to a cmd and use
Code:
net view \\bsdsamba

I get "Access is denied"

I'm not really sure where I'm going wrong here.
There was another install I did not adding to the domain and I could successfully connect from Windows 7 using a local user/password that resided on the BSD system.
 
Assuming this is correct syntax

Code:
smbclient -U domain_username //bsdsamba/share

It comes back with

Code:
creating lame upcase table
creating lame lowcase table
enter 'usernames' password:

I enter the password and it comes back with

Code:
NT_STATUS_LOGON_FAILURE
 
Status
Not open for further replies.
Back
Top Bottom