Displaying 20 results from an estimated 2000 matches similar to: "joining samba domain 3-b3 with windows XP Pro"
2003 Jul 21
1
Samba 3.0.0 Beta 3
Hello,
I have recently compiled Samba 3.0.0 Beta 3 on Debian Woody. I compiled it
with LDAPSAM support.
After reading and working through the PDF file that comes with Samba 3 to
configure the LDAP server I get the following error messages when I do smbpasswd
-a <username>
sparc10:~# /usr/local/samba/bin/smbpasswd -a ********
New SMB password:
Retype new SMB password:
failed to add
2003 Jul 29
1
WinXP Roaming Profiles - Samba 3.0b1 Problem
Hello,
My company has decided to upgrade everyone from win98 to winXP. So, I've
begun the process of setting up a test network to test samba with winXP
before the XP rollout begins. I downloaded samba-3.0b1 a couple weeks ago,
compiled it, and started configuring it. For the most part everything has
been a breeze. I have a winXP SP1a machine on the test network that
currently sees
2003 Jul 18
2
Samba 3 Beta3 using LDAP and NT4 Migrate
Hi,
I am trying a test of migrating a NT4 Domain to Samba 3 Beta 3 configured to
use LDAP on Redhat 8. Is this possible?
Details
-------
I previously had Beta 2 on LDAP running as it's own domain controller
without problem and could create users (in LDAP) with smbpasswd -a. XP
clients could join and login OK.
Now I have flushed that setup and have loaded Beta 3 configured to use LDAP,
2003 Apr 21
4
How to give one user write permissions to HOME shares
mmurrock can browse, but he can't write. Is there an easy way to add write
access for the mmurrock user?
here is my homes share:
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S, mmurrock
create mode = 0664
directory mode = 0775
Thanks,
Dan Didier
2003 Apr 21
12
Unofficial Samba+ACL howto
Hi all,
As promised, I have started a howto document on setting up Samba with NT ACL
support, based on experiences in my workplace, as documentation for this
seems to be on the short side at the moment.
It is available at the following address:
http://www.bluelightning.org/linux/samba_acl_howto
I have yet to convert it to proper DocBook format, and it needs more material
(probably
2003 Apr 22
1
FW: Unofficial Samba+ACL howto
Sorry - I should have addressed this to Paul Eggleston who started this thread. Regardless who started it (the Samba + ACL howto), my offer still stands if I can be of any help. I'd be happy to help with this documentation, input, proof reading, whatever. There's definately a big lack here and the Samba team already has their hands full.
Rick Segeberg
rick.segeberg@waterford.org
2003 Jun 23
1
Authentication from W2K PDC..Samba 3.0beta
Hello everyone,
Can I use Ldap to authenticate against our W2K PDC? I have winbind
working for Samba 2.2.8a - but the boss wants me to see about Ldap.
If this is possible could you provide a starting point for me?
I can use getent group to get a list of domain groups after I adjusted
the /etc/ldap.conf
By default Samba found our State Ldap server upon installation - I work
for the State
2003 Apr 23
2
Windows 2000 Domain roaming profile problem.
Dear All,
I use samba 2.2.7a-8.9.0 on red hat 9.0. I configure Windows 2000 =
domain. Samba is configured as a client using security=3Ddomain. I can =
redirect folder (My documents, and so on) to samba. However, I can not =
roaming user's to store in samba server. It displays "Can not load =
profile, attempt to use local profile." Would you please tell me how to =
solve this
2006 Jul 18
2
how to generate calculated db fields
I''m trying to generate a "page slug" i.e. a url sanitized id from
some text in my model that I want to be saved into the database and
I''m not seeing how I can do it.
The closest I''ve come to getting this to work has been...
class Page < ActiveRecord::Base
attr :name
before_save :generate_slug
def generate_slug
self.slug = self.name.gsub
2006 Nov 16
0
rsync-ssh problem
I am having a real nightmare getting automated login with ssh to work;
hoping someone can guide me. I am running Ubuntu 6.10.
I have a main machine (called greywolf) which has a partition for
my /home on it. I am doing backups to an extrnal usb drive attached to
a Linksys NSLU2 (called slug) running UnSlung firmware. All hosts,
networking, shares, firewall & such stuff is working fine.
2010 Jul 19
1
btrfs: unlinked X orphans messages
Hi,
I am using btrfs for remote backups (via rsync), with daily and weekly
snapshots.
I see these messages in kern.log:
Jul 18 07:09:43 backup1 kernel: [3437126.458374] btrfs: unlinked 9 orphans
Jul 18 12:01:01 backup1 kernel: [3454604.905856] btrfs: unlinked 1 orphans
Jul 18 13:01:51 backup1 kernel: [3458254.990199] btrfs: unlinked 1 orphans
Jul 19 04:01:41 backup1 kernel: [3512244.236347]
2005 Mar 05
3
routes inconsistency?
Hello,
As a small excercise in learning rails, I''ve been porting a very
simple website from SSI to rails (yep, a bunch of static files that
were previously served with a tiny bit of SSI magic are now served by
a database-backed rails, it''s total overkill, I know). Part of the
reason is that I''m trying to move from apache to lighttpd, and
lighttpd''s SSI for
2008 Jun 13
0
DRYing some controller code
def index
if not @contest.nil?
@videos = Video.paginate( :all, :include => { :ad
=> :contest }, :page => params[ :page ],
:conditions => [ "videos.state = ''published'' AND
contests.slug = ?", @contest.slug ] )
else
@videos = Video.paginate( :all, :conditions => { :state =>
''published'' }, :page
2004 Nov 16
1
lme, two random effects, poisson distribution
Hello,
I have a dataset concerning slugs. For each slug, the number of
pumps per one time slot was counted. The number of pumps follows
Bi(30, p) where p is very small, thus could be approximated by
Poisson dist. (# of pumps is very often = 0)
The slugs were observed during 12 time slots which are correlated in
time as AR(1). The time slots are divided into two categories:
Resting time
2003 Jun 23
1
Samba in AD + trusted KDC environment
Hi,
I am trying to set a samba server as my fileserver in a Win2k network with a
AD domain Controller. Authentication is already done against an unix KDC,
trusted by the DC and everything work fine from now.
When trying to connect i have two problem.
first is not that related to Samba, as i get a UNKNOWN_SERVER as the reply for
the TGS-REQ sent by Win2k client. Excuse me if it is ununderstanble
2008 May 14
3
New blog application post slugs
Hello. I''m creating my own RESTful blog app. I am wondering about
creating post slugs. I think Wordpress creates a slug at post
creation time and stores the string in the database, then uses that
for URLs.
I read about the acts_as_sluggable strategy (http://
agilewebdevelopment.com/plugins/acts_as_sluggable) but I don''t like
having a number (the ID) in the URL.
Any
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
Hi folks!
I planned to put asterisk-1.4 on my slug (one of these embedded devices).
Since i don't want to compile it natively on this slow processor, i need
a cross-compile toolchain. I tried out several ways such as manually
compiling binutils and gcc, or using scratchbox. All of these with the
result that i got binaries for machines except the one i wanted! :(
I then have been given a link
2013 Feb 17
1
Error on installation of Ruby On Rails on QNAP TS809U-RP [Linux]
I am not sure where I should even begin troubleshooting this. I know a
little bit about Linux and am comfortable editing files and running
commands however definitely not a Linux guru. I have ipkg already installed
on the QNAP. I know absolutely nothing about ruby on rails. Thanks for any
help.
For those that are not familiar with a QNAP, ipkg is the same as apt-get or
yum in some Linux
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi,
I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn):
...
make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
menuselect.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
distcc[19221] ERROR: compile (null) on
2010 Sep 22
2
How to fix error: 'x' and 'y' lengths differ
Hi, im a student so still very new to R. Hope someone could help me out here
=)
They are 3 slug control products, bustaslug, product X and Y. Im ask to
explore the data by plot() and tapply(). But when i try to plot or use the
tapply command, it tells me that the x and y lengths differ. so im thinking
its because the data is unbalanced? Is there a simple command that i could
use to fix this?