similar to: Upgrade & directory permissions

Displaying 20 results from an estimated 8000 matches similar to: "Upgrade & directory permissions"

2004 Jun 03
1
Re: Apostrophes in Windows usernames (again)
I think I've narrowed down my problem, but I still don't know where to fix it. It appears that scanning the users.map file strips out the apostrophes and the Windows ID never matches: [2004/06/01 16:23:51, 10] lib/username.c:user_in_list(521) user_in_list: checking user o'brienta in list [2004/06/01 16:23:51, 10] lib/username.c:user_in_list(525) user_in_list: checking user
2004 May 20
2
MS Patch MS04-011 & Samba upgrade
If I have a Samba server that is part of a Windows 2000 domain and is not a domain controller (all of our authentication goes against a Windows 2000 box), do I need to upgrade to 3.0.4/2.2.9? What is the interaction between a Samba server that is part of a domain and the Windows client if all of the authentication is being done against a Windows 2000 PDC? Mike Auleta Boeing IDS, Philadelphia
2004 Apr 14
7
XP Client cannot join Samba3 PDC
Migrating a working Samba 2.2.8a Domain Controller to 3.0.2a Using smbpasswd file compiled using gcc 3.2.2 ---------------------------------------------------------------------------- -------- Used working 2.2.8 configuration ---------------------------------------------------------------------------- -------- #authentication as PDC workgroup = XNET domain logons = yes domain master = yes
2004 Apr 16
1
Problems with NT passwords using Samba3 and LDAP
I'm at my wits end here so hopefully someone can help me. Currently I have a Redhat 9.0 box running Samba 2.2.7 with openldap 2.0.27 as a PDC Domain logins work great with this setup. I can add, remove, modify computers and users all day long without a glitch. I do not store usernames in the local smbpasswd or passwd files. User information is stored in ou=Users,dc=mydomain,dc=com Group
2001 Sep 14
1
Problems when upgrading from 2.0.6 to 2.2.1a
I upgraded our samba server from Solaris 2.6 to Solaris 8, and our Samba software from 2.0.6 to 2.2.1a. I've encountered two problems that I can't seem to find an answer for. In our environment, we NFS mount the filesystems to the samba server, and then share them with samba. It makes our administration easier. 1) Along with our PC's, we also use Microsoft NT Server, Terminal
2004 Jun 04
0
Re: Apostrophes in Windows usernames (again)
It's very possible. I've put the suggested changes in place and recompiled on a test box, but my user is out of the office today and can't test it so I'll have to wait for hte weekend to pass. Thenks for the info. Mike -----Original Message----- From: mrojava4@eastgranby.k12.ct.us [mailto:mrojava4@eastgranby.k12.ct.us] Sent: Thursday, June 03, 2004 5:10 PM To: EXT-Auleta,
2004 Apr 20
2
Samba 3 problem with users not being able to log on from some machines but they can logon from others
Any help would be GREATLY appreciated on this matter, as I am pulling my hair out. I have a Samba PDC running 3.0.2-6.3E. My problem I am experiencing is that I can have the same user (lets say John) be able to log in from workstation A. Sometimes, that user can not log into another workstation (say workstation B) on the domain. Yet other users can log into that workstation B with no problem.
2004 May 04
3
Samba without netbios/WINS
I am running samba (2.2.7a) on a solaris box on a network seperate from our windows clients. (different subnet) We have a mix of Win2k and winXP clients that are connecting to it. I recently upgraded from NT 4.0 domains to active directory on Win2K servers, and I would like to completely do away with netbios and WINS. The problem is getting clients to connect to the samba server. I have
2004 Jun 08
1
Re: Apostrophes in Windows usernames (again)
We tried that also. It didn't work either. But since I was pointed to bug 1221, I removed the matching of an apostrophe in util_str.c (fell back to 2.2 behaviour) and that looks like it works. My user is able to map his shares again. Thanks for all who helped. Mike -----Original Message----- From: David Brodbeck [mailto:DavidB@mail.interclean.com] Sent: Monday, June 07, 2004 4:23 PM To:
1998 Apr 10
5
Problems with smbpasswd
I've compiled the latest version of samba (1.9.18p4) and set up password encryption (per instructions in the ENCRYPTIONS.txt file). Setting root's smbpasswd worked with no problems. I set another user (me) with an smbpasswd. Tried "smbclient -L '\\hostname\wwinzer'". The output is the following: 68 wwinzer@Sun-E3000:~ ==> smbclient '\\champusa.com\wwinzer'
2011 Jul 27
1
net join & DNS
Is there an option to the net command to not have it update DNS in AD? We are joining servers using the net ads join command and it's changing our static DNS entries to dynamic ones which then get deleted when AD does its DNS scavenging. It seems that dynamically updating DNS is the default. The command we're running is: net ads join -U adminuser%adminpasswd Thanks - Mike Mike
2010 Apr 19
1
Windows 7 can't see my Samba server
It's really weird how many times thing break in threes. This time is was my wife's laptop, my router and a phone. Anyway... My network has a router and 2 computers; my F11 box with the samba server on it called steve and my wife's laptop now running Windows 7 called Kellie-PC. My old router was a Linksys WRT54G that I had flashed with DD-WRT. I was using DHCP and DNS masquerading in
2009 Jul 21
3
[LLVMdev] Handling of built-in functions
The issue is that there is no runtime function. I'm not sure we're in the same page but just in case we aren't I'm trying to provide support for built-in functions at compilation time. Some functions can be expressed in LLVM and others only in the target language. For the first group I'm trying to inline the implementation in a module pass added in addPassesToEmitFile. For the
2010 May 02
2
Sendmail Configuration Problem - 550 5.1.1 - User unknown Problem
Hi, I'm having this Sendmail configuration problem and stuck. I've been doing googling/reading posts and none of the solutions matched my problem. I'm doing some testing, and have been getting this 550 5.1.1 ....User unknown error when I send the email to my company's email address. When I send it to an external email address, such as yahoo, the message delivered successfully.
2009 Jul 20
2
[LLVMdev] Handling of built-in functions
Hi Daniel, Thanks for the reply. If I understand correctly, your suggestion is to have the backend call a library that handles the built-in functions. Would the calls need to be lowered and redirected (e.g. by a big switch statement or a jump table) to the corresponding function in the library? Thanks, Javier On 7/20/2009 12:11 AM, Daniel Dunbar wrote: > Hi Javier, > > I'm not
2009 Jul 21
0
[LLVMdev] Handling of built-in functions
If you add an ASM node, you won't be able to JIT the result. I don't know if you care about that or not, but ASM nodes aren't supported by the execution engine. (If you do want to JIT, you could always dump the machine code to memory and link its location to a global using ExecutionEngine::addGlobalMapping), and then JIT whatever needs to call it. Obviously, it won't get inlined
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to mark/change the DSCP value of an incoming packet on the ingress side? Thanks. Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines Jonathan Boeing (2): fix a few typos add missing '\n' to dprintf com32/include/sys/module.h | 2 +- com32/lib/sys/module/exec.c | 4 ++-- core/fs/fs.c | 2 +- core/lwip/src/netif/undiif.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) -- 2.3.0
2009 Dec 09
2
[LLVMdev] Unsigned int multiplication using UMUL_LOHI
Hello, I'm having trouble getting LLVM to use UMUL_LOHI instead of MUL for unsigned integers. In the TargetLowering constructor I have: setOperationAction(ISD::MUL, MVT::i32, Expand); setOperationAction(ISD::SMUL_LOHI, MVT::i32, Legal); setOperationAction(ISD::UMUL_LOHI, MVT::i32, Legal); The problem seems to be with the code in LegalizeOp() in LegalizeDAG.cpp. Here's a snipet of
2015 Feb 10
4
[PATCH 0/1] update gnuefi to f64cef26
Updates the gnu-efi submodule to the latest version (f64cef26) Changes to the gnu-efi makefiles require changes to the syslinux build scripts. Mainly, the install targets dropped the $(SRCDIR) prefix, e.g. - $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR) + $(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR) Since syslinux cd's to $(objdir)