Re: [Samba] Not able to login to Samba PDC.

2003-02-01 Thread Christopher Barry
Please have a look here:
http://us1.samba.org/samba/docs/Samba-HOWTO-Collection.html


On Sat, 2003-02-01 at 03:36, Manjunath H N wrote:
> Hello All,
> 
> I have put this in my smb.conf file
> 
> [netlogon]
>comment = Network Logon Service
>path = /usr/local/samba/lib/netlogon
>writable = yes
> 
> As the path was default, and I was getting this in my log file.
> 
> [2003/02/01 13:18:51, 0] smbd/service.c:make_connection(614)
>   iwave-123 (192.168.2.157) Can't change directory to
> /usr/local/samba/profiles (No such file or directory)
> 
> So I created the directory /usr/local/samba/profiles, but when I try to
> logon to my Samba PDC these is the error that is being logged.
> 
> [2003/02/01 13:53:08, 0] smbd/service.c:make_connection(252)
>   iwave-123 (192.168.2.157) couldn't find service profiles
> 
> Any help on this highly appreciated.
> 
> TIA
> Manjunath H N
> 
> 
> 
> DISCLAIMER:
> 
> This e-mail and any attachment (s) is for authorised use by the intended recipient 
>(s) only. It may contain proprietary material, confidential information and/or be 
>subject to the legal privilege of iWave Systems Technologies Private Limited. If you 
>have received this message in error, please notify the originator immediately. If you 
>are not the intended recipient, you are notified that you are strictly prohibited 
>from retaining, using, copying, alerting or disclosing the content of this message. 
>Thank you for your co-operation. 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Port Forward UDP 1911

2003-03-11 Thread Christopher Barry
Paul,
This, of course is not the list for such questions. This list deals
with samba only. My suggestion to you: get and install shorewall, which
is an excellent configuration front-end for IPTables, 
(www.shorewall.net) then read the configuration documentation there,
then if you need further assistance, Google for shorewall-users, and
either join that list, or search the archives.

Good luck
Christopher


On Tue, 2003-03-11 at 03:43, Paul Yip wrote:
>  Dear all, 
>  
> 3 Computers are linked together with cross over cable and computer B is the
> router. 
>  
> Computer A - Starlight Video Server(Solaris) 
> - 192.168.0.11 
>  
> Computer B - Iptables(Linux) 
> - eth0 - 192.168.0.12 
> - eth1 - 158.192.92.102 
>  
> Computer C - Video receiver(Windows) 
> - 158.192.92.105 
>  
> First 
> # echo "1" > /proc/sys/net/ipv4/ip_forward 
>  
> it works fine, video receiver can receive the video from 192.168.0.11. 
> The purpose for using iptables is that Internet use can get access our video
> server, also our video server can be protected by iptables. 
>  
> Second 
> modprobe iptables 
> for TABLE in filter nat mangle; do 
> iptables -t $TABLE -F 
> iptables -t $TABLE -X 
> done; 
> iptables -t nat -A PREROUTING -p udp --dport 1911 -i eth1 -j \ 
> DAT --to 192.168.0.11: 1911 
> iptables -A FORWARD -p udp --dport 1911 -d 192.168.0.11 --j ACCEPT 
>  
> Video receiver can receive the video, but when we investigate the packets go
> into video receiver. 
> Source IP: 192.168.0.11:1911 
> Destination IP: 158.192.92.105: 1069 
> Protocol: UDP 
> Packet Len: 1.46KB 
> Data Len: 1.42KB 
>  
> Third, we execute one more line in order to change the source IP 
> # iptables -nat -A POSTROUTING -o eth1 -j \ 
> SNAT --to 158.192.92.102 
>  
> But the result doesn't change, we still get packet with source IP. 192.168.0
> 11. 
>  
> I'd be grateful for any helps or advices. 
>  
> Paul Yip 
>  
>  
>  
>  
>  
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: AW: [Samba] subdirectory of home

2003-03-14 Thread Christopher Barry
On Fri, 2003-03-14 at 07:30, Haidenthaler Klaus wrote:
> Yo!
> > -Ursprüngliche Nachricht-
> > Von: María Isabel López Sánchez-Huete [mailto:[EMAIL PROTECTED] 
> > Gesendet: Freitag, 14. März 2003 10:00
> > An: samba
> > Betreff: Re: [Samba] subdirectory of home
> > 
> > 
> > Thank you for your rapid answer, Tiago, but I suppose I don't well 
> > explain my doubt.
> > 
> > What I want is to share a subdirectory of home instead the 
> > home itself. 
> > In this manner, when a user try connect to his home 
> > directory, he really 
> > will connect with, by example, /home/user/subdir.
> > 
> > I don't now if it's possible to do that in the [homes] section, or I 
> > must create a new different section for every user.
> 
> if your clients-machines are Windows2000 or later, you could run a
> net use : \\server\homes\your_subdir via netlogon.cmd 
> or even the local Startup-Folder without any changes to your samba-setup.
> 
> Maybe you could add a "path = /home/%u/subdir" to the [Homes] segment, 
> dunno if this works, not even sure if the '%u' is the right variable.
> 
> 
> 
> regards
> 
> Klaus Haidenthaler
> Softpoint electronics
> Server / Netzwerke / IT-Security
> 
> Phone: +43 732 / 79 44 79 - 81
> Fax:   +43 732 / 79 44 80
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

do not create a [homes] share.

Instead, as Klaus suggests,

[my-home]
path= /home/%U/somedir
valid users = %U
browsable   = true
guest ok= false
admin users = @your_admin_group_name


If you're on a Windows domain, and you're using security = server,
on the PDC in the user manager specify the UNC path to the home
directory as in \\server\my-home



-C

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] no mapping between account names and security ids wasdone

2003-04-03 Thread Christopher Barry
On Wed, 2003-04-02 at 18:14, Chris Mason wrote:
> I use a openLDAP database for authentication on my Redhat 7.2 server. The
> domain is "HOME". I have had no problem adding trust accounts and
> authenticating against it.
> Today I had to change the name of my Win2K workstation from poseiden to
> poseiden1 for compatibility with a package I am testing. Once I changed it
> and put in a new trust account, I could not rejoin the domain.
> I gave up and changed the name back. As I had deleted the trust account for
> poseiden, I made a new one with
>  smbldap-useradd -w poseiden
> I still cannot get the machine to join the domain, I get 
> 
>  no mapping between account names and security ids was done
> 
> when I try.
> 
> Tailing /var/log/samba/poseiden.log
> 
> [2003/04/02 19:06:18, 2] passdb/pdb_ldap.c:ldap_connect_system(250)
>   ldap_connect_system: succesful connection to the LDAP server
> [2003/04/02 19:06:18, 2] passdb/pdb_ldap.c:ldap_search_one_user(262)
>   ldap_search_one_user: searching
> for:[(&(uid=poseiden1$)(objectclass=sambaAccount))]
> [2003/04/02 19:06:18, 0] passdb/pdb_ldap.c:pdb_getsampwnam(858)
>   LDAP search "(&(uid=poseiden1_)(objectclass=sambaAccount))" returned 0
> entries.
> [2003/04/02 19:06:18, 0] rpc_server/srv_netlog_nt.c:get_md4pw(176)
>   get_md4pw: Workstation poseiden1$: no account in domain
> [2003/04/02 19:06:18, 2] smbd/server.c:exit_server(461)
>   Closing connections
> 
> 
> 
> 
> 
> Chris Mason
> [EMAIL PROTECTED]
> Box 340, The Valley, Anguilla, British West Indies
> Tel: 264 497 5670 Fax: 264 497 8463 Cell: 264 235 5670
> http://www.anguillaguide.com/ The Anguilla Guide
> Talk to me in real time:
> Yahoo:netconcepts_anguilla
> US Fax and Voicemail: (815)301-9759

Could the fact that the old name has eight characters and the new one
has nine play a role? Just wondering if their may be some char limit.

-- 
Christopher Barry <[EMAIL PROTECTED]>

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] ACL support in Samba

2002-10-25 Thread Christopher Barry




On Thu, 2002-10-24 at 22:00, Jay Ts wrote:

cksoo wrote:
> 
> Now, I try to implement the ACL with similar to the ACL in windos 2000
> server. However, I failed to implement it until file level, can someone
> guide me to implement me.

1. You need to run Samba on a Unix system with a filesystem that
supports ACLs.

2. When compiling Samba, use the --with-acls option with configure:

# ./configure --with-acls

Jay Ts
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


What (in hopefully many opinions) is the best ACL supporting fs for Linux?



Thanks,

Christopher




Re: [Samba] One Time Migration script from a Windows NT 4.0 PDC toa Samba PDC

2002-10-25 Thread Christopher Barry




On Fri, 2002-10-25 at 06:39, Guillaume LACHENAL wrote:

In the Roadmap to 3.0, we can see that this script need some testing 
before release.

As this kind of migration is the last issue with to cope with before 
migration of our
complete lan, I can contribute to testing !

But I can't find this script in 3.0a20 nor via cvsweb (just a *quick* look 
sorry)

Is there anyone who
* has tested the script
* know where I can find it 
?

Thanks in advance

Regards,

Guillaume


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



All,

I'm not sure about the script to which Guillaume speaks, but I have created a script called domainsync which I use to synchronize my NIS domain with my Windows domain. I add/delete users and groups in Windows 2000, and this script replicates the changes to NIS. It's configurable via a conf file, allows for special users and groups, will tar and bzip2 user dirs of deleted users, email new UNIX users their account info with a randomly generated password. It's pretty slick, and I think I'm ready for the group here to check it out, give comments on improvements, and if it's useful to anyone, use it to help make your lives a little bit easier. I'll look back in here over the next few days for replys to see if anyone is interested. If so, I'll get it up on an ftp site for you all to examine.



Cheers,

Christopher







RE: Re: [Samba] One Time Migration script from a Windows NT 4.0 PDCto a Samba PDC (verification)

2002-10-25 Thread Christopher Barry




On Fri, 2002-10-25 at 08:29, [EMAIL PROTECTED] wrote:

billm here,

I'm protecting myself from receiving junk mail.
Just this once, click the link below so I can receive your emails.
You won't have to do this again.
http://millsoft.ca/verify.asp?[EMAIL PROTECTED]

Click this. Just once.







Re: [Samba] Failed to find real path for mount point

2002-10-28 Thread Christopher Barry
On Mon, 2002-10-28 at 06:24, Michael Wisse wrote:
> Yes, I tried it with the same result.
> 
> Michael
> > >
> > > I try to mount an smb share with:
> > >   smbmount //filer/$USER ~/filer -o username=$USER
> > >
> > > and I get following error message:
> > >   "Failed to find real path for mount point"
> > >
> > > What does it mean? The mount point is accessible and the owner of the
> > > mount point is USER.
> > >
> > > Whith an earlier version of samba I can mount the share with this
> > > command.
> > >
> > > Regards and thank for advice.
> > > Please cc an  answer directly to my adress, I am not a member of the
> > > list.
> > >
> > > Michael Wisse
> >
> > Have you tried it with an explicit path name for the mount location instead
> > of the tilde?
> >
> > Just a guess.
> > mark
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

did you try
smbmount //filer/homes -o username=$USER

I know that typing \\server\homes in the run box produces my home dir,
but have not tried mounting it.

Good luck.

C

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] problems on windows part

2002-11-08 Thread Christopher Barry
On Fri, 2002-11-08 at 07:19, Gilberto Garcia Jr. wrote:
> Hey guys,
> 
> I'm having a problem with samba. I use red hat 7.7.3. and samba is 2.2.6 version. I 
>had installed it. I set it up and so on.
>

First - _is_ there a version 7.7.3 of RH?

 
> Now I can acess my pc's with windows without any problem. but when I try to acess 
>the pc with linux windows shows a this message error.
> 

You can access other windows PC's from Windows PC's? To access a windows
box from linux:
You'll need to share something, and
you need to use an SMB-based client like smbclient


> The machine is not availible. The machine or the sharing was not found.
> 
> I followed 3 diferents how-to to install samba. And in all of them I got the same 
>error.

Please through the docs here: http://us2.samba.org/samba/docs/


> 
> any help are welcome.
> Iced Sun
> 

-C

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] samba and automount

2002-11-16 Thread Christopher Barry
On Sat, 2002-11-16 at 11:10, Trey Nolen wrote:
> I'm running Samba with automount to automatically mount CDs in a server.
> These CDs need to be changed periodically, so I wanted to use automount so
> that they could be changed by the users fairly easily.  We use logon scripts
> to map the CDs to drive letters when users logon.  Unfortunately, it seems
> that having a drive mapped is treated like the drive is being used, so as
> long as there is someone logged into the system, automount will not unmount
> the drive.  The only way we can change the CDs is to have everyone log out,
> wait for the timeout (or unmount it manually), change the CDs and have
> everyone log back in.  Does anyone have a better way (one that will work)?
> 
> Trey Nolen
> 
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


read up on the root pre-exec and post-exec commands. When someone access
a share that points to a cd-rom drive, pre-exec can mount it (actually
it can run anything you want), and when they leave the share, it can
un-mount it. In other words, you can have it mounted only while someone
is actively accessing it.

Good Luck,
Christopher

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] samba and automount

2002-11-16 Thread Christopher Barry
On Sat, 2002-11-16 at 13:08, Trey Nolen wrote:
> >
> > > I'm running Samba with automount to automatically mount CDs in a
> > > server. These CDs need to be changed periodically, so I wanted to use
> > > automount so that they could be changed by the users fairly easily.
> > > We use logon scripts to map the CDs to drive letters when users
> > > logon.  Unfortunately, it seems that having a drive mapped is treated
> > > like the drive is being used, so as long as there is someone logged
> > > into the system, automount will not unmount the drive.  The only way
> > > we can change the CDs is to have everyone log out, wait for the
> > > timeout (or unmount it manually), change the CDs and have everyone
> > > log back in.  Does anyone have a better way (one that will work)?
> >
> > Don't use the automounter. Instead write a small shell (or perl) skript
> > that mounts and unmounts the cds (and kills everything that would
> > prevent you from unmounting). When it works, make it suid root.
> 
> 
> The problem with that is that it is Samba that keeps me from unmounting.
> See, while the drives are mapped, Samba is keeping the mounts busy.  I can't
> write a script that goes around killing Samba. That would be bad.
> 
> Trey Nolen
> 
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

You have 2 options as I see it:
1. EASY: don't map the share!
2. HARDER: Compile samba --with-msdfs, drive-map the *root* of the msdfs
tree, and make the cd-rom share a 'hidden share' folder under the root.
The name of the msdfs symlink will appear as the share name to your
users. That way, even though the drive is mapped to the root,
pre/post-exec will still work when someone actually clicks on the folder
under the root.

Read up on msdfs use in samba. It's not easy at first, but once you
learn it, you'll wonder how you ever got along without it.

Good Luck,
Christopher


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] samba and automount

2002-11-16 Thread Christopher Barry
On Sat, 2002-11-16 at 13:49, Trey Nolen wrote:
> 
> > You have 2 options as I see it:
> > 1. EASY: don't map the share!
> 
> That would work (has worked for some) but this software REQUIRES a mapped
> drive. :-(
> 
> 
> > 2. HARDER: Compile samba --with-msdfs, drive-map the *root* of the msdfs
> > tree, and make the cd-rom share a 'hidden share' folder under the root.
> > The name of the msdfs symlink will appear as the share name to your
> > users. That way, even though the drive is mapped to the root,
> > pre/post-exec will still work when someone actually clicks on the folder
> > under the root.
> >
> > Read up on msdfs use in samba. It's not easy at first, but once you
> > learn it, you'll wonder how you ever got along without it.
> 
> 
> Thanks. I'll give that a try.  I'm actually using the Debian distribution of
> Samba. Does anyone know if it is already compiled with the msdfs option? Or
> is there a good way to tell?
> 
> Trey Nolen
> 
> 
> 
> 
> >
> > Good Luck,
> > Christopher
> >
> >
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> >
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

I'm a deb-head too! No, you'll need the source.

-Christopher


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Intermittent problem with samba & win2k

2002-11-16 Thread Christopher Barry
On Sat, 2002-11-16 at 15:07, dave cunningham wrote:
> I'm new to linux & samba having just started using each within the last
> month or so.
> 
> I have a small LAN at home consisting of 2 win2k machines and a samba
> file server (2.2.6) on a SuSE 7.3 box.
> 
> I'm seeing intermittent problems accessing a samba share from each of
> the two win2k machines and would appreciate any help in solving this.
> 
> What I see is problems creating a new file or opening an excel file on
> the server. There seems to be no problems at all in opening read only
> files.
> 
> A typical error in creating a file through explorer on a win2k machine
> is "'fileName' cannot be accessed. The file may be read only, or you may
> be trying to access a read-only location. Or the server the document
> is stored on may not be responding"
> 
> & the error I see in opening an excel file reads
> "'fileName' cannot be accessed. The file may be read only, or you may
> be trying to access a read-only location. Or the server the document
> is stored on may not be responding".
> 
> This seems to happen randomly from either win2k machine and the problem
> will sometimes disappear and at other times require smb to be restarted
> to see a resolution.
> 
> I have 2 trace files available logging this behaviour however I don't
> understand what they are showing.
> 
> The first (level 3) is here 
> shows a user opening excel file 'BOR - Donegall Road Timetable.xls'
> being presented with the 'cancel/retry' message & selecting retry a
> number of times.
> 
> The second (level 6) is here
>  and shows a user attempting
> to open excel file 'ITT Financial Statement (version1)(version 1).xls'
> being presented with the same 'cancel/retry' message and selecting retry
> one time.
> 
> It was suggested that this may be being caused by DNS issues - initially
> I had no DNS server running on the LAN. In an attempt to remedy the
> problem (unsuccessful), I set up a DNS server. Thus the first trace file
> is for the LAN without DNS (though with hosts/lmhosts configured
> correctly - I hope), the second is for the LAN with a DNS server.
> 
> Additionally, the when the first trace was taken the win2k boxes were
> running SP2, for the second they have been transitioned to SP3.
> 
> I've been trying to get to the bottom of this for a few weeks now &
> would appreciated any help at all.
> 
> My smb.conf files is as follows:
> 
> [global]
> workgroup = WEELAN
> netbios name = MINI
> server string =
> encrypt passwords = Yes
> username map = /etc/samba/users.map
> syslog = 0
> unix extensions = Yes
> socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
> printcap name = CUPS
> os level = 2
> printing = cups
> veto files = /*.eml/*.nws/riched20.dll/*.{*}/
> 
> [printers]
> comment = All Printers
> path = /var/tmp
> create mask = 0600
> printable = Yes
> browseable = No
> 
> [print$]
> comment = Printer Drivers
> path = /var/lib/samba/drivers
> write list = @ntadmin root
> force group = ntadmin
> create mask = 0664
> directory mask = 0775
> 
> [documents]
> path = /home/samba/documents
> read only = No
> force create mode = 0770
> 
> 
> -- 
> Dave Cunningham
> PGP Key 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

set your log file to /%U_on_%m_from_%m.log, and see if you're
getting oplock errors in that log.

Christopher


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] samba and automount

2002-11-16 Thread Christopher Barry
On Sat, 2002-11-16 at 15:49, Tim Allen wrote:
> On 16 Nov 2002, Christopher Barry wrote:
> 
> > On Sat, 2002-11-16 at 13:49, Trey Nolen wrote:
> > >
> > > > You have 2 options as I see it:
> > > > 1. EASY: don't map the share!
> > >
> > > That would work (has worked for some) but this software REQUIRES a mapped
> > > drive. :-(
> > >
> > >
> > > > 2. HARDER: Compile samba --with-msdfs, drive-map the *root* of the msdfs
> > > > tree, and make the cd-rom share a 'hidden share' folder under the root.
> > > > The name of the msdfs symlink will appear as the share name to your
> > > > users. That way, even though the drive is mapped to the root,
> > > > pre/post-exec will still work when someone actually clicks on the folder
> > > > under the root.
> > > >
> > > > Read up on msdfs use in samba. It's not easy at first, but once you
> > > > learn it, you'll wonder how you ever got along without it.
> 
> When you say hidden share, do you mean as in share$? What is the
> significance of making it hidden?
> 
> Cheers
> 
> Tim Allen
> 

It's not essential, it just avoids confusion from the user perspective.
When they browse the server - as opposed to using the mapped drive, they
would see the msdfs root, and the share at the same level under the
server. Then when they opened the madfs root share, there would be a
folder that pointed back to the share that was directly under the
server. like so:

[server]
 |_
 |  |_
 |_

If you just make all of the shares that are accessed by an msdfs root on
the same box hidden, in this case  it's just a lot cleaner.
Now browsing the server looks like so:

[server]
 |_
|_


Obviously, if  lived on a box different from that which
hosted the root, this would not be necessary, unless you only wanted
people to access that data through the root - and you might - so you
could log it in one place for instance. 

msdfs is a great way to abstrct the location of the data so you can move
stuff around behind the scenes, to take advantage of a new server for
instance, and your users do not have to change a thing. Also, you can
organize multiple shares from multiple servers under a *single* drive
mapping - VERY cool.

Christopher




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Using user account information from another machine

2003-01-06 Thread Christopher Barry
LDAP would be the best solution.

-C

On Mon, 2003-01-06 at 08:07, Carlos Oliva G. wrote:
> Hi,
> 
> I had no responses to my previous message about setting up a samba linux
> fileserver using account info from another linux box, so I've tried to
> figure out a solution.
> 
> I need to have two separate servers, one holding the UNIX accounts for
> the users and also acting as a PDC, and a second one acting as a mere
> file server with a backup unit (perhaps a DVD-RW).
> 
> All I want to do is that the file server gets the account information
> (username, group and password) from the main server which has the UNIX
> accounts on it, so I don't have to replicate all accounts info on both
> machines and manage to keep them up in sync.
> 
> In a concrete example, I want to define on the file server certain
> shares which can be written only by certain users or group members, but
> these users/groups won't exist locally on the fileserver.
> 
> I don't know which would be the best set up for reaching out this,
> should I use NIS, LDAP, winbind, etc.?
> 
> I would really appreciate your suggestions.
> 
> Regards,
> 
> -- 
> Carlos Oliva G.
> Igloo Sistemas Ltda.
> Fono/Fax: +56 32 684798
> [EMAIL PROTECTED] - http://www.igloo.cl
> 
> "I've been mad for fucking years, absolutely years, been over the edge
> for yonks, been working me buns off for bands..." 
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] help

2003-01-07 Thread Christopher Barry
not possible.

On Tue, 2003-01-07 at 04:00, ebrahimi wrote:
> 
> We want have an active directory linux server for  our lan with win2k
> perfostional and winxp.
> Wath we do for this.
> Thanks
> Ebrahimi
> 


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Newbie Question: smbmount and file attributes

2003-01-12 Thread Christopher Barry
use:
 force create mode = 0600
 force directory mode = 0700


-c



On Sat, 2003-01-11 at 19:26, Benno Stein wrote:
> 
> Dear list members,
> 
> perhaps this is a very simple question, but after several hours of searching
> and experimenting, I have no idea what to do.
> 
> Situation: I have a Linux machine (RH 8.0, mount.smbf version 2.2.7) and use
> smbmount to import my home directory from a machine in another Unix-Network:
> 
>   smbmount //home5/$username /mnt/upb/$USER -o 
> dmask=755,fmask=600,ip=xxx.yyy.zzz.aaa
> 
> 
> The import works fine and I can read and write on the mounted file system.
> 
> 
> Problem: Every file that I generate from my Linux machine in the 
> share-directory
> has the attributes -rwxrw-r--. I played a lot with the dmask=755 and 
> fmask=600
> parameters, which actually _show_ the shared files ony Linux machine 
> with the specified
> attributes. However, if I login in at my home machine in the network, 
> all new files got
> the attributes 764, which makes them writable for every group member.
> 
> Question: What must I do such that files generated "from outside" get 
> 600 (or 644)
> attributes? (I also experimented (without success) with guid, uid, and 
> smb.conf settings)
> 
> Thanks a lot for help,
> 
>   Benno
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Domain Users cannot use quic

2003-01-12 Thread Christopher Barry
This is documented in the QB website. Local user must be at least a
power user of the local machine. In fact IIRC, I had to actually make
them local admin to use the product. I went around and around with their
support on this issue - very stupid!!!

-C

On Sat, 2003-01-11 at 12:14, Daniel Fenwick wrote:
> > Two, create a local account for the accountant and or accounting
> > department. Set the security settings for this account to be a Power
> > User. Then do not join the workstation(s) to the domain. This can create
> > a near equal network management headache, it would also make Samba more
> > busy for that user/group of users due to having to authenticate each
> > request instead of simply checking for the security token that the user
> > would have. However, you do end up with the benefit that the accounting
> > department would be "separate" from the network.
> 
> A third option might be to make the domain account a local Power User on the
> workstation.  I have had to do this for some applications my users try to
> run (most Adobe products, for instance).
> 
> Dan
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Exchange data with NT Wins server

2003-01-12 Thread Christopher Barry
research these parameters:
remote announce
remote browse sync

HTH
-C

On Sat, 2003-01-11 at 04:31, Beast wrote:
> Hi all,
> 
> Is there any way to exchange data with wins server (nt)?
> i have 4 separate subnet over wan (with dedicated connection), my subnet
> was use samba act as wins server and other are (still) using nt wins. i
> know samba wins can not participate in replication, but can we tell samba
> to query other wins server to resolve query? (ie. something like ldap
> referral or dns forward).
> tks.
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Exchange data with NT Wins server

2003-01-13 Thread Christopher Barry
Agreed. I have not encountered this situation myself. I use dns for
this, and make my remotes set the ip of my samba nmbd for wins.

Can anyone help this guy!!?

-C

On Tue, 2003-01-14 at 04:29, Beast wrote:
> At 05:02 PM 1/13/2003 -0500, Barry, Christopher wrote:
> >Mr. Beast,
> >Do you need this functionality from everywhere, or just from your admin
> workstation? 
> 
> From any clients, which point its wins server to this samba wins server.
> 
> >You might try adding the wins server IP of the remote subnet to your
> advanced TCPIP 
> >options on the NIC in windows to see if that helps.
> 
> That means we should goes to every clients (500+, no dhcp, no dynamic
> update of dns)  :-)
> if we have more than 2 site, where to put the rest of wins server?
> 
> >
> >Let me know how it goes.
> 
> idealy, samba should able to resolve any query from client. it should
> forward request to other wins server.
> tks!
> 
> >
> >-C
> >
> >
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] help

2003-01-13 Thread Christopher Barry
Doctor! Doctor! I broke my leg in two places!
Ahh, better stay out of those places...

On Thu, 2003-01-09 at 22:16, Mark Ryan wrote:
> I am running Redhat 8.0.  I have it networked with winxp.  I was using
> samba successfully until today.  I installed a new harddrive, cpu, and
> motherboard into the linux box.  I transferred files as normal for a
> while but now im getting errors when I transfer.  I get a 'path to deep'
> error now when I try to transfer files in the following methods:
>  
> I can transfer just fine using linux from hard drive to hard
> drivebut when I use windows explorer I get errors going from linux
> drive to linux driveand windows drive to linux driveBUT not from
> linux drive to windows drive.
>  
> Please help...
>  
> Mark
> 
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] DOS ACCESS TO SAMBA SERVER

2002-09-27 Thread Christopher Barry

On Friday 27 September 2002 08:31 am, peter wagner wrote:
> HALLO,
> HOW IT IS POSSIBLE TO ACCESS FROM A DOS-BOOTDISK (VER.7.0) RUNNING ON
> A WINDOWS95-MACHINE TO A SAMBA-SERVER (WITHOUT STARTING
> WINDOWS). IF WIN95 IS RUNNING THE CONNECTION WITH THE SAMBA-
> NETWORK SERVER IS OK. (MS-NETWARE CLIENT AND TCP/IP)
> WHICH PARTS OF DRIVER, MANAGER, CLIENTS, PROTOCOLS ARE TO INSTALL ON
> THE MACHINE AN ON THE BOOTDISK?
> THANKS,
> PETER
>
> Mail: [EMAIL PROTECTED]


goto http://www.bootdisk.com/

-C
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba