similar to: Event ID: 8003 and Samba

Displaying 16 results from an estimated 16 matches similar to: "Event ID: 8003 and Samba"

2004 Aug 19
0
TR : Connection Issue - Samba 3.0.2a Solaris 6 - NT4 SP 6
Hi all, First, here is a small description of our environnement : We have a PDC running a domain. let's call this server pdc01. All of our users are defined in the domain. We have a Unix server hosting a database. Let's call this server unix01. All users can access this server and use the database. They are allowed of generating report which are stored in their home directory on unix01.
1998 Aug 20
0
SUMMARY: Re: Authenticating NT
Thanks to Nate Partenheimer <npartenh@butler.edu> I will try this. On Thu, 20 Aug 1998, Partenheimer Nate wrote: > > Problem: > > -------- > > Maintaining two password databases for 6000 accounts > > > > Dave, > > This may or may not be something you want to consider... > We have been trying to give users one username and password which will >
2005 Apr 06
1
yam at ftp.linux.ncsu.edu
I had yam working with ncsu.edu until the things changed when centos seperated the two projects. Now I can't get it to work. This is what I am trying to use but it says "nothing to do". updates = rsync://ftp.linux.ncsu.edu/centos/$release/$repo/$arch/RPMS/ This with gatech on the other hand works but they have a 20 connection limit so I would like to get ncsu.esu working again.
2001 Sep 27
0
Not bounded but almost....
Hi, I have a question about CBQ and wonder if I can make a class that are guaranteed 2Mbit but can borrow excess bandwith and only to specific rate. In my exampel below I want to guarantee the network x.x.x.x/y 2Mbit and they can borrow up to MAX 4Mbit. I have tried to create subclasses but it only works like bounded or not. # tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt
1999 Jul 05
0
Failed Email.
Your attention is being drawn to a message sent on Mon, 5 Jul 1999 23:09:09 +1000 which is detailed below: From: 'samba@samba.org' To: mark.beck@rdel.co.uk Subject: 'SAMBA digest 2155' As part of our anti-virus and security measures, we do not permit the global automatic delivery of email bearing encrypted attachments, as these cannot be checked for unwanted content. The
2007 Aug 08
0
username map
Forgive me for being new - but you've got start somewhere. I've setup SAMBA on a Unix server that talks to AD. Almost everything works save for a user name map. From my configuration (names changed)below I can attach from windusr1 on PC1 to the Unix system and it sets up as unxusr1 no problems and clean. I can access all three shares. However, when I try to do the same thing from PC2 for
2007 Aug 10
0
SUMMARY: username map
It turned out that the Windows ID was 9 characters and for some reason the Unix system was truncating it. I'm guessing that it is because the Unix box has a 8 character ID limit. We changed the Windows ID to 7 characters and everything worked. JC ------ Original Message ------ Received: Wed, 08 Aug 2007 05:10:15 PM EDT From: "JESSE CARROLL" <jesse-carroll@usa.net> To:
2015 Dec 22
0
wide links and privileges
>From : man smb.conf .... G is a Global setting S is a share setting. unix extensions (G) allow insecure wide links (G) wide links (S) follow symlinks (S) In global add: allow insecure wide links = yes on the share add : wide links = yes follow symlinks = yes Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens
2015 Dec 22
6
wide links and privileges
Hi, I'm using samba version samba-4.1.6+dfsg included in last ubuntu LTS version. Here is my smb.conf file: [global] # configuration du serveur netbios name = scribe workgroup = dompedago server string = scribe preferred master = yes domain logons = yes security = user ldap passwd sync = yes passdb backend =
2003 Mar 24
2
I see my samba server but.............
Here I go guys! I've already changed the configuration of my sbm.conf, also I made my samba server to be configured as a windows domain, yes! it is found in my windows domain now but as doing double click on this machine (samba) it asks me for a user and passsword, it does not let me get into it, I have created the same samba users as windows, but without any results. I appreciate your help :
1997 Sep 12
0
Dynamic Configuration Values et al.
** ** I posted this message quite a time ago. Some people use my patch and I ** receive queries for a recent version from time to time. This patch didn't ** make it into the mainstream distribution yet. Sorry. ** ** This is the updated version for Samba-1.9.17p1. ** Hello, people. I have implemented some enhancements for Samba: 1. dynamic configuration-values 2. configurable
2002 Nov 26
2
Samba Configuration and Remote Access
Let me preface by saying that I know I should take better security measures: We have a test samba box which lies behind a linksys router connected to a cable modem. The router forwards TCP/UDP information on all the necessary ports (137-139, 445) to the Samba server (There is no VPN). What we want to do is to allow remote windows clients, namely 98 and XP to map samba
2007 Jan 10
5
Directory too difficult?
I have a group of users whos complaint about Asterisk is that the directory application is too hard too use. (yeah, yeah, I know. For the record, they're Calgarians) Now I'm in a pickle: I don't want to have to create a custom directory for these guys. Anyone have any tips for making the directory easier, maybe re-record the prompts so they are more verbose? We go by first name.
2002 Nov 26
0
Re: Samba COnfiugration and Remote Access
Here is the link to the 2K explanation of this that I was able to find on the net. Saved my butt. I don't have/allow any XP on our network so I am unable to look at the config options to see if this works for XP. Hope it helps some. http://ntsecurity.nu/papers/port445/ ---------- Forwarded Message ---------- Subject: RE: [Samba] Re: Samba COnfiugration and Remote Access Date: Tue,
2004 Nov 22
1
Tinc on OsX, partial success
I have now got the tinc demons (on network OFFICES) on BranchB and BranchA talking to each other, see below for log from BranchB. For some trouble shouting issues relating to OsX see at the end of my e-mail. However, I have not yet achieved the network connectivity/routing that I would like. The aim is: BranchB is a laptop I would like to connect it (via tinc) to my office network, so that
2005 Jul 11
0
Sys.timzone() returns NA - problem caused by as.POSIXlt? (PR#8003)
This is not a bug in R: the documentation does say the result is OS-specific. `GMT' is a not a proper timezone on Windows, so NA is a valid answer. (Windows seems to use GMT to refer to the timezone of the UK, e.g. > Sys.time() [1] "2005-07-11 07:49:56 GMT Daylight Time" > Sys.timezone() [1] "GMT Daylight Time" although I am in British Summer Time not GMT.)