Re: [Samba] time sync issue

2009-01-15 Thread Adam Williams
you can go to those computers and do a regedit change to give users the ability to change the time. wes wrote: I am running a Samba domain controller with LDAP integration. I have at least some workstations which do not seem to be syncing the time with the DC at all. My first instinct is to sim

Re: [Samba] [Release Planning 3.2] Samba 3.2.8 on February 03, 2009

2009-01-13 Thread Adam Williams
Michael Adam wrote: one more missing piece of information: please put the script update-pkginfo.sh into packaging/bin/ Thanks - Michael I applied the 3 patches from the bugzilla page that you and Karolin uploaded. Then I put the script in samba-3.2.7/packaging/bin and ran it: [r...@roar

Re: [Samba] [Release Planning 3.2] Samba 3.2.8 on February 03, 2009

2009-01-13 Thread Adam Williams
Karolin Seeger wrote: yes, three patches concerning RHEL packaging will be included. These patches fix the problem for me. Please report if it they don't work for you. Please find attached the patches. Karolin Hi Karolin, thanks for the response. I apologize if I sounded rude in my last me

Re: [Samba] unable to join XP/Vista to domain

2009-01-13 Thread Adam Williams
ignore my last message, nmb wasn't running, redhat has a separate /etc/rc.d/init.d/nmb for it :) -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] unable to join XP/Vista to domain

2009-01-13 Thread Adam Williams
I upgraded from samba 3.0.33 to samba 3.2.7 that ships with Fedora 10, and now I can't join computers to the domain controller. when I go to my computer properties, computer name, change, and put in the domain ADMIN and hit OK and put in the username and password of user awilliam with SeMachin

Re: [Samba] [Release Planning 3.2] Samba 3.2.8 on February 03, 2009

2009-01-13 Thread Adam Williams
will the mount.cifs compile error on Fedora 10 i386 and x86_64 be fixed when running packing/RHEL/makerpms.sh? I've submitted bug reports and got a patch on 12/23/08 from you and reported that the patch didn't fix the error and never got a reply. Karolin Seeger wrote: -BEGIN PGP SIGNED M

Re: [Samba] Server upgrade advies

2008-12-29 Thread Adam Williams
sure, bet sure to run net getdomainsid and net getlocalsid, write them down, and set them on the new server with net setdomainsid and net setlocalsid incase they are different on the new server. L.P.H. van Belle wrote: Hi, I must upgrade/move my samba to a new server. This is the way i want

Re: [Samba] sharing samba smbpasswd

2008-12-29 Thread Adam Williams
openldap. read chapter 5 of samba 3 by example.pdf. Dean Clapper wrote: Is there a way to share smbpasswd (samba user name and password file) between multiple servers. The servers are not on a domain controller, NIS nor ldap. We have 2 - 3 redhat samba servers just for network share drives.

Re: [Samba] samba server in two lans

2008-12-24 Thread Adam Williams
do you have the iptables firewall running or disabled? what does your bind interfaces only, interfaces, and hosts allow lines look like in smb.conf? Mohammad Reza Hosseini wrote: hello we have a samba server on centos 5.2 and 2 different lans. so we gave the server to ips eth0:172.16.93.217 a

Re: [Samba] compiling 3.2.6 fails on fedora 10 i386

2008-12-23 Thread Adam Williams
I applied the patch: [r...@missioncontrol samba-3.2.6]# patch -p1 < 0001-s3-samba.spec-Do-not-build-mount.cifs-separately.patch (Stripping trailing CRs from patch.) patching file packaging/RHEL/samba.spec.tmpl Hunk #1 succeeded at 179 (offset 1 line). But I still get the exact same error when

Re: [Samba] Strange problem with samba-3.2.0-1

2008-12-23 Thread Adam Williams
u[grade to samba 3.2.6, there was some fixes to cups in 3.2.1 i think. Jesper Langkjær wrote: Hi I'm new this group and normaly samba works like a charm, but not this time. I have an fresh installed Fedora Core 9 with samba-3.2.0-1.pre3.9.fc9.i386. For som reason we have LPRng 3.8 installed, b

[Samba] compiling 3.2.6 fails on fedora 10 i386

2008-12-22 Thread Adam Williams
I'm running samba-3.2.6/packaging/RHEL/makerpms.sh and get the following error. any ideas? make: Nothing to be done for `modules'. make: Nothing to be done for `pam_smbpass'. + cd client + gcc -o mount.cifs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-b

Re: [Samba] Vista roaming profiles...

2008-12-17 Thread Adam Williams
I didn't do anything special, no registry hacks, changes with msconfig or gpedit.msc or anything. just running vista SP1 32-bit and 64-bit. here's the ldif of a vista user: [r...@roark mail]# ldapsearch -D 'cn=Manager,dc=mdah,dc=state,dc=ms,dc=us' -b "uid=gjones,ou=People,dc=mdah,dc=state,dc

Re: [Samba] Vista roaming profiles...

2008-12-17 Thread Adam Williams
vista works fine for me w/ roaming profiles. i can send you my smb.conf and LDAP entries if you wish to take a look. John Doe wrote: Hi everybody, after many weeks of searching/trying, I still can't manage to get vista to use/save roaming profiles with samba as PDC... It has apparently worke

Re: [Samba] Cannot Delete File

2008-11-27 Thread Adam Williams
add to [testing] csc policy = disable nt acl support = no force security mode = 777 Robert Steinmetz wrote: I just upgraded my Member Server to 3.2.4 on Ubuntu. I have a permissions problem. Users can create files on the Samba shares but they cannot delete files. Here is a typical share def

Re: [Samba] Export smbpasswd to LDAP

2008-11-20 Thread Adam Williams
you're syntax isn't correct. try pdbedit --import smbpasswd:/etc/samb/smbpasswd you don't need the -e paramater, pdbedit will read your ldap settings from smb.conf. Iarly Selbir wrote: Anybody know a tool to migrate smbpasswd to Ldap Backend, i trying using the pdbedit -i smbpasswd:/passwd

Re: [Samba] File size limit in 2Gb

2008-11-20 Thread Adam Williams
smbmount it with the -o lfs option Yassine AYACHI wrote: Thank you for the quick response ! In fact i want to create an image with dd on the mounted hard drive ( dd if=/dev/zero of=//.img bs=1024k count=95000 ) ( my img file have 95 Gb... ) So I cant use samba to do my manipulation :(

Re: [Samba] Outlook and roaming profiles?

2008-11-19 Thread Adam Williams
it can be done, read pages 209-213 of samba 3 by example.pdf. you can redirect the PST files to a network share, or modify the registry to carry the local settings directory (by default it doesn't) but this will lead to large profiles and users asking why its taking a long time to log in/out.

Re: [Samba] Re: autodesk / autocad write problems

2008-11-18 Thread Adam Williams
add to your share: csc policy = disable force security mode = 777 nt acl support = no and try again. Tom Vier wrote: The server has 3.0.14a-3sarge11, but I also tested 3.0.24-6etch10 on my desktop. Same problem. The weird thing is it can save to a new file, but if it tries to overwrite, it ca

Re: [Samba] Samba + Vista Issue

2008-11-18 Thread Adam Williams
try adding msdfs root = yes in the global section. Adam Stirk wrote: Sorry to be a pain, but can anyone help me with this as it's starting to bug the hell out of me. Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Stirk Sent: 15 November 2008

Re: [Samba] Users not able to change password

2008-11-18 Thread Adam Williams
take these out of your smb.conf, you don't need them since you have ldap passwd sync = yes passwd program = /usr/sbin/smbldap-passwd %u passwd chat = *New*password* %n\n *Retype*new*password* %n\n *all*authentication*tokens*updated* unix password sync = yes passwd program = /usr/bin/passwd %u

Re: [Samba] privilages from main directory

2008-11-10 Thread Adam Williams
force group = support valid users = @support test test wrote: Hi, i have problem with inheriting permission from ovveriding directory. For example as we can see below support is subdirectory for main but if I'd like go to support \\IP_File_Server\main\support then i can't becouse share support i

Re: [Samba] Questions about known bugs

2008-11-05 Thread Adam Williams
here, samba-technial list, and bugzilla.samba.org john darnell wrote: I need to find a source for discussing known bugs in Samba. Is this a good place, or should I go elsewhere? R, John A.M. Darnell Team Leader Walsworth Publishing Company Brookfield, MO John may also be reached at [EMAIL PROTE

Re: [Samba] Want to recreate db.

2008-11-05 Thread Adam Williams
i would do net getlocalsid and netgetdomainsid and write down the SIDs, then you can stop samba and delete the .tdb files, then do a net setlocalsid and net setdomainsid and then start samba again. Brent Clark wrote: Hiya So im trying to get my PDC working. Started off small and then exporte

Re: [Samba] Trusted to work PDC howto

2008-11-04 Thread Adam Williams
samba 3 by example.pdf? Adam McCarthy wrote: I have already setup a Samba PDC out of version 3.0.x but it's basically rigged together because I had to use like 3 howtos together to finally figure out what they were actually doing. I have tried much Google searching to find a way better guide, b

Re: [Samba] machine policy?

2008-10-30 Thread Adam Williams
however, Vista ignores NTConfig.POL, so for vista PCs you will need to use WPKG. Hoover, Tony wrote: If you have access to Poledit.exe from NT4, you can use it to create a default machine policy that will push registry settings out to all machines in the domain, or specific settings for specifi

Re: [Samba] Application settings saving for PDC.

2008-10-30 Thread Adam Williams
by default, windows does not copy the Local Settings directory in the profile to the roaming profile server. Options are to edit ntuser.ini for each user and take out the Local Settings directory, or read pages 210-212 of samba 3 by example.pdf on how to hack the registry for each user to redi

Re: [Samba] Problem using samba with ldap

2008-10-29 Thread Adam Williams
do you have nss_ldap installed and working? Michael JOLY wrote: Hello, I've just installed samba with ldap on a debian etch. I have a problem when i attempt to create a user with the command smbldap-useradd -a -P -c "toto DUPONT" -u 1001 toto and to log in with it after. I obtain this error :

[Samba] desktop.ini in startup folder

2008-10-23 Thread Adam Williams
Whenever a person logs into a computer they've never logged into before, even if they already have a roaming profile, on the new computer, Windows XP is putting a desktop.ini in the startup folder, so when the person's desktop loads, notepad pops up with desktop.ini displayed. is there a way to p

Re: [Samba] Different IPs on a samba server #2

2008-10-17 Thread Adam Williams
you need a trailing dot, like hosts allow = 10.0. 192.168.0. localhost can your 10. network and 192.168. network ping each other? are you running wins server = yes and msdfs root = yes on the samba server? [EMAIL PROTECTED] wrote: Ok, I have played with this some more. Here is my setup. I

Re: [Samba] After some help with Samba and LDAP

2008-10-16 Thread Adam Williams
do you have include /etc/openldap/schema/samba.schema in slapd.conf? Matthew Delves wrote: Hey Folks, I'm running into what appears to be a known configuration problem though am at a lost end with trying to resolve it. The problem is that when following the SAMBA and LDAP configuration gu

Re: [Samba] Samba with different IP networks

2008-10-16 Thread Adam Williams
sure, just have the 192.168.x.x network have a route to the 10.0.x.x network in in DHCP on the 192.168.x.x have it set the WINS Server to the IP of your samba server on the 10.0.x.x network [EMAIL PROTECTED] wrote: I have the following setup. I have a 10.0.x.x network that has my samba server

Re: [Samba] Profile loading/saving on gigabit network only runs at fast ethernet speeds! Help!

2008-10-14 Thread Adam Williams
page 211 of samba 3 by example.pdf has instructions on how to redirect folders using registry changes. you can easily redirect my documents by right clicking on it and changing the target. i don't save files to my desktop because that just results in a cluttered desktop and large roaming prof

Re: [Samba] Profile loading/saving on gigabit network only runs at fast ethernet speeds! Help!

2008-10-14 Thread Adam Williams
where are you saving the VM at? My documents? you can redirect my documents as well as most folders under c:\documents and settings\user Jonathan Bougher wrote: Hello everyone, I could really use some help trying to diagnose a tricky issue within the domain I have set up. I am using samba-3

Re: [Samba] Samba builtin groups and LDAP

2008-10-14 Thread Adam Williams
did you run: net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=ntadmins type=d net groupmap add rid=513 ntgroup="Domain Users" unixgroup=users type=d net groupmap add rid=514 ntgroup="Domain Guests" unixgroup=nobody type=d Loren M. Lang wrote: I just set up a fresh Samba PDC using Ope

Re: [Samba] netlogon script not running...(upgrade from 3.0.25b to 3.2.4)

2008-10-13 Thread Adam Williams
i have the same problem and filled out a bug report https://bugzilla.samba.org/show_bug.cgi?id=5627 and it never went anywhere. my only work around was to create a shortcut in the user's startup folder to their netlogon script. Johan Landerholm wrote: Hi all, I have been using samba for a v

Re: [Samba] Server Maps by IP but not by Name for Domain Users

2008-10-13 Thread Adam Williams
add in your [global] section: msdfs root = yes restart samba, and then try connecting to your shares by server name again. Matthew Lind wrote: Hey all, I've got an issue with my Samba server. I can't seem to get file shares to map using Server Name, but I can get them to map using IP Address

[Samba] share isn't displaying filename changes

2008-10-09 Thread Adam Williams
We have a share with a few hundred .jpg's in it. When an XP user right clicks on a file and selects rename and renames the fiile and hit enter, it still displays the old filename, and hitting F5 to refresh the window does not show the new filename either. you have to go back a directory and t

Re: [Samba] Samba as PDC+OpenLDAP: unique login?

2008-10-08 Thread Adam Williams
try posting on the NSS LDAP mailling list at [EMAIL PROTECTED] Joao Amancio wrote: Proskurin Kirill, First of all: Thank you! I've changed my /etc/nsswitch.conf file just like yours. My difficult is in get "nss_ldap" compiled and running on it server. I download the tgz file from PADL Software

Re: [Samba] CIFS Mounting Issues

2008-10-06 Thread Adam Williams
usually you get that error because of a bad username/password. instead of using credentials, try -o username=sgerteisen,password=abc123 Steve Gerteisen wrote: Attempting to mount a share from a NetApp FAS using Win2K domain authentication. Using a credentials file. For testing purposes, acti

[Samba] testjoin fails, but join works

2008-09-16 Thread Adam Williams
Has anyone ever seen this condition before? net rpc testjoin fails, but net rpc join succeeds. Running samba 3.0.32 on CentOS 5.2: [EMAIL PROTECTED] samba]# net rpc testjoin -S ROARK -D ADMIN -U awilliam Password: [2008/09/16 08:44:27, 0] rpc_client/cli_pipe.c:get_schannel_session_key_common(

Re: [Samba] universal netlogon script

2008-09-03 Thread Adam Williams
http://www.archivum.info/linux.samba/2008-06/msg00486.html http://lists.samba.org/archive/samba/2008-June/141457.html http://www.mail-archive.com/samba@lists.samba.org/msg91781.html Brad C wrote: Hi Guys, Advise, I have 200 users, they all have access to 20 shares in different combinations. Th

[Samba] Vista SP1 and roaming profiles

2008-08-27 Thread Adam Williams
I'm setting up new computers w/ Vista SP1 that are replacing computers that were XP SP3. Vista is not using the roaming profiles that the XP users were using. instead of using for example \\server\profiles\jdoe, it is making a \\server\profiles\jdoe.V2 that Vista uses, and so I have to re-set

Re: [Samba] Samba 3.0.32 Maintenance Release Available

2008-08-26 Thread Adam Williams
added the output from tcpdump to https://bugzilla.samba.org/show_bug.cgi?id=5627 thanks! -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba 3.0.32 Maintenance Release Available

2008-08-26 Thread Adam Williams
Gerald (Jerry) Carter wrote: I'll take a quick look right now. thanks :) -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba 3.0.32 Maintenance Release Available

2008-08-26 Thread Adam Williams
Have any of the samba developers had a chance to look at my bug I submitted a few weeks ago? https://bugzilla.samba.org/show_bug.cgi?id=5627 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] How to Join Samba Client to a Samba PDC Domain with ldap?

2008-08-22 Thread Adam Williams
only/replication LDAP server to your PDC server which isn't required. Alberto Moreno wrote: On Fri, Aug 22, 2008 at 5:41 AM, Adam Williams <[EMAIL PROTECTED]> wrote: you want to have samba on your centos 5.2 system join the samba domain handled by samba/ldap on your PDC? Yes Ad

Re: [Samba] How to Join Samba Client to a Samba PDC Domain with ldap?

2008-08-22 Thread Adam Williams
you want to have samba on your centos 5.2 system join the samba domain handled by samba/ldap on your PDC? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Cannot Redirect some windows xp folders to samba share?

2008-08-13 Thread Adam Williams
see page 211 of samba 3 by example.pdf Alberto Moreno wrote: Hi people. I have some issues, I setup a samba server(3.0.28) with gentoo, samba + ldap. Is working, I can create users, change, add, mod, etc,etc. I setup each home drive, using smbldap-tools. Everything is working good.

Re: [Samba] Removing account/passwd synchronization requirement

2008-08-12 Thread Adam Williams
what is your smb.conf? Henry S wrote: I have a basic samba server up and running. My XP clients I can only connect to the samba share if have identical account names / passwds on both the XP client and the linux server. How can I eliminate this requirement so that an XP user can log into any v

Re: [Samba] Samba crashes and domain problems

2008-08-07 Thread Adam Williams
in the global section add: posix locking = No and in the share section add: csc policy = disable profile acls = yes nt acl support = no force security mode = 777 will fix your excel read only errors. upgrade to samba 3.0.31 also. Stephen Mulcahy wrote: Hi, I have inherited a Samba PDC runn

Re: [Samba] [ANNOUNCE] Samba 3.2.1 Available for Download

2008-08-05 Thread Adam Williams
thanks! :) Gerald (Jerry) Carter wrote: I'll take care of it. I need to do something productive this week anyways :-) -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] [ANNOUNCE] Samba 3.2.1 Available for Download

2008-08-05 Thread Adam Williams
if i knew how to fix it and create a patch for it i would, but I am unable to do either. :) Volker Lendecke wrote: Sorry, it just got lost. The best way to make sure that it will be in 3.2.2 is to submit a good patch :-) Volker -- To unsubscribe from this list go to the following URL and r

Re: [Samba] [ANNOUNCE] Samba 3.2.1 Available for Download

2008-08-05 Thread Adam Williams
makerpms.sh is still broken and I submitted a bug report on it for 3.2.0 when it came out :( [EMAIL PROTECTED] ~]# cd samba-3.2.1/packaging/RHEL [EMAIL PROTECTED] RHEL]# sh makerpms.sh.tmpl Supported RPM version [4.4.2.3] ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/pa

Re: [Samba] Troubles writing a msword file to samba server

2008-08-05 Thread Adam Williams
in the global section add: posix locking = No and in the share section add: csc policy = disable profile acls = yes nt acl support = no force security mode = 777 Kakà wrote: The client computer tell me that "no more disk space available" writing a msword file to a samba server ( centos 4.2,

Re: [Samba] Using LDAP, no PDC/BDC, for multiple samba servers

2008-08-01 Thread Adam Williams
original from PDC via non-LDAP procotols? Hew~, sorry for continuous questions but It really helps. On Fri, Aug 1, 2008 at 3:32 PM, Adam Williams <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: because you can only have one PDC. BDCs will authenticate connections aga

Re: [Samba] INFO Request: Samba PDC, Windows NT4 Style, Failure to Add Trusted Machine

2008-08-01 Thread Adam Williams
is the DOMAIN on your windows xp computer set to WORKGROUP or MYDOMAIN? because in smb.conf you have WORKGROUP, but in your previous email you said the error was giving MYDOMAIN. In my computer properties, computer name, the DOMAIN must equal whatever the workgroup = line is set to in smb.con

Re: [Samba] Using LDAP, no PDC/BDC, for multiple samba servers

2008-08-01 Thread Adam Williams
because you can only have one PDC. BDCs will authenticate connections against LDAP on the PDC, but you can have the BDCs use a replicated copy of LDAP on the BDC to authenticate with if you have slow WAN links, etc. the difference in smb.con is that the BDC's will have domain master = no, and

Re: [Samba] INFO Request: Samba PDC, Windows NT4 Style, Failure to Add Trusted Machine

2008-08-01 Thread Adam Williams
is the windows xp comptuer named winbox in my computer properties, computer name? is the WINS SERVER ip address set to the IP of your samba server? Jason A. Nunnelley wrote: Here's my document reference point: http://samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html#machine-t

Re: [Samba] Using LDAP, no PDC/BDC, for multiple samba servers

2008-08-01 Thread Adam Williams
multiple samba servers, I need LDAP and samba DC? And samba servers have to join the samba DC by net rpc join? Thanks a lot. Soohoon. On Fri, Aug 1, 2008 at 11:22 AM, Adam Williams <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: sure you can have multiple domains with all t

Re: [Samba] Using LDAP, no PDC/BDC, for multiple samba servers

2008-08-01 Thread Adam Williams
lt;[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Lukasz Zalewski wrote: Adam Williams wrote: are you using security = user or security = domain on your multiple servers? Soohoon Lee wrote: Hi Is it

Re: [Samba] Using LDAP, no PDC/BDC, for multiple samba servers

2008-08-01 Thread Adam Williams
are you using security = user or security = domain on your multiple servers? Soohoon Lee wrote: Hi Is it possible to use single LDAP server and multiple samba servers? The problem I'm having now is Each server thinks their host name is their LDAP domain name, or sambaDomainName, and complain t

Re: [Samba] Troubles with PDC move

2008-07-29 Thread Adam Williams
have available. if it works, you don't have a registry permissions problem, if it says unable to change target, then you do and will have to do the hive proceedure to fix it. Aaron Johnson wrote: Adam Williams wrote: check the permissions on the registry hive? Where is this and how would

Re: [Samba] Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed mac

2008-07-28 Thread Adam Williams
http://www.samba.org/samba/docs/Samba3-ByExample.pdf Vinod Raghavan wrote: Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about :

Re: [Samba] Troubles with PDC move

2008-07-28 Thread Adam Williams
check the permissions on the registry hive? does the new server have the same SID as the old one? Aaron Johnson wrote: Versions: Old Server: Ubuntu 6.06 Samba 3.0.25a New Server Centos 5.2 Samba 3.0.25b I have moved all the *.tdb, samba configs, login scripts, files, unix user UIDs and grou

Re: [Samba] Mutli-Homed Subnetting - Advice please

2008-07-28 Thread Adam Williams
how congested is your network? is the gigabit card on the server near 100% utilization, or also are your network switches near 100% bandwidth utilization, or both? are you using roaming profiles? i'd try to offload some of the network load by re-directing my documents to their home directory

Re: [Samba] Samba server suddenly stopped working

2008-07-27 Thread Adam Williams
can you telnet to samba's tcp ports? Aniruddha wrote: Hi, I had a working samba server and suddenly my Windows (1 vista and 1 XP) boxes couldn't see the Samba share anymore. The smb.conf appeared to be fine and I can ping the server. I run the latest Gentoo Linux on the server. Anyone has an id

Re: [Samba] Impossible to access folders

2008-07-21 Thread Adam Williams
are you trying to connect to \\server\acn or \\server\share? Thomas Vito wrote: Hello, On a RHEL 5 U2 server i am trying again to setup samba this time in user mode, see smb.conf below: [global] workgroup = ACME realm = EU.ACME.COM server string = %h password se

Re: [Samba] my first samba set-up gives me a headache

2008-07-17 Thread Adam Williams
did you read chaper 7 of samba 3 by example.pdf? Thomas Vito wrote: Hi everyone, I am setting up a samba server in Win2003 domain. My goal is to be able to connect to shares from a redhat server to win2003 servers and do the same the other way around. I have followed some tutorials, been throu

Re: [Samba] Join Server to Domain Fails

2008-07-16 Thread Adam Williams
add -U root%password Bit Byte wrote: Hi list, Would anyone please help me troubleshoot the following? [EMAIL PROTECTED] ~]# service smb status smbd is stopped nmbd is stopped [EMAIL PROTECTED] ~]# net rpc join -S MYPDC Password: Creation of workstation account failed User specified does not ha

Re: [Samba] unable to run login scripts in [netlogon]

2008-07-11 Thread Adam Williams
sure i'll do that now. thanks. Jeremy Allison wrote: None of these log entries show an error in accessing the files. We'd need to see much more of the log before understanding what is going on here. Do you want to log a bug and upload complete debug level 10 logfiles ? Jeremy. -- To unsub

[Samba] unable to run login scripts in [netlogon]

2008-07-11 Thread Adam Williams
My Windows XP SP3 clients aren't loading their logged_in_username.bat from my netlogon share, and I can't figure out why. It looks like in the log file the Windows PCs are loading the script, its just not executing it on the windows PCs for some reason, but if I click start, run, and type in \

[Samba] unable to load netlogon scripts

2008-07-10 Thread Adam Williams
running samba 3.0.30 on fedora core 8 and i'm not able to have windows xp load the netlogon script. In their LDAP info I have: sambaProfilePath: \\roark\profiles\jholland sambaHomePath: \\roark\jholland sambaLogonScript: scripts\jholland.bat sambaHomeDrive: R: and the share info is: [netlogon

Re: [Samba] Samba Primary Domain Controller in RHEL 5

2008-07-08 Thread Adam Williams
read the Samba-3 By Example PDF that comes with the samba source. ankit jariwala wrote: Hello Friends, Please tell me How ro configure Samba Primary Domain Controller in RHEL 5 Thanks In Advance Thanks & Regards Ankit Jariwala call:-9725655020 -- To unsubscribe from this list go to the

Re: [Samba] Let IIS 6 access a Samba share on Linux

2008-07-08 Thread Adam Williams
look at the samba log files, it could be a lot of things...permissions, bad username/password, etc. Mário Gamito wrote: Hi, I set this Samba server on Linux. I need IIS 6 on a Windows 2003 server to access files on it. Problem is, when in Windows I try to add a (Windows) user to the share, I

Re: [Samba] Policies on Windows Cliente XP

2008-07-05 Thread Adam Williams
group policies work fine in XP. you'll need the windows 2000 server policy account manager. i'll have to look up the exact name of it, but you can get it from extracting 2000 SP4. Tales Macedo wrote: Good Morning, Friends. Excuse my English, I live in Brazil, Rondônia State, Amazon. Recent

Re: [Samba] Replacing Samba with a new one

2008-06-28 Thread Adam Williams
move everything in /etc/samba/ and the .tdb files from /var/lib/samba to the new server. also run net domainsid and write down the server and domain sids. start samba on the new server. run net getdomainsid and if the sids are different, set them to what they were on the old server with net

[Samba] question about groups

2008-06-25 Thread Adam Williams
I created a group in ldap: dn: cn=web,ou=Group,dc=mdah,dc=state,dc=ms,dc=us objectClass: posixGroup objectClass: top cn: web userPassword:: xx memberUid: akazery memberUid: dhglover memberUid: cgoodwin memberUid: mglover memberUid: jlongmire memberUid: awilliam gidNumber: 1010 and ran:

Re: [Samba] Samba Auto Hidding and Archiving

2008-06-17 Thread Adam Williams
windows desktop search? try uninstalling it. i had a similar problem w/ ms word files. NICK VERBECK wrote: Periodically when we save a file to a Samba share it will mark the file as being hidden and archived. We then have to go and remove these flag before we can save the file again. Any idea

Re: [Samba] different logon scripts and mappings for individual users

2008-06-17 Thread Adam Williams
ryone to map to, with exception of a handful of users. would i still be forced to have a script for each individual user??? On Tue, Jun 17, 2008 at 12:21 PM, Adam Williams <[EMAIL PROTECTED]> wrote: in the global section: logon script = scripts\%U.bat then have a script for each us

Re: [Samba] different logon scripts and mappings for individual users

2008-06-17 Thread Adam Williams
in the global section: logon script = scripts\%U.bat then have a script for each user by their username.bat Leandro Tracchia wrote: i'm not sure how to create different logon scripts for different users. right now i have one logon script called 'logon.bat' that maps all users to a serve

Re: [Samba] 2nd smb server

2008-06-11 Thread Adam Williams
--- Original Message From: Adam Williams <[EMAIL PROTECTED]> To: Sascha <[EMAIL PROTECTED]> Cc: samba@lists.samba.org Sent: Tuesday, June 10, 2008 4:54:46 PM Subject: Re: [Samba] 2nd smb server read chapter 7 of Samba3 By Example.pdf. it explains how to add domain member servers using NS

Re: [Samba] roaming user profiles do not transfer all settings

2008-06-10 Thread Adam Williams
John Drescher wrote: Where is the wallpaper file located? Is it in the windows folder on both machines? Or some other folder? John good suggesting, i didn't even think to tell him that. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba

Re: [Samba] roaming user profiles do not transfer all settings

2008-06-10 Thread Adam Williams
i don't know, since i'm not having the problem you are, try deleting it and letting us know Leandro Tracchia wrote: ok... i think i figured it out. the 'All Users' settings are also being applied when i log in with the domain account. can i just delete the 'All Users' profile? -- To unsubs

Re: [Samba] roaming user profiles do not transfer all settings

2008-06-10 Thread Adam Williams
also copied the profile through my computer properties. still i don't get the same profiles when logging in from different computers. On Mon, Jun 9, 2008 at 2:18 PM, Adam Williams <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: sounds like you didn't copy the user

Re: [Samba] 2nd smb server

2008-06-10 Thread Adam Williams
read chapter 7 of Samba3 By Example.pdf. it explains how to add domain member servers using NSS_LDAP and LDAP backend. no you won't need winbind. Sascha wrote: Hi, i have already search for three days now but i can't find any tips. I am running a Samba PDC based on smb 3.0.23. No i want to

Re: [Samba] roaming user profiles do not transfer all settings

2008-06-09 Thread Adam Williams
sounds like you didn't copy the user's NTUSER.DAT. how did you copy the profile? drag and drop from c:\documents and settings\username to \\server\profiles\username or did you go to my computer properties, advanced, users, and change their profile to roaming and copy their profile with the co

Re: [Samba] XP SP3 and posix locking

2008-06-09 Thread Adam Williams
I'm getting the read-only errors in MS Word 2003, and I'm using Symantec Endpoint Protection 11 for anti-virus. One of my techs in his notes has reports of read-only errors going back to January 4, 2008. Samba 3.0.28 was released on Dec 10, 2007, and I would of upgraded to it soon after, so I

Re: [Samba] second samba pdc

2008-06-09 Thread Adam Williams
they are different servers, hence the different SIDs. i'm not sure why you'd want to have 2 different servers with the same local SID if you're not doing a migration. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/s

Re: [Samba] second samba pdc

2008-06-09 Thread Adam Williams
why isn't one of the servers a BDC? Sven Buchstaller wrote: Hello List, I have 2 samba domain on 2 physical Servers but the User Administration is over 1 LDAP Server. At the moment i become some errors on my first PDC box: smbd[16074]: sid S-1-5-21-3194266148-564761370-2586249389-101652 do

Re: [Samba] Question about samba domains PDC migration and browsing slowly

2008-06-08 Thread Adam Williams
man smb.conf preferred master (G) This boolean parameter controls if nmbd(8) is a preferred master browser for its workgroup. If this is set to yes, on startup, nmbd will force an election, and it will have a slight advantage in winning the electio

Re: [Samba] XP SP3 and posix locking

2008-06-06 Thread Adam Williams
i've had a similar problem for weeks/months now with microsoft word 2003 saying files are read-only, even when the file permissions are 777. i was google searching which said the problem is due to windows desktop search. i uninstalled that but that didn't completely fix it. i'll try posix lo

Re: [Samba] push install software with samba

2008-06-05 Thread Adam Williams
http://www.wpkg.org dnk wrote: Godo day all, I used to have a book mark for an open source piece of software that could be used in conjunction with samba to push install software (that supported unattended installs) and windows updates (I think). I for the life of me can not remember what it

Re: [Samba] do i need posix users/groups in ldap

2008-06-05 Thread Adam Williams
you'll need to put your posix users in ldap, because samba will add the sambaSamAccount values to them in ldap. Collen Blijenberg wrote: Hi all, i'm a bit confused, can i setup samba (3.0.30) with LDAP backend, and have the "posix/local linux" users and groups reside in the /etc/groups /etc/s

Re: [Samba] samba/ldap setup stopped working (might be a challenge)

2008-06-04 Thread Adam Williams
have you tried taking a misbehaving machine out of the domain, deleting is machine account, re-creating it, and readding it to the domain? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Roaming Profiles Load Very Slowly

2008-05-28 Thread Adam Williams
how do you disable java caching? L.P.H. van Belle wrote: I agree, roming is very slow with lots of small files. a tip i can give everybody, disable java caching. i had a user with 6500+ files in java cache dir which made loggin in very slow. Louis -- To unsubscribe from this list go to

Re: [Samba] Procedure to rebuild a Samba PDC?

2008-05-27 Thread Adam Williams
move all of the .tdb files, and /etc/samba/* and everything in /var/lib/samba/* and of course any data you have. write down the SID of the old server (net getlocalsid, net getdomainsid) and set the new server to the same SID with net setlocalsid Michael Lueck wrote: Greetings- Is there any

Re: [Samba] Setting up PDC w/ LDAP

2008-05-27 Thread Adam Williams
no you don't need winbind, i'm using LDAP + samba + NSS_LDAP. paste your net command and the error(s) its giving. Daniel L. Miller wrote: I've almost got it. I swear I've almost got it (and I've been doing a lot of swearing lately). I re-built my PDC, starting from scratch. I'm not using th

Re: [Samba] Migration From 3.0.22 to 3.0.28a on New Hardware

2008-05-23 Thread Adam Williams
are you using DHCP? and net login scripts in samba? just change the WINS server in DHCP. move over all of the .tdb files, make sure the new server has the same domain sid. have the netlogon scipts unmount their shares and remount them to the new server. Nick Webb wrote: Hey All, I'm pret

[Samba] unable to compile samba-3.0.28a on Fedora 9 i386

2008-05-22 Thread Adam Williams
I downloaded samba-latest.tar.gz from the samba website, extracted it, went to samba-3.0.28a/packaging/RHEL and ran sh makerpms.sh but during the compile process, it errors out with: The following command failed: gcc -I. -I/usr/src/redhat/BUILD/samba-3.0.28a/source -O2 -g -pipe -Wall -Wp,-D_F

<    1   2   3   4   5   >