Displaying 10 results from an estimated 10 matches for "workgrp".
2005 May 11
1
samba3.0.14a, Windows2003, ADS
...btgt/DOMAIN@DOMAIN
Kerberos 4 ticket cache: /tmp/tkt503
klist: You have no tickets cached
When I run net ads users, I get back all users in Active Directory
Configured Samba with this
./configure -with-ldap -with-ads -with-krb5 -with-pam -with-winbind
smb.conf
[global]
realm = DOMAIN
workgroup=WORKGRP
password server = CONTROLLER
security = ADS
encrypt passwords = yes
# winbind configuration: mapping ADS users to
# uid's and gid's, enabling the enumeration of users
# and groups.
# winbind separator is the character that separates
# user or group names from the domain name.
winbind se...
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi,
it looks like you have something really messed up on your system.
The size of the file is 1243 bytes (from strace) but 0 bytes are being read.
If you had no permission to read the strace would have looked like this:
open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
A quick look at the source code reveals:
/etc/samba/smb.conf is opened in file_load
2002 Aug 13
0
AW: AW: Unable to open configuration file "/etc/smb.conf" (or whe reve r i specify)
...othing wrong with the file.
> Seems its still return with result == 0?
> open("smb.conf", O_RDONLY|O_LARGEFILE) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=1243, ...}) = 0
> brk(0x804e000) = 0x804e000
> read(3, "[global]\n\n workgroup = WORKGRP"..., 512) = 512
And it looks like the file is ok.
Here we have the same sequence of system calls as in testparam. Only does
the read return 512 bytes, the full buffer size.
I am running out of ideas. Why does this read succeede while testparams read
returns 0 bytes?
Oh, I see a difference. Fr...
2005 Mar 23
0
Samba, Win XP Not printing
...smbadduser command line).
Anyone have a suggestion?
Mark
-------------------- smb.conf ----------------------
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
# Date: 2004-04-06
[global]
workgroup = WORKGRP
interfaces = 127.0.0.1 eth0
bind interfaces only = true
load printers = yes
min print space = 2000
printing = cups
printcap name = cups
print command = /usr/bin/lp -d%p -oraw %s;rm %s
lpq command = /usr/bin/lpstat -o%p
lprm command = /usr/bin/cancel %p-%j
queuepause command = /usr/bin/di...
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf"
...on file
> "/usr/lib/smb.conf":
> Success
> Error loading services.
>
> . . .
>
> [root][/etc]: ls -all | grep smb
> -rw-r--r-- 1 root root 9643 Aug 6 02:59 smb.conf
>
> and the contents of smb.conf are :
>
> workgroup = WORKGRP
> server string = SerVer
> hosts allow = 10.0.0. 0.
> load printers = yes
> printcap name = /etc/printcap
> printing = lprng
> max log size = 500
> security = user
> socket options = TCP_NODELAY
> interfaces = 10.0.0.0/8
> local master = ye...
2002 Aug 12
6
Unable to open configuration file "/etc/smb.conf"
Interesting problem - can't figure out what's going on.
I'm using Red Hat 7.0 in conjunction with smbd version 2.2.5
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
...indows 98 clients and WinNT. There is no
problem logging on from
Windows98 and the shares are all working alright. Then, I followed Samba
NTDOM FAQ and add
the NT workstation name into /etc/passwd and smbpasswd (using smbpasswd -a
-m <machine_name>).
On the NT workstation, I changed it from WORKGRP to DOMAIN
<my_samba_domain> and I got the
message "Welcome to <my_samba_domain>". The next thing I did is reboot my
NT.
I saw a login dialog box. I chose <my_samba_domain>. I entered a user
name which only exists on
the Samba server but then an error message is retur...
2005 Oct 06
0
R-2.2.0 is released
...extreme first argument.
o write() has a new argument 'sep'.
o write.csv[2] now also support row.names = FALSE.
o The specification of the substitutions done when processing
Renviron files is more liberal: see ?Startup. It now
accepts forms like R_LIBS=${HOME}/Rlibrary:${WORKGRP}/R/lib .
o Added recommendation that packages have an overview man page
<pkg>-package.Rd, and the promptPackage() function to create a
skeleton version.
o Replacement indexing of a data frame by a logical matrix index
containing NAs is allowed in a few more cases, in particular...
2005 Oct 06
0
R-2.2.0 is released
...extreme first argument.
o write() has a new argument 'sep'.
o write.csv[2] now also support row.names = FALSE.
o The specification of the substitutions done when processing
Renviron files is more liberal: see ?Startup. It now
accepts forms like R_LIBS=${HOME}/Rlibrary:${WORKGRP}/R/lib .
o Added recommendation that packages have an overview man page
<pkg>-package.Rd, and the promptPackage() function to create a
skeleton version.
o Replacement indexing of a data frame by a logical matrix index
containing NAs is allowed in a few more cases, in particular...
2003 Dec 01
0
No subject
...mba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
This is my simple smb.conf
[global]
netbios name = COMPUTER
workgroup = WORKGRP
server string = Samba Server
interfaces = eth0
bind interfaces only = yes
hosts allow = 192.168.1. 127.
socket options = IPTOS_LOWDELAY TCP_NODELAY
log file = /usr/local/samba/var/log.%m
encrypt passwords = yes
domain master = no
preferred master = no
local master = no
os level = 25
dns proxy...