My Isp has made some domain changes yesterday. And I have not received any mail from the group, last was 25 August 11 am. Is this mail getting to the group can someone let me know please.
Sirs, I have been attempting to fix this problem now for quite some time. I only just subscribed to this list, and am hoping that i may find some assistance here. Basically, I used to run a Windows NT4 server here with several linux and windows boxes which ran off of the workgroup DEVELOPMENT. That Windows NT4 server was also my proxy and firewall. I have remoed that server in an attempt to reduce the overall noise and radiation in this room (I'd like to have kids one day). That NT4 server is being replaced by a Linux server which currently handles the jobs of proxy and firewall with no problems. The problem lies with Samba, or more likely, my poor use of samba. I quickly discovered that my old smb.conf files would no longer work, so I've done a little reading, and came up with the following smb.conf file; [global] # general workgroup stuff netbios name = Nadya workgroup = DEVELOPMENT browseable = yes socket options = TCP_NODELAY syslog = 2 # browser election stuff. I want to always win the election os level = 33 # I used 33 since that was the value an NT4 server used (or so I # was led to believe local master = yes preferred master = yes # network config stuff hosts allow = 192.168.0. localhost interfaces = 192.168.0.1/255.255.255.0 bind interfaces only = yes [storage] path = /storage browseable = yes comment = storage drive volume = storage writeable = yes guest ok = no [homes] comment = Home Directories read only = No browseable = No Now, when I restart samba using this file, all goes well until I try to browse the DEVELOPMENT workgroup through network neighbourhood (tried under windows 98, NT4, and 2000 to no avail); Development is not accessible. The server is not configured for transactions. Now, I've ensured that the spelling is correct (as so often happens when I try to configure something at 4 am) but nonetheless I get that error message. I can still run \\nadya\storage which prompts me for a password, though only the username and password for root work (my users do not work anymore for browsing that share). I've been looking around for assistnace, but I keep hearing from people who tell me to RTFM, which is driving me nuts since I've been reading various books on Samba, but I'm still lost. If anyone can help me out here, I would really appreciate it. I'm really looking forward to moving that NT4 server out of here completely to free up the space, but I can't until i know this works correctly. Thanks
im not really an expert... but try adding 'public = yes' and 'read only = no' in the storage section ... and im not sure if you have to do a chmod 777 /storage(giving a read write execute permission to all users).. but im not sure if this is necessary another tip is try to run smbclient -L yourhostname -U user --> tyr users aside from root this would list the available shares for the user to know more about smbclient try man smbclient>Sirs, > >I have been attempting to fix this problem now for quite some time. I >only just subscribed to this list, and am hoping that i may find some >assistance here. > >Basically, I used to run a Windows NT4 server here with several linux and >windows boxes which ran off of the workgroup DEVELOPMENT. >The problem lies with Samba, or more likely, my poor use of samba. > >I quickly discovered that my old smb.conf files would no longer work, so >I've done a little reading, and came up with the following smb.conf file; > >[global] > # general workgroup stuff > netbios name = Nadya > workgroup = DEVELOPMENT > browseable = yes > socket options = TCP_NODELAY > syslog = 2 > > # browser election stuff. I want to always win the election > os level = 33 > # I used 33 since that was the value an NT4 server used (or so I > # was led to believe > local master = yes > preferred master = yes > > # network config stuff > hosts allow = 192.168.0. localhost > interfaces = 192.168.0.1/255.255.255.0 > bind interfaces only = yes > >[storage] > path = /storage > browseable = yes > comment = storage drive > volume = storage > writeable = yes > guest ok = no > >[homes] > comment = Home Directories > read only = No > browseable = No > >Now, when I restart samba using this file, all goes well until I try to >browse the DEVELOPMENT workgroup through network neighbourhood (tried >under windows 98, NT4, and 2000 to no avail); > >Development is not accessible. >The server is not configured for transactions. > >Now, I've ensured that the spelling is correct (as so often happens when I >try to configure something at 4 am) but nonetheless I get that error >message. I can still run \\nadya\storage which prompts me for a password, >though only the username and password for root work (my users do not work >anymore for browsing that share). > >I've been looking around for assistnace, but I keep hearing from people >who tell me to RTFM, which is driving me nuts since I've been reading >various books on Samba, but I'm still lost. > >If anyone can help me out here, I would really appreciate it. I'm really >looking forward to moving that NT4 server out of here completely to free >up the space, but I can't until i know this works correctly. > >Thanks > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba > >__________________________________ www.edsamail.com
Hi I get the following error messages when im trying to access my samba shares: [2001/09/27 22:29:39, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)call_nt_transact_ioctl: Currently not implemented. Im useing Win2k as client. And SMB 2.2.1a as server. Venlig Hilsen / Best regards Christian Rytter Phone: +45 27 37 62 45 AC Software chris@ac-ware.com http://www.ac-ware.com -------------- next part -------------- HTML attachment scrubbed and removed
Hello All: I am new to this newsgroup so please if this question does not really belong here, please let me know. This is the problem which I am facing: I have in my office about 35 NT workstations and 1 NT server. Service Pack 5 has been installed on *all* the workstations. I have enabled roaming profiles with windows home drives setup. Everything seem to be fine when users log in. My problem is this: I have Linux server on to which my Tape drive is connected. Using Samba, I am able to connect to the users share on NT server. I wrote a backup script which runs on Linux as a cron jon which mounts NT users share using SMB. The share is perfectly mounted. No problems here. But when my backup script tries to recurse into the users directories, it give me permission denied errors. I mount NT shares using SMB with a specific NT user. I have also added 'Backup Operators' to this user, but no luck. I still get permission denied errors. I know why it gives me permission denied errors, because that is the way NT homedrives work and any sub directories created by the user has the permissions only to him and not even the administrator can access those directories. I now need the Help regarding this permission problems. Can anybody help me here? ...Rohit Here more info on my configuration: Servers: - Windows NT server 4.0 Service Pack 5 - RedHat Linux 7.1 - Running Samba Server Workstations: - Windows NT workstation Service Pack 5 Hardware: - Intel x86 -------------- next part -------------- HTML attachment scrubbed and removed
Hi there, l think l tried everything possible and still can not solve the problem l have. It may be very simple one but l just do not get it. Hope you guys can help. l installed Samba. From a W2K PRO PC, l can see my home folder in the Samba server and that is it. l can not see any share (test and path is /misc in my case) l put in the smb.conf file. Below is my very simple smb.conf file. [global] workgroup = mygroup security = users encrypt passwords = yes log file = /var/log/samba/samba.log [test] valid users = wilson root # guest ok = yes path = /misc public = yes writable = yes When l do a "smbclient -L servername -U username%password" l get the error message : "session setup failed:ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid). Please be noted that l did created a user first in Linux and then use smbpasswd to create the same user with the same passwd. l also export the /misc folder by adding the line "/misc 192.168.1.0/255.255.255.0(rw)" in the /etc/exports and then start the nfs service. l did a showmount -e to make sure the mount is there. However when l do "smbclient -L servername -U root%password", it is OK. But it still does not list the share of test. Version : Samba 2.2.1a bindary package OS : RedHat Linux 7.1 and 7.3 Thanks a lot Warren
Post your smb.conf Joel On Thu, Jul 25, 2002 at 09:44:21PM -0400, Warren Chan wrote:> Hi Joel, > > l added the guest ok = yes and guest account = ftp. l found 2 things : > > 1. according to the smbclient (guest account), l do not see the [test] share > 2. the testparm shows that guest ok = no. But l did enter guest ok = yes in > the smb.conf ????? > > Could you please give me some idea ? > > Thanks a lot > > Warren > > > -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Wednesday, July 24, 2002 11:50 PM > To: Warren Chan; samba@lists.samba.org > Subject: Re: [Samba] Help please > > > First, the business with nfs isn't going to do anything to help out samba. > Get rid of if if you can. > If you want to see if this is a pasword problem, try > guest ok = yes in the share and guest account = ftp in your global section. > security = users seems to be a typo. Have you run testparm? > Joel > > On Wed, Jul 24, 2002 at 10:51:33PM -0400, Warren Chan wrote: > > Hi there, > > > > l installed Samba. From a W2K PRO PC, l can see my home folder in the > Samba > > server and that is it. l can not see any share (test and path is /misc in > my > > case) l put in the smb.conf file. > > > > Below is my very simple smb.conf file. > > > > [global] > > workgroup = mygroup > > security = users > > encrypt passwords = yes > > log file = /var/log/samba/samba.log > > > > > > [test] > > valid users = wilson root > > # guest ok = yes > > path = /misc > > public = yes > > writable = yes > > > > When l do a "smbclient -L servername -U username%password" > > l get the error message : "session setup failed:ERRSRV - ERRbadpw (Bad > > password - name/password pair in a Tree Connect or Session Setup are > > invalid). > > > > Please be noted that l did created a user first in Linux and then use > > smbpasswd to create the same user with the same passwd. l also export the > > /misc folder by adding the line "/misc 192.168.1.0/255.255.255.0(rw)" in > the > > /etc/exports and then start the nfs service. l did a showmount -e to make > > sure the mount is there. > > > > However when l do "smbclient -L servername -U root%password", it is OK. > But > > it still does not list the share of test. > > > > Version : Samba 2.2.1a bindary package > > OS : RedHat Linux 7.1 and 7.3 > > > > > > Thanks a lot > > > > Warren > > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba
Note my comments below. You might try security = share if security = user is not getting the result you want. You might get rid of valid users to make things simpler. man smb.conf is a great resource. Joel On Thu, Jul 25, 2002 at 10:29:24PM -0400, Warren Chan wrote:> Here is the smb.conf > > [global] > workgroup = integrity > security = users <------security = user (NOT USERS) > encrypt passwords = yes > log file = /var/log/samba/samba.log > > > [test] > valid users = wilson root > guest ok = yes > path = /misc > public = yes > writable = yes > guest account = ftp <----SHOULD BE IN GLOBAL > > Warren > > > > -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Thursday, July 25, 2002 10:05 PM > To: Warren Chan; samba@lists.samba.org > Subject: Re: [Samba] Help please > > > Post your smb.conf > > Joel > > On Thu, Jul 25, 2002 at 09:44:21PM -0400, Warren Chan wrote: > > Hi Joel, > > > > l added the guest ok = yes and guest account = ftp. l found 2 things : > > > > 1. according to the smbclient (guest account), l do not see the [test] > share > > 2. the testparm shows that guest ok = no. But l did enter guest ok = yes > in > > the smb.conf ????? > > > > Could you please give me some idea ? > > > > Thanks a lot > > > > Warren > > > > > > -----Original Message----- > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > Sent: Wednesday, July 24, 2002 11:50 PM > > To: Warren Chan; samba@lists.samba.org > > Subject: Re: [Samba] Help please > > > > > > First, the business with nfs isn't going to do anything to help out samba. > > Get rid of if if you can. > > If you want to see if this is a pasword problem, try > > guest ok = yes in the share and guest account = ftp in your global > section. > > security = users seems to be a typo. Have you run testparm? > > Joel > > > > On Wed, Jul 24, 2002 at 10:51:33PM -0400, Warren Chan wrote: > > > Hi there, > > > > > > l installed Samba. From a W2K PRO PC, l can see my home folder in the > > Samba > > > server and that is it. l can not see any share (test and path is /misc > in > > my > > > case) l put in the smb.conf file. > > > > > > Below is my very simple smb.conf file. > > > > > > [global] > > > workgroup = mygroup > > > security = users > > > encrypt passwords = yes > > > log file = /var/log/samba/samba.log > > > > > > > > > [test] > > > valid users = wilson root > > > # guest ok = yes > > > path = /misc > > > public = yes > > > writable = yes > > > > > > When l do a "smbclient -L servername -U username%password" > > > l get the error message : "session setup failed:ERRSRV - ERRbadpw (Bad > > > password - name/password pair in a Tree Connect or Session Setup are > > > invalid). > > > > > > Please be noted that l did created a user first in Linux and then use > > > smbpasswd to create the same user with the same passwd. l also export > the > > > /misc folder by adding the line "/misc 192.168.1.0/255.255.255.0(rw)" in > > the > > > /etc/exports and then start the nfs service. l did a showmount -e to > make > > > sure the mount is there. > > > > > > However when l do "smbclient -L servername -U root%password", it is OK. > > But > > > it still does not list the share of test. > > > > > > Version : Samba 2.2.1a bindary package > > > OS : RedHat Linux 7.1 and 7.3 > > > > > > > > > Thanks a lot > > > > > > Warren > > > > > > > > > > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: http://lists.samba.org/mailman/listinfo/samba
When you say it works like a charm, do you mean all the problems you originally reported have stopped and you can log on with w2k? You didn't say if you made the changes I suggested. So, I am not sure what your smb.conf looks like now. You didn't say, if you made those changes, if the problems you originally reported have gone away. Is this a new problem with w2k? Joel On Fri, Jul 26, 2002 at 07:55:51PM -0400, Warren Chan wrote:> Hi Joel, > > l tried Samba on a Sparc system running Solaris 8. I used the same smb.conf. > It took 5 mins and it workes like a charm. > > l then installed a fresh RedHat Linux and tried again. This time it says in > W2K that "Your account is not allowed to log in > from this workstation" > > l used the same smb.conf and it is a very simple one. Why ??? > > l believe it has something to do with RedHat. Does it has anything to do > with pam ? But l found no info about the problem from RedHat docs. > > Warren > > > -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Friday, July 26, 2002 5:55 AM > To: Warren Chan; samba@lists.samba.org > Subject: Re: [Samba] Help please > > > Note my comments below. > You might try security = share if security = user is not getting the result > you want. > You might get rid of valid users to make things simpler. > man smb.conf is a great resource. > Joel > > > On Thu, Jul 25, 2002 at 10:29:24PM -0400, Warren Chan wrote: > > Here is the smb.conf > > > > [global] > > workgroup = integrity > > security = users <------security = user (NOT USERS) > > encrypt passwords = yes > > log file = /var/log/samba/samba.log > > > > > > [test] > > valid users = wilson root > > guest ok = yes > > path = /misc > > public = yes > > writable = yes > > guest account = ftp <----SHOULD BE IN GLOBAL > > > > Warren > > > > > > > > -----Original Message----- > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > Sent: Thursday, July 25, 2002 10:05 PM > > To: Warren Chan; samba@lists.samba.org > > Subject: Re: [Samba] Help please > > > > > > Post your smb.conf > > > > Joel > > > > On Thu, Jul 25, 2002 at 09:44:21PM -0400, Warren Chan wrote: > > > Hi Joel, > > > > > > l added the guest ok = yes and guest account = ftp. l found 2 things : > > > > > > 1. according to the smbclient (guest account), l do not see the [test] > > share > > > 2. the testparm shows that guest ok = no. But l did enter guest ok = yes > > in > > > the smb.conf ????? > > > > > > Could you please give me some idea ? > > > > > > Thanks a lot > > > > > > Warren > > > > > > > > > -----Original Message----- > > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > > Sent: Wednesday, July 24, 2002 11:50 PM > > > To: Warren Chan; samba@lists.samba.org > > > Subject: Re: [Samba] Help please > > > > > > > > > First, the business with nfs isn't going to do anything to help out > samba. > > > Get rid of if if you can. > > > If you want to see if this is a pasword problem, try > > > guest ok = yes in the share and guest account = ftp in your global > > section. > > > security = users seems to be a typo. Have you run testparm? > > > Joel > > > > > > On Wed, Jul 24, 2002 at 10:51:33PM -0400, Warren Chan wrote: > > > > Hi there, > > > > > > > > l installed Samba. From a W2K PRO PC, l can see my home folder in the > > > Samba > > > > server and that is it. l can not see any share (test and path is /misc > > in > > > my > > > > case) l put in the smb.conf file. > > > > > > > > Below is my very simple smb.conf file. > > > > > > > > [global] > > > > workgroup = mygroup > > > > security = users > > > > encrypt passwords = yes > > > > log file = /var/log/samba/samba.log > > > > > > > > > > > > [test] > > > > valid users = wilson root > > > > # guest ok = yes > > > > path = /misc > > > > public = yes > > > > writable = yes > > > > > > > > When l do a "smbclient -L servername -U username%password" > > > > l get the error message : "session setup failed:ERRSRV - ERRbadpw (Bad > > > > password - name/password pair in a Tree Connect or Session Setup are > > > > invalid). > > > > > > > > Please be noted that l did created a user first in Linux and then use > > > > smbpasswd to create the same user with the same passwd. l also export > > the > > > > /misc folder by adding the line "/misc 192.168.1.0/255.255.255.0(rw)" > in > > > the > > > > /etc/exports and then start the nfs service. l did a showmount -e to > > make > > > > sure the mount is there. > > > > > > > > However when l do "smbclient -L servername -U root%password", it is > OK. > > > But > > > > it still does not list the share of test. > > > > > > > > Version : Samba 2.2.1a bindary package > > > > OS : RedHat Linux 7.1 and 7.3 > > > > > > > > > > > > Thanks a lot > > > > > > > > Warren > > > > > > > > > > > > > > > > -- > > > > To unsubscribe from this list go to the following URL and read the > > > > instructions: http://lists.samba.org/mailman/listinfo/samba
I don't know much about security. Have you run smbpasswd ? Joel On Sat, Jul 27, 2002 at 06:05:11PM -0400, Warren Chan wrote:> Hi Joel, > > l did try you suggestion. But the same problem remained there. > > Yes, all the problems l had with RH are gone. It just worked in Solaris. > > This is not a new problem with W2K. > > In this case ( a new install of RH v7.1 and the samba is included in the > CD), l tried smbclient with the user account, l got the same error message > as indicated before (When l do a "smbclient -L servername -U > username%password" > : "session setup failed:ERRSRV - ERRbadpw (Bad password - name/password pair > in a Tree Connect or Session Setup are > invalid). > > That is why l think that is related to RH security. Though l am trying to > learn RH Linux as much as possible (because l think there will a great > demand for Linux professional down the road), l do not know RH enough at > this moment to identify the issue. > > Thanks for your patience. > > Warren > > > > > > -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Friday, July 26, 2002 10:20 PM > To: Warren Chan; samba@lists.samba.org > Subject: Re: [Samba] Help please > > > When you say it works like a charm, do you mean all the problems you > originally reported have stopped and you can log on with w2k? > > You didn't say if you made the changes I suggested. So, I am not sure > what your smb.conf looks like now. > > You didn't say, if you made those changes, if the problems you originally > reported have gone away. > > Is this a new problem with w2k? > > Joel > > On Fri, Jul 26, 2002 at 07:55:51PM -0400, Warren Chan wrote: > > Hi Joel, > > > > l tried Samba on a Sparc system running Solaris 8. I used the same > smb.conf. > > It took 5 mins and it workes like a charm. > > > > l then installed a fresh RedHat Linux and tried again. This time it says > in > > W2K that "Your account is not allowed to log in > > from this workstation" > > > > l used the same smb.conf and it is a very simple one. Why ??? > > > > l believe it has something to do with RedHat. Does it has anything to do > > with pam ? But l found no info about the problem from RedHat docs. > > > > Warren > > > > > > -----Original Message----- > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > Sent: Friday, July 26, 2002 5:55 AM > > To: Warren Chan; samba@lists.samba.org > > Subject: Re: [Samba] Help please > > > > > > Note my comments below. > > You might try security = share if security = user is not getting the > result > > you want. > > You might get rid of valid users to make things simpler. > > man smb.conf is a great resource. > > Joel > > > > > > On Thu, Jul 25, 2002 at 10:29:24PM -0400, Warren Chan wrote: > > > Here is the smb.conf > > > > > > [global] > > > workgroup = integrity > > > security = users <------security = user (NOT USERS) > > > encrypt passwords = yes > > > log file = /var/log/samba/samba.log > > > > > > > > > [test] > > > valid users = wilson root > > > guest ok = yes > > > path = /misc > > > public = yes > > > writable = yes > > > guest account = ftp <----SHOULD BE IN GLOBAL > > > > > > Warren > > > > > > > > > > > > -----Original Message----- > > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > > Sent: Thursday, July 25, 2002 10:05 PM > > > To: Warren Chan; samba@lists.samba.org > > > Subject: Re: [Samba] Help please > > > > > > > > > Post your smb.conf > > > > > > Joel > > > > > > On Thu, Jul 25, 2002 at 09:44:21PM -0400, Warren Chan wrote: > > > > Hi Joel, > > > > > > > > l added the guest ok = yes and guest account = ftp. l found 2 things : > > > > > > > > 1. according to the smbclient (guest account), l do not see the [test] > > > share > > > > 2. the testparm shows that guest ok = no. But l did enter guest ok > yes > > > in > > > > the smb.conf ????? > > > > > > > > Could you please give me some idea ? > > > > > > > > Thanks a lot > > > > > > > > Warren > > > > > > > > > > > > -----Original Message----- > > > > From: Joel Hammer [mailto:Joel@HammersHome.com] > > > > Sent: Wednesday, July 24, 2002 11:50 PM > > > > To: Warren Chan; samba@lists.samba.org > > > > Subject: Re: [Samba] Help please > > > > > > > > > > > > First, the business with nfs isn't going to do anything to help out > > samba. > > > > Get rid of if if you can. > > > > If you want to see if this is a pasword problem, try > > > > guest ok = yes in the share and guest account = ftp in your global > > > section. > > > > security = users seems to be a typo. Have you run testparm? > > > > Joel > > > > > > > > On Wed, Jul 24, 2002 at 10:51:33PM -0400, Warren Chan wrote: > > > > > Hi there, > > > > > > > > > > l installed Samba. From a W2K PRO PC, l can see my home folder in > the > > > > Samba > > > > > server and that is it. l can not see any share (test and path is > /misc > > > in > > > > my > > > > > case) l put in the smb.conf file. > > > > > > > > > > Below is my very simple smb.conf file. > > > > > > > > > > [global] > > > > > workgroup = mygroup > > > > > security = users > > > > > encrypt passwords = yes > > > > > log file = /var/log/samba/samba.log > > > > > > > > > > > > > > > [test] > > > > > valid users = wilson root > > > > > # guest ok = yes > > > > > path = /misc > > > > > public = yes > > > > > writable = yes > > > > > > > > > > When l do a "smbclient -L servername -U username%password" > > > > > l get the error message : "session setup failed:ERRSRV - ERRbadpw > (Bad > > > > > password - name/password pair in a Tree Connect or Session Setup are > > > > > invalid). > > > > > > > > > > Please be noted that l did created a user first in Linux and then > use > > > > > smbpasswd to create the same user with the same passwd. l also > export > > > the > > > > > /misc folder by adding the line "/misc > 192.168.1.0/255.255.255.0(rw)" > > in > > > > the > > > > > /etc/exports and then start the nfs service. l did a showmount -e to > > > make > > > > > sure the mount is there. > > > > > > > > > > However when l do "smbclient -L servername -U root%password", it is > > OK. > > > > But > > > > > it still does not list the share of test. > > > > > > > > > > Version : Samba 2.2.1a bindary package > > > > > OS : RedHat Linux 7.1 and 7.3 > > > > > > > > > > > > > > > Thanks a lot > > > > > > > > > > Warren > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe from this list go to the following URL and read the > > > > > instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, How are you ?. I have installed SAMBA server on Solaris-9.0. It was working fine. The client was windows-2000. I was seeing unix files/dirs on the Windows . But,the format of the text file on the Windows was different. How can I see the same format of the unix file on the Windows too ?. Here is the ex: The following is the format of the unix file on Unix server; k.txt ---------- hello how are you ? ---------- The following was the format of the unix file on Windows; k.txt ------------ hello how are you ?. ------------- Note:Here spaces are filled with vertical bar. Please advice me. Thanks, Srinivas.
Hi, Kindly advise how to start HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\ControlSet\Services\Netlogon\Parameters\requiresignorseal in WinXP to change 1 to 0 enabling WinXP to communicate with Samba Server My Samba Server can mount WinXP but not the other way round. Thanks in advance. Stephen Liu
I have been thrust into a situation where Samba is being used to transfer accounting data from a Sun Unix application to a Windows application. There is only one person in our business office that can access the little script that transfers data from the Unix application to the Windows application. I would like to speak with someone on the phone about our situation, so if you are in the US and can help, please let me know how I can contact you. Thank you, Joe Innis IT Department Stewart Regional Blood Center jinnis@stewartblood.org (903) 535-5449 Office (903) 535-5400 Main IMPORTANT CONFIDENTIALITY NOTICE This email and any attachments may be confidential and protected by law. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the e-mail or any attachment is prohibited. If you have received this email in error, please notify us immediately by replying to the sender and deleting this copy and the reply from your system. Thank you for your cooperation.
Hello all, I am trying to implement a samba Domain Controller on a small 5 client network main usage will be centralized data storage and local Workstation Security. Network Back ground All client workstations are Windows XP pro., the Server is a Clark Connect 1.3 Box. The Client PC's are 1.5Ghz with 512MB memory and 10/100 nics, The server is a 2Ghz 1GB memory and a 10/100 nic. The problem I'm having is when the Client Work stations connect they get the Following Message "Your Password Expires today Would you like to update". For Technically inclined people just clicking no and going on with your life is fine but for the Avg. User this becomes bothersome is there any way to fix this problem? Thank you, Marc A. Ford, MCP www.bbmusa.com PS: To send me encrypted e-mail you can use my PGP key which can be found at http://www.keyserver.net/en/ at the search box just enter my e-mail address to find my key. If you don't have encryption software you can find some good free programs at www.pgp.com and http://www.gnupg.org/ .
can someone please tell me why everyone else can connect to my samba server but me? I mean I even went as far as installing a new OS ("down-graded" back to win2k). I really need help trying to figure out why. If someone can help me in figuring that out, please let me know. And by the way...I already tried the router thing....same issue. So the router doesnt matter because I disabled the firewall issue. Even my ISP connected. So someone please help if at all possible. I would really love to start enjoying and seeing how Samba really works. -------------------------------------------------- Jarrell T. Jackson, Professional jarrelljackson@cox.net http://members.cox.net/jarrelljackson/ --------------------------------------------------