Displaying 20 results from an estimated 800 matches similar to: "attaching xp machine to existing domain"
2004 Aug 22
1
changing a windowsxp machine name
Howdy All,
I need to change the machine names on about 10 machines ( winxp ) on a
samba 3.05/redhat9 network ( NO LDAP )
Am I correct in the order I have listed below to accomplish this
1. remove the machines from the domain ( change to a workgroup )
2. remove the machines from the smbpasswd file ( I can use webmin for this )
3. stop samba
4. remove the machines from /etc/passwd
5. add new
2006 Feb 09
0
domain user + local admin group
Howdy All,
My samba server has decided to throw a hissy fit and its quite distressing
( not hair tearing out yet but will be soon ). Samba Version 3.02
To give domain users admin rights to their local machine I have in the
past simply made domain users part of the local admin group. Perhaps not
the most elegant solution , but it works.
I today installed two more machines ( XP sp2 )onto the
2006 Feb 01
2
domain users + local admin group
Howdy All,
My samba server has decided to throw a hissy fit and its quite distressing
( not hair tearing out yet but will be soon ).
To give domain users admin rights to their local machine I have in the
past simply made domain users part of the local admin group. Perhaps not
the most elegant solution , but it works.
I today installed two more machines ( XP )onto the network and the
machines
2004 Sep 08
1
curious behavior
Howdy People,
I have a small problem with my redhat9-samba3.05 setup.
I have various shares which have access to them by
valid user = @unixgroup
Some of the users in any particular group can get access whilst others cant.
The curious thing is that this setup worked happily for some months and
then, suddenly, it doesn't.
I am now forced to list the users indivdually .
I am open to ideas .
2004 Nov 30
1
profiles and home directories
Howdy All,
I have read with interest the problems that some people have with profiles
and XP ( service pack 2 included ) in getting them to work.
I, however, have not had any such trauma's ( thank goodness) and the
smb.conf file listed below works a treat.
The problem I have is people using profiles over several vpn connections (
just to slow ).
So now I am in the situation of wanting to turn
2004 Aug 15
0
winxp roaming profiles and samba group access rights
Howdy People,
I have a problem with roaming profiles in samba 3.0.5 on redhat9 (
installed from the rpm with rpm -Uv samba.3.0.5.rpm
I am not using LDAP ( dont know how and as I am a Netware person on a very
steep learning curve with Samba, didn't want to complicate the
installation after seeing every second posting on this list as a ldap
problem).
The smb.conf file is listed below.
The
2005 Mar 18
3
what to do ??
Howdy All,
I am the adminstrator in a school which has netware 4.11 ( five servers in
the nds tree )as its main student platform. This has been working very
well over the past 6 years or so.
The school has the ability to obtain a microsoft solution at no cost (
except for the new hardware required, which is the reason for this email
in the first place ).
Advice and opinions are sought on the
2012 May 25
0
[PATCH 3/3] gnttab: cleanup
- introduce local variables (shortcuts for frequently used <dom>->grant_table)
- adjust first parameter of mapcount()
- drop lock acquisition from gnttab_get_version()
- remove hard tabs and adjust formatting
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Andrew Thomas <andrew.thomas@oracle.com>
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@
2010 Aug 01
0
Picking Part of Large R Object
Dear All,
I have imported an HTML document to R (called tables) and wish to select
certain pieces of it for processing. The first few lines of the object
appear as follows:
> tables
[[1]]
<table id="fs-table" class="gf-table rgt">
<thead>
<tr><th class="lm lft nwp">
In Millions of USD (except for per share items)
</th>
<th
2005 Mar 08
1
To convert an adjacency list model into a nested set model
Dear R-help
I am wondering if somebody wrote some code to convert an adjacency list
model into a nested set model.
In principal I want to do the same as John Celko mentioned it here with
SQL:
http://groups.google.co.uk/groups?hl=en&lr=lang_en&selm=8j0n05%24n31%241
%40nnrp1.deja.com
Assume you have a tree structure like this
Albert
/ \
/
2006 Jul 18
1
Bad values for acts_as_nested_set?
I moved from acts_as_tree to acts_as_nested_set because I need the
all_children method.
I''ve seen an alternative way to add this method to acts_as_tree here:
http://www.chuckvose.com/articles/2006/05/24/recursive-children
But I''d prefer to use the more efficient way of acts_as_nested_set (and
not to have to revert to my old code).
Anyway, here''s my issue: if I
2010 Jun 09
1
pam_winbind and krb5_auth
Hey list,
I'm wondering if there is any advantage to be gained by using kerberos with pam_winbind.
I've configured pam_winbind and enabled krb5_auth though apart from being granted a ticket, I'm unsure as to any advantage that would be gained by enabling Kerberos.
Thanks,
Matt Delves
--
---------------------------------------------
Matthew Delves
System Administrator
Information
2009 Jul 13
2
[LLVMdev] CVS binutils includes support for plugins, can use the llvm plugin.
2009/7/12 Daniel Dunbar <daniel at zuster.org>:
> That's pretty awesome!
Thanks!
> Will ar, etc. eventually get some autodiscovery of plugins so that
> things work OOTB after a make install of llvm/llvm-gcc?
The bfd library (used by ar and nm) already searches for plugins in
$install_dir/lib/bfd-plugins/. Maybe we could pass an option to llvm's
configure to tell it where
2005 Oct 12
2
Help with act_as_nested_set
Hi, I''m trying to get act_as_nested_set working, and I''m puzzled.
I googled the following
http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/r
ails-code.tgz
<http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/
rails-code.tgz&path=rails-code/ar/acts_as_nested_set.rb&lang=ruby&qy=ruby>
2010 Jun 03
8
authenticating new nodes that are created by provisioning
Hey Folks,
I''m looking at doing automated provisioning of new servers and am trying to integrate puppet into this process. What I''m wondering though is what the best process for securely registering a new node is.
At the moment the first time puppet is run I have to then accept the certificate on the puppetmaster and then run puppet again.
What I would like to do is accept the
2006 Mar 15
5
acts_as_threaded - help ???
Hi, has anyone successfully used the acts_as_threaded plugin with
postgresql?
I''m using rails 1.0 and ruby 1.8.4 on linux.
Following the screencast on
http://www.railtie.net/articles/2006/02/05/rails-acts_as_threaded-plugin ,
I got to where we''re ready to create our first post, having made the
changes to controllers/posts_controller.rb, views/posts/_form.rhtml,
2010 Jun 09
0
issues with pam_winbind and ability to use old windows password
I'm currently using an implementation of pam_winbind to authenticate users on linux servers via Active Directory. This works as expected apart from an issue whereby after changing a password, a user can login with both their old and their new password.
Having done a bit of investigation, it appears that this is a 'feature' from Microsoft as described in
2019 Mar 03
0
Opus.dll Download
Hey Guys,
I am looking for an opus.dll file to replace the one that u currently have which appears to be limited to 64kbps music.
Regards,
Matthew Matters
PHAZE Broadcasting Pty Ltd
Direct: 03 5310 5950
Mobile: 0402 711 135
Email: admin at phazern.com.au
Address: 35-37 Peel Street South Bakery Hill Victoria 3350
Licensed by the ACMA (Australian Communications & Media Authority) to
2007 May 25
2
RSpec-1.0.3
The RSpec Development Team is pleased to announce the release of RSpec-1.0.3.
== Changes
This is the compatibility release!
* Compatible with autotest!!!! (As of ZenTest 3.6.0 - see below)
* Compatible with edge rails (as of r6825).
* Compatible with jruby (since release 1.0.1)
See http://rspec.rubyforge.org/changes.html for more detail.
== About RSpec
RSpec is a framework which provides
2007 Jan 09
0
Bad FCS & hangup
Hello, All!
It is a Piece of my log At the moment of a call:
Jan 9 09:50:21 NOTICE[10902]: chan_zap.c:8194 pri_dchannel: PRI got
event: HDLC Bad FCS (8) on Primary D-channel of span 3
-- Accepting call from '' to '0033444' on channel 1/1, span 1
-- Executing Dial("Zap/1-1", "SIP/3444|60|rgT") in new stack
-- Called 3444
-- SIP/3444-0823e6b0 is