Displaying 20 results from an estimated 4000 matches similar to: "Server name appears as domain name"
2004 May 26
0
Phantom workgroup
I have a Samba 3.0.4 server configured as a PDC. NetBIOS name of the
server is "SERVER"; name of the workgroup is "AEC".
Problem is that there's now a phantom workgroup called "SERVER" when I
try to browse the network. Since there's no clients configured in this
workgroup, any attempts to browse this workgroup fail.
When I attempt to use User Manager for
2004 Jun 03
0
Changing user SID or Domain (doesn't work)
I'll start off with my question: how do you change a user's SID? When I
issue the command:
[root@server root]# pdbedit -u testuser -U \
S-1-5-21-4000410194-515421893-615041212-2006
I see
testuser:516:Test User
[root@server root]#
Then, I do "pdbedit -Lv testuser" and it still shows the old SID.
Now, I'll give you a little background.
Previously, this server (NetBIOS
2003 Jun 24
0
smb.conf suse 8.2 samba 3 beta cvs pdc german umlauts working
hi @ll
this is working smb.conf samba beta 3 cvs version 22 jun from ftp.suse.com
suse 8.2 minimal inst with additional glib locale , client win2000 serv pack
3 german
umlauts work in windows ( after all for ? you see on linux etc)
the name of machine is linux.linux.org
a bind 9 is on the linux machine too to make dns resolving
login domain works
roaming profile works
netlogon script works
2003 Aug 17
0
usrmgr samba 3 rc1 delete user script
Update
i finally got
add user script = /usr/sbin/useradd -m %u
to work ( it was a permisson task)
delete user script = /usr/sbin/userdel -r %u
does not work anyway
log says
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
_samr_unknown_2d: Not yet implemented.
as it always did since i tested samba 3
this i the very last funktion i missed
to admin samba 3 with usrmgr.....it should work
before
2004 Jan 12
0
smbd hangs when printing.
I have a Samba 3.0.1 where I have 2 printers connected. A Canon LBP4+ and a HP OfficeJet G85.
When I'm printing to the canon, no problem, it works like a charm, but when I try to print to the HP printer the smbd service hangs and the only way to stop it are with a kill -9
There are no difference between the 2 printers setup exept the printer driver on the windows machine, and ofcouse the
2003 Aug 17
0
Fw: usrmgr samba 3 rc1 delete user script update
win 2000 serv pack 4 german gives the same failure
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
> _samr_unknown_2d: Not yet implemented.
for
delete user script = /usr/sbin/userdel -r %u
all other stuff work like charme
regards
----- Original Message -----
From: "rruegner" <robowarp@gmx.de>
To: <samba@lists.samba.org>
Sent: Sunday, August 17, 2003 1:05 PM
Subject:
2003 Aug 16
2
usrmgr samba 3 rc1
Hi all,
For my long struggle to take samba working as pdc , and do admin with usrmgr
now useradd do not longer work after the update
userdelete never worked so it is yet...are ther any ideas , is there a signifant change to the scripts ( i dont found any in the man)?
in my oppinon this is not a real release if
add user script = /usr/sbin/useradd -m %u
delete user script =
2005 May 22
1
Strange intermittent join with XP SP2 and Samba 3.0.14a
Hi all!
I'm a system administrator for a company that uses Samba (the latest,
3.0.14a) as a PDC for a subnet with various windows clients. The following
diagram illustrates the situation of the various host in my network:
+----------+
| Win 2003 |
+--+-------+ - Clients -
| 10.100.0.0/16
|
+--------+ |
2004 May 05
1
Script repository?
Does anyone know of a place where I can find sample scripts for use
with Samba?
Looking thru smb.conf we have these options:
add user script
delete user script
add group script
delete group script
add user to group script
delete user from group script
set primary group script
add machine script
shutdown script
abort shutdown script
logon script
There are probably others that I'm
2004 May 05
0
SWAT drops quoted text in options
Having a little trouble with SWAT in Samba 3.0.3.
When an option in smb.conf contains quotes, for example:
add group script = /path/to/addgroupscript "%g"
SWAT will, upon parsing smb.conf, display
add group script = /path/to/addgroupscript
and committing it causes the quoted portion to be dropped in smb.conf.
Note that anything in double quotes (or, rather, after the first double
2004 Jul 13
0
XP to Samba PDC, permissions. Please give me a hand.
Hello list readers,
After setting up a Samba PDC on Suse Linux prof. 9.1. I succeeded in making
my Windows XP prof. workstation a member of the Samba domain.
When I, after succesfully logging in to the domain from XP, create or copy a
file in my own user directory (guus) permissions on te linux machine are set
right, like here:
-rwxrwxr--+ 1 guus users 4 2004-07-13 23:16 /home/guus/test
2004 Jun 10
0
Upgrading from workgroup to domain: experiences & gotchas (LONG)
I've decided to share my experiences with the list in hopes that it will
help someone else doing something similar avoid the problems I
experienced, and hopefully, have a better experience.
Here's the scope of my project:
Original installation:
- Samba 2.2.x series server
- Workgroup security (read: local security, not domain security)
- no domain controller
- password database is
2006 Jul 20
1
guest ok
I have the following smb.conf file. Note the "guestaccount" parameter, and
the guest parameters in shareA, shareB, and shareC.
#
# Generated by modify_samba_config.pl
#
[global]
adminusers = Administrator, root
logonhome = \\%L\%U\.9xprofile
addsharecommand =
/usr/local/autobench/sources/samba/util/modify_samba_config.pl
2006 Aug 18
3
share write access
Hi,
I am testing share parameters, and have the following share definition:
## Section - [shareA]
[shareA]
path = /tmp/shareA
writelist = user1
and do not understand why user1 cannot write files in the share when
connected as user1. Unix permissions for the share files are rw for
everyone, and the share directory has wide-open permissions. Samba version
is 3.0.20b-3.4-SUSE.
2005 Dec 20
2
Error in documentation: Samba 3 By Example: Chapter 5 - Making Users Happy in re: Outlook
Chapter 5 of Samba 3 By Example (
http://www.samba.org/samba/docs/man/Samba-Guide/happy.html ) states thusly:
-----
Configuration of MS Outlook to Relocate PST File
Microsoft Outlook can store a Personal Storage file, generally known as
a PST file. It is the nature of email storage that this file grows, at
times quite rapidly. So that users' email is available to them at every
workstation
2004 Feb 19
1
Migrate NT4 Dom -> Samba 3.0.2a
Hi,
I'm testing the migration of an NT4 Domain onto a Samba-Server.
Now I'm at the point to migrate users and maschine accounts.
It works fine for some users but not for all!
This is the output:
<-
# net rpc vampire -w samba
Fetching DOMAIN database
SAM_DELTA_DOMAIN_INFO not handled
Creating account: Administrator
Creating account: Gast
[2004/02/19 12:40:28, 0]
2005 Oct 20
4
usrmgr: group not found.
Hello.
usrmgr gives me this error, if I try to create or modify a user:
The group name could not be found.
I can create and modify groups with no errors!. This is my smb.conf:
[global]
addsharecommand = /etc/samba/scripts/modify_samba_config.pl
netbiosname = Spider-Man
deletesharecommand = /etc/samba/scripts/modify_samba_config.pl
usernamemap = /etc/samba/smbusers
maxlogsize = 50
2002 Mar 04
0
Server Manager - Add Share Problem ... it won't :-(
Hi,
I'm currently investigating implementing a Linux-Samba (RedHat 7.2 and Samba
2.2.3a) based domain solution. Whilst determining how best to administer a
Samba server I started using Server Manager for domains which I understand
should allow the creation of shares. Unfortunately this doesn't appear to
work for me.
I've included the following lines in the smb.conf file and copied
2010 Apr 27
1
BUILTIN-Groups break winbind_idmap
Hello,
i want to migrate from samba 3.2.6-37 (sernet-built on sles9) to
3.3.12-25 (sernet-built on debian lenny). It's a domain member server in
an w2k3 ad with all company files on it. I migrated the smb.conf and
moved the winbindd_idmap.tdb to the lenny server. The winbind idmap
options are still the same with tdb as idmap backend and don't conflict
with entries of /etc/group and
2008 Apr 04
0
Re: Samba to ADS 2003
Mr. Gowda,
Please review the following prior posts:
"HOW TO: Migrating users' locally-stored profiles from one domain or
workgroup to a new domain"
http://lists.samba.org/archive/samba/2005-December/115326.html
http://lists.samba.org/archive/samba/2005-December/115413.html
Note that I have only performed this migration where the users had
locally-stored profiles. If you are