similar to: secrets

Displaying 20 results from an estimated 1000 matches similar to: "secrets"

2002 Sep 25
2
Weekly machine password changes (RE: RE: odd: everything SHOULD work... winbind)
No big surprise there. :) I'm still trying to figure exactly what goes on with the machine password changing around. Who initiates this? nmbd? The PDC? Who's notified of this change, and what's going on there. Perhaps someone can shed some light? -- Nir Soffer -=- Software Engineer, Exanet Inc. -=- "Father, why are all the children weeping? / They are merely crying son O, are
2002 Sep 25
1
Profiles replication problems
I experienced some sporadic problem in the profiles replication on Samba PDC. With the configuration attached in some case when a user log in from a windows 2000 professional client with all the microsoft patches applied, recive the error that says that is not possible to load the profile and that a local profile will be used. No error is detected in samba log with log level up to 5. The problem
2003 Sep 24
2
Charset
I have upgraded on my debian server from samba 2.2.3 (stable ) to samba 3.0rc4 (unstable). The only problem that I have on my PDC is that italian character as ? (a') ? (u') etc. are non treated as they should and this can cause profiles non to load correctly. What should I do? THX Davide Parise E-Mail: d.parise@iskranet.it Cel.: +39 3333063640 FAX: +39 06233241981
2002 Oct 07
4
Application
How should I install windows applications on clients joining a samba PDC? THX Davide Parise E-Mail: d.parise@agora.it
2001 Nov 08
4
Win XP home
Are there special issues when using XP home with Samba? I have a machine that when trying to log in as the user Mike, the logs show that it is trying to login in as Mike Barsalou. I tried making another user mbarsalou but I can't get it to authenticate properly. I was thinking it was a feature of XP home. Anyone have ideas? Mike
2000 Mar 06
2
Errors
Hi I just set up Samba on a Ultra 1 running Solaris 2.6. I went through the troubleshooting guid on your site and the settings seem to check out. I get the following error trying to use smbclient with various passwords and paths. I also ran testparm and checked inetd.conf. host:user:/usr/local/samba/bin:./smbclient '\\HOST\DIR\' added interface ip=***.*.***.*** bcast=***.*.***.***
2001 Dec 30
1
Samba Domain & XP
I am not able to join an XP Machine to a Samba domain. I am able to complete all the procedure until the reboot, bur after the Windows reboot, at the login, the windows says that it is not possible to contact the Primary domain controller. No debug arrive to samba at the login. The machine trust on the domain is done correctly with "on the fly" tecnique. Do someone have the same
2002 Feb 27
1
I: PATCH: Samba/Win2K renaming bug
-----Messaggio originale----- Da: Davide Parise [mailto:d.parise@mhz.it] Inviato: Tuesday, February 26, 2002 23:33 A: Jeremy Allison Oggetto: R: [Samba] PATCH: Samba/Win2K renaming bug I have the same problem, but I also have an explanation. When You click on a multimedia file Windows Media Player opens a preview on the left side of your windows. When this preview is open is impossible to make
2002 Nov 06
0
Linux trust
I have a Linux Samba PDC with a tenth of win2k machines and 1 Linux machines. With windows everything works fine, but It often happend that the Linux machine loses her trusr account and I have to reboot both to have the linux access Domain user list. I can't explain this and with normal debug I don't have any hint. Davide Parise d.parise@mhz.it -------------- next part --------------
2011 May 28
1
newbie xml parsing question
I am trying to read some data off the zillow site. Newbie to xml, html, parsing and the xml package. I've been able to load the web page I'm interested with the following code but I'm not sure of the next step to get the information I'm interested in into R : library(XML) url <- "http://www.zillow.com/homes/511 W Lafayette St, Norristown, PA_rb" doc <-doc <-
2002 Jun 19
4
Little list of horrors.
Hi all, I was investigating the SMB signing problems between Win2k clients and Windows XP servers and thought I'd take a look to see if there were any hotfix patches for Win2k that were post service pack 2. I discovered this list.... : http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com/support/ServicePacks/Windows/2000/Win2000_Post-SP2_Hotfixes.asp of *amazing*
2010 Jun 21
1
[LLVMdev] Casting a Value
Hi, I have Value V of Type i32*. How can I convert/set it's Type to i32? Or How can I create another Value of Type i32 and with same name as V. I have tried Value *NewV = new Value(Type,scid); NewV->setName(V->getNameStr()); It causes stack dump. I am not sure as second argument in the Value constructor as scid (SubClassID). So I have mentioned 0. Any Idea how to do this? Regards,
2002 Jul 30
2
Re: Joining a domain spanned across different subnets
Mark/All, I'm having the same problem...Any resolution yet? However I am using a NAT system between my two subnets and my logs show I definately get elected as the master on subnet (x) where the samba server is, but I need it to propogate to subnet (y) where the client is trying to sign in from. Any ideas out there? Please help if you can, thanks. -Jeff Mark Andrews wrote: > >
2002 Aug 26
2
Homedrive mapping
Hello everyone, We are making extensive use of the homedrive mapping fields in AD. (automagically mapping a drive letter to a UNC path without a logon script) Since we sp2 applied to our clients, none of them have been able to map their home drives to our samba servers. According to Microsoft's q-article, http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308580&, "this
2004 Nov 30
2
XP bug -- client spooler loop (MS KB 329234)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks to Martin and Walter for pointing out that this is an old XP bug. Here's the link: http://support.microsoft.com/default.aspx?scid=kb;en-us;329234 Unless someone can provide more information to show that this is not the bug you are seeing with "slow printing from xp sp2 clients", I'm marking this one off my list. Some old
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
2005 Nov 16
3
what is the SID of the domain administrator?
Does the domain administrator SID always end with -1000? I.e., if the SID for the domain is: S-1-2-33-4444444444-555555555-6666666666 does this mean that the domain administrator's SID would be: S-1-2-33-4444444444-555555555-6666666666-1000 ? How can I get the SID number for any given user? -- Tomek http://wpkg.org WPKG - software deployment and upgrades with Samba
1998 Feb 19
7
smbstatus
Have just upgraded to samba 1.9.18p3 on a RedHat 5.0 linux system... now... when i type smbstatus... this is what i get.. Couldn't open status file /var/lock/samba/STATUS..LCK so i assume that for some reason... this status file is not created upon startup.. Pat.
2003 Oct 28
0
I: Segfault in Samba
I reveived this message as panic action, of my debian Unstable (Samba 3.0). Don't look for any solution, as the service is just reloaded, but I hape that can be useful for debugging. Bye Davide Parise -----Messaggio originale----- Da: root [mailto:root@server00.iskranet.it] Inviato: marted? 28 ottobre 2003 2.03 A: root@server00.iskranet.it Oggetto: Segfault in Samba The Samba 'panic
2007 Dec 15
2
--link-dest
Clearly I'm missing something about --link-dest; I know it works because rsnapshot is doing the right thing on this system, but it's not on another system, and I'm trying to troubleshoot that. The first step is to be able to verify that --link-dest works on it, but I can't even get it to work in an known-good environment --- no matter how I specify the args to it, it's