Displaying 20 results from an estimated 26 matches for "sambahost".
2005 Jan 15
1
Samba PDC and logon.bat questions
...ate logon script for each user? To flesh this out bit, I am attempting
to setup a very common set of shares, they are; 1) a personal share,
/home/username 2) a group share, /home/samba/group 3) a public share,
/home/samba/public. And my login script is very basic and looks like this:
Net time \\sambahost /set /yes
Net use h: \\sambahost\username <file:///\\sambahost\username>
Net use g: \\sambahost\group <file:///\\sambahost\group>
Net use p: \\sambahost\public <file:///\\sambahost\public>
But there username varies as does the group name, so for now I have setup
the netl...
2014 Dec 18
2
Samba 4 problems
...FreeBSD ports
and much to my surprise it did not install a sample smb4.conf file, so
I went casting about the internet and came up with what I posted here,
but I do not remember where I found this.
Removing the line above produced a totally non-working samba install:
ivory:~ wynkoop$ smbclient -L sambahost
Error connecting to X.X.X.X (Connection refused)
Connection to sambahost failed (Error NT_STATUS_CONNECTION_REFUSED)
ivory:~ wynkoop$
-Brett
--
wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6925
929-272-0000
A free people ought to be armed. - George Wash...
2013 Jun 20
3
Samba+LDAP: NT_STATUS_UNSUCCESSFUL because of primary group SID mismatch
...ap user suffix = ou=users
ldap group suffix = ou=groups
ldap machine suffix = ou=computers
ldap ssl = start tls
The ldap connection works, as `pdbedit -L` shows
pm_process() returned Yes
smbldap_search_domain_info: Searching
for:[(&(objectClass=sambaDomain)(sambaDomainName=SAMBAHOSTNAME))]
StartTLS issued: using a TLS connection
smbldap_open_connection: connection opened
ldap_connect_system: successful connection to the LDAP server
The LDAP server is successfully connected
smbldap_search_paged: base => [dc=mydomain,dc=com], filter =>
[(&(uid=*)(ob...
1999 Jan 14
1
samba-netlogon
...39;ve created a bat file, named user1.bat, user1 is the name of
the ordinary user in use, under the home directory:
/home/samba/netlogon. The matter is that when windows logs the
bat file is not loaded automatically. The commands inside of it
are very simple, as shown in the list below:
NET TIME \\sambahost /SET /YES
NET USE E: \\sambahost\user1
All access permissions were set to free, chmod 777 in all of the
subdirectories and files involved in this process, and changes in
/etc/smb.conf file have been done as well, but I had no success.
If anyone could help me, I would really appreciate it.
Thank...
1999 May 24
0
Required Services for Samba?
...se in the know the RedHat
setup is barely adequate - I haven't mastered named/bind myself
yet). If you *do* use your ISP's domain, you should reverse the
name order in /etc/hosts like this. Instead of the standard:
IP address FQDN nickname
127.0.0.1 localhost.localdomain
192.168.0.2 sambahost.foo.bar sambahost
...
use this instead:
IP address nickname FQDN
127.0.0.1 loopback localhost
192.168.0.2 sambahost sambahost.foo.bar
...
(notice the loopback address in RedHat is also broken) Reversing
the FQDN and nickname fields will stop DNS timeouts, etc (while
telneting on your local...
2010 May 02
2
Long Delay on Fresh Windows 7 Clients
For testing purposes, I am running Windows 7 on a VM (VMWare), reverting to "fresh install" Windows 7 frequently. This Windows 7 client, needs to access a share on a local Samba server (Samba 3.0.23a-1 running on Fedora Core 4).
When I type \\sambahost\sharename, a prompt for the username and password will eventually appear (and let me authenticate successfully) but it takes almost forever (i.e. 1-5 minutes) until that prompt dialog box appears.
Once I login successfully, I no longer experience that delay (as if Windows 7 remembers all the detai...
2006 Oct 25
3
Samba 3.0.23c Install on Solaris9
Hello. I have been trying to find an answer to a problem that has
plagued our systems. I am trying to upgrade from 3.0.22 to 3.0.23c. I
have been able to compile,
but when I go to join it to the AD domain, I keep getting this familiar
error that many others have noted but have not posted many solutions to.
arcdba-> ./net ads join -U Administrator
Administrator's password:
Using short
1999 Aug 13
1
Samba 2.0.5a: couldnĀ“t set effective gid error
Hi together,
I?m heavy dealing with a strange behaviour of my samba server. When I
try to log on with smbclient -L <sambahost> -Usmbuser
I get an error message: ERRSRV - ERRbadpw (Bad password - name/password
pair in a Tree Connect or Session Setup are invalid.)
smbuser exists in both the passwd and the smbpasswd and is assigned to
not have a password.
In the log.smb (loglevel 3) I find the following:
...
Account fo...
2004 Feb 26
1
Printer settings reset problems
Hi,
I am working on a print server project where we have ran into a big
showstopper. The print server works in a very mixed environment with
clients running for example Linux, Windows NT4, Windows 2000, VMS,
different Solaris versions and other Unix dialects. The server runs CUPS
for printer spooling and Samba to serve the Windows machines. It's the
Windows machines that has caused most
2015 Apr 17
2
user authentication issue
...ime for some reason. That's all of the information I've been
given, along with the user's UID. Preferring to work at the command line,
I've tried the following (from the host running the Samba server):
1. First I checked that the user has an entry in our LDAP server:
ldapsearch -h sambahost -x -LLL uid=userid
This returns an entry of the following form:
dn: uid=userid,ou=people,o=org
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: sambaSamAccount
uid:: c2tkNjg0IA==
uidNumber: 1076
homeDirectory:: L2hvbWUvc2tkNjg0IA==
loginShell: /bin/bash
gidNumber: 1076
sambaLogon...
2004 Sep 23
1
openldap PDC : can't add machine account ; "too many domain info entries"
...scratch) is you
can't add a machine account to the domain :
On the client it says the credentials are invalid, anyway the real
problem (from samba logs) seems to be :
"Got too many (2) domain info entries for domain DOMAIN"
(I've replaced my domain name to 'DOMAIN' and sambahost name to 'host'
for no particular reason ...)
host:/etc/samba # strings secrets.tdb | grep SID
&SECRETS/SID/HOST
&SECRETS/SID/DOMAIN <-- I think this is the problem, since a clean
installation on a test machine gives only the first line from the same
command, but I can't...
2002 Nov 04
0
2.2.6+acl - strange behaviour
...)
libattr.so.1 => /usr/lib/libattr.so.1 (0x4027b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
--------------------------------- test 1
root@wolf # -bash 513 ~
root@wolf # sh /rbin/test
---
w2kdomain == dom
w2kpdc == e231pdc
sambahost == wolf
winbind separator == +
winbind use default domain == no
---
=> getent group dom+e231
DOM+e231:x:24006:DOM+pichwo,DOM+atest
-> rpcclient e231pdc
cmd = lookupnames e231
e231 S-1-5-21-507921405-1957994488-839522115-1109 (2)
--> rpcclient wolf
cmd = lookupname...
2002 May 30
0
NT Add Printer Wizard, printers not browseable
...or Windows 2000 add printer Wizard (tool)
and browse for the printers they are not listed as available.
I have to select the Samba-host NETBIOS name before printers become
browseable.
What I want is to use The "Add printer Wizard", Browse, and find a list
or printers available..
\\sambahost\printer1
\\sambahost\printer2
Please find my smb.conf attached.
Under [printers] section - even if I change "Browsable = Yes" it reverts
back to "Browsing = No"
no matter what I do.
thanks,
Noel.
===========================================
SMB.CONF
======================...
2016 Oct 10
0
Inherit permissions of destination during file move.
...ally expected).
The ask is that when a user moves a file in Samba using Windows explorer the file inherits the permissions of the target folder not keeps the permissions of the source.
Below is our config:
[global]
log level = 1
log file = /var/log/samba/log.%m
max log size = 5000
netbiosname = sambahost
guest ok = no
browsable = no
vfs objects = acl_xattr
inherit acls = yes
inherit owner = no
inherit permissions = yes
map acl inherit = yes
name resolve order = host
security = user
encrypt passwords = yes
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
local master...
1998 Jul 26
1
"modified outside" bug.
Hi!
I can't find this bug in FAQ:
VisualC++ 5.0 alwais complains
"This source file has been modified outside the source editor. Reload?"
Sources are located on the last samba server under Linux. System clock
on Linux is set to Greenwich, zone offset applied.
I tried to set NT clock to be more than Linux, this does not help.
--
Andrew
2007 Mar 26
0
One of the SOLUTIONS for winbind authenication failures with STATUS_BUFFER_OVERFLOW
...-t did not:
# wbinfo -t
checking the trust secret via RPC calls failed
error code was STATUS_BUFFER_OVERFLOW (0x80000005)
Could not check secret
Also, if I tried connecting to the share from Windows it would
silently fail. When tried mounting from Linux, would get this:
# mount -tcifs //sambahost/share /mnt/samba_share
-ocredentials=/etc/samba/sambauser.cred
mount error 5 = Input/output error
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
As it turned out my problem was that the Linux host name was too long
- over 14 chars. Once I shrunk it to 14 and rejoined the domain -...
2011 Jan 27
2
Basic question for user/pass authentication
...e" and after
that added to samba with "smbpasswd -a user".
I've created the share in /var/share with rwxrwxrwx.
I edited some lines from smb.conf in GLOBAL and SHARE sections.
I use:
security = user
but when from the Windows machine I access the share resource:
net use W: \\sambahost\share with samba user y pass
I get "Access denied" but I can see the resource.
What can be the problem ??? Do I have to use for Samba the same
password as used in Windows or not ???
Thanks a lot,
JeLo
2012 Apr 09
1
SAMBA 3.5.11 joined to Active Directory not asking for login and password denying user access
...container like
/mnt/profiles/USERNAME
where they are configured in the Group Policy as Folder Redirection target.
It all working just great. So people can see their own files etc. For
example when they are logged in Windows machine and they can access their
files.
My issue is that when I go to \\sambahost\profiles\USERNAME from some other
machine on the network it's not allowing me to see USERNAME's files. Just
showing me that access is denied.
What I expect is to ask me for login and password.
--
View this message in context: http://samba.2283325.n4.nabble.com/SAMBA-3-5-11-joined-to-Act...
2014 Dec 18
4
Samba 4 problems
Greeting-
It has been years since I last set up a Samba server. The last one I
did was a 2.x version!
For the last two weeks I have been fighting with 2 issues with a samba
4 server I have set up for testing.
. Encrypted transport seems to not work for me
. Unix user smith and Samba user smith seem to have different UID
numbers when files are created.
At the moment the second issue is the
2015 Apr 20
0
user authentication issue
...of
> the information I've been given, along with the user's UID.
> Preferring to work at the command line, I've tried the following
> (from the host running the Samba server):
>
> 1. First I checked that the user has an entry in our LDAP server:
>
> ldapsearch -h sambahost -x -LLL uid=userid
>
> This returns an entry of the following form:
>
> dn: uid=userid,ou=people,o=org
> objectClass: inetOrgPerson
> objectClass: posixAccount
> objectClass: sambaSamAccount
> uid:: c2tkNjg0IA==
> uidNumber: 1076
> homeDirectory:: L2hvbWUvc2tkNjg0IA=...