Displaying 20 results from an estimated 400 matches similar to: "Printing from XP Pro in AD domain to stand alone SAMBA"
2006 Jun 24
0
Active Record w/ Stand Alone Script (no longer working?)
I know I''ve had this working several months ago:
http://wiki.rubyonrails.com/rails/pages/HowToUseActiveRecordThroughStandAloneScript
IE:
1. #!/usr/bin/env ruby
2. RAILS_ENV = ''production''
3.
4. require File.dirname(__FILE__) + ''/../config/boot''
5.
6. @u = User.find( :all )
----
# ruby test.rb
> test.rb:5: uninitialized constant User (NameError)
2010 Jul 10
0
module collections - stand alone puppet architecture
does one of the module collections support a stand-alone puppet
better than the others?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2007 Dec 17
0
stand alone winbind deamon services via apis
Hello,
When I mount a cifs share from Windows server onto a linux client, all
I am interested in is sid to uid and gid and vice versa mapping.
Can I accomplish that using just windbind and not samba server and
nmbd i.e. have a windbind.conf file with the pertinent stanza!
Say I just give the Windows share server name/ip address and sid to
winbind deamon via one of its existing APIs, can it
2010 Jul 28
0
(Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
Puppet local fileserving not working, as described here:
http://docs.reductivelabs.com/guides/modules.html
I''ve made a project to demonstrate this:
http://github.com/mindreframer/puppet_stand_alone_testing
There is more in the README...
(http://github.com/mindreframer/puppet_stand_alone_testing/blob/master/
Readme.md)
Would be nice to get this working, it seems wasteful the rewrite
2011 Jul 12
1
invalid SID in passdb on stand-alone file server with ldapsam
hello!
I got some log message I can't explain. when I log in to a server it says:
[2011/07/12 14:20:41.784580, 0] passdb/passdb.c:627(lookup_global_sam_name)
User frvdamme with invalid SID S-1-5-21-2863620551-4077714424-203869783-5020 in
passdb
It's a standalone file server, no domain, and the password backend is
(open)ldap. Samba is version 3.5.6 on Debian 6.0. Using the server
2008 Mar 05
1
klibc stand-alone build
Hi,
I'm currently building an initrd for CRUX which will use klibc. But I
don't want to install klibc to /usr, I just want to install the shared
klibc and its header files to $DEST, build some utils against, link them
dynamically and include both in the initramfs image.
What's the best way to do this?
Regards
Matthias-Christian
2002 Sep 05
0
Stand-alone samba & Win2k
Hi guys,
We've got a bunch of folks working here that use Win2k to connect to a file
server, which has recently been upgraded (and, subsequently, samba was
too). The trouble is that, now, I can't seem to connect to the samba server
as anyone. I was just wondering if someone could give me a definitive guide
as to what lines I need in my config file?
All the machines have been patched
2013 Nov 25
0
Using Samba 3.6.20 as stand-alone server
Greetings,
Is it possible to use Samba 3.6.20 as a stand-alone server?
We do not have any Windows servers, and we have no domain or AD.
Our goal is to use Samba with the Linux (Unix) permissions and avoid
using ACLs.
Can this be done?
If so, what lines in the smb.conf would control this?
Thanks!
Stu...
--
Stuart Reedy Working hard for a great university!
stu at coe.uky.edu
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Mon, 3 Oct 2016 09:49:32 -0700
Greg Zartman <gzartman at koozali.org> wrote:
> To clarify, the ldb tools I built work. The ones in the ltb-tools
> package in the centos repos does not work
>
As I said, Centos doesn't (yet) have packages from which you can create
an AD DC, it therefore seems likely that the ldb-tools package you
found, do not have the code to connect to a
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Sun, 2 Oct 2016, Greg Zartman via samba wrote:
> I'm working with the Centos 7 packages for Samba 4.2.10 and I note that the
> stock packages don't include the ldb tools (eg, ldbmodify, ldbsearch, etc).
>
> However, the stand along tools don't seem to be aware of the Active
> Directory schema. For example, if I try to use these tools to add an
> attribute to the
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote:
>
> The standalone tools (as packaged by CentOS) don't have all of the
> extensions that are built when you build a Samba DC. If you have already
> rebuilt CentOS Samba packages with DC support, you need to add samba's ldb
> modules to ldb's module path.
>
This is what I suspected.
2019 Feb 17
1
HELP: Samba 4 Stand Alone Server - Domain Join - Winbind Failure
I'm trying to setup a server to connect to a samba4
AD controller.
I'm following the instructions here to a tee:
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
When I try to restart the winbind service, it fails.
The log has the following errors:
" Could not fetch our SID - did we join?"
"unable to initialize domain list"Is this
Is this a
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 10/09/2020 20:28, Ted Buchanan via samba wrote:
> We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing
> servers with hundreds of local users on each server (not the same on all
> samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like
> to convert these stand-alone servers to join an existing Windows based AD
> domain without losing data or
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 9/10/20 3:28 PM, Ted Buchanan via samba wrote:
> We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing
> servers with hundreds of local users on each server (not the same on all
> samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like
> to convert these stand-alone servers to join an existing Windows based AD
> domain without losing data or
2010 Sep 09
1
Backing up a stand alone system to a usb drive with rsync
I have a stand alone system with two drives / and /home on one and /var
on the the other. I'd like to backup the complete system to a usb drive.
I've tried dd however since it copies over everything, even empty space
it didn't seem very practical since for instance root only has 10GiB out
of 70 used. Would rsync be a suitable application to use for this or
will it only work over a
2008 Oct 02
0
Stand-alone echo cancellation
Mike Ball a ?crit :
> We?re investigating acoustic echo cancellation solutions for a speech
> application. Our hardware will be a TI C64x+ series processor (DM6467)
> which has both a DSP and ARM9 core. Our audio will be sampled at 8kHz
> and fed in through the I2S ports on the DM6467, echo cancelled, and then
> encoded in G.711. As such, I?m really interested in the echo
>
2005 Jul 14
1
Using system to run a stand alone program that requires input in Windows
Under Windows I want to run a stand alone program that takes a number
of commands from the user. I've been running the program from the
command line using <
C:\Data\> foo.exe < params.txt
where foo is the program is params.txt is a text file with a few lines
(9) of parameters.
I want to run this from R using system a la:
system("foo.exe", input = "params.txt")
2010 Sep 17
2
Is there a project to compile R scripts into stand-alone executable file?
I know Matlab's M file can be converted to a stand-alone executable file. I
wonder if there is a project aimed at compiling R scripts into stand-alone
executable file. I think it will be very promising for R to be more widely
used in different fields.
--
View this message in context:
2007 May 14
2
3.0.25 *breaks* stand alone server, 3.0.24 works fine
Gerry,
It looks like 3.0.25 breaks "stand alone/no winbind/no domain" servers.
This is remeniscent of the 3.0.23b SID/GID problem. The only thing that
jumps out at me is that you can't access your home share and other shares
just quit working. Looking at the log files, I see this:
[2007/05/14 15:24:55, 10] smbd/open.c:share_conflict(389)
share_conflict:
2006 May 25
2
How to install Ruby on Rails from Stand alone package?
I need to instal RoR on server which is not connected to internet and
which can''t be connected to internet coz of security reason. There is no
other ways to connect server to internet.
I know every tutorial say run gem install rails, but in this case I need
to install rails from stand alone package.
So, my problem is where to install files which I downloaded from