Displaying 20 results from an estimated 600 matches similar to: "Samba-3 By Example correction..."
2005 Mar 09
2
Chapter 6: Making Users Happy...
Not sure if this is the place to post this but....I'm just going through the
process of installing Samba and LDAP using the current version of Chapter 6:
Making Users Happy
(http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011
<http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011> )
I found one error in the Install and Configure Idealx smbldap-tools
2005 Mar 14
1
W2K Server and Workstation can't join SMB/LDAP domain
I have a SMB Domain set up with a PDC and BDC. The BDC is joined to the PDC
domain fine and shows up in the LDAP directory.
I can add and delete users to the LDAP directory. I can use the user
accounts to access the Linux boxes. My W2K boxes see the domain and domain
servers when browsing. I can access the shared drive on the PDC.
I cannot join the Windows servers to the domain. I get an error
2005 Mar 16
3
Problem joining a Samba 3 domain - DC can't be contac ted
My domain name is SAMBA-DOMAIN, I can't join it from a
win 2003 machine. Now, if I try to join it from a XP
machine, I am asked to enter a username and password
for a user allowed to join the domain, however, the
info I enter is not accepted!!!
Any idea please?
Thank you
Note: to manage joining my samba domain from a xp
machine, I had to change a registry key.
--- "Mccrory, Kevin
2005 Mar 10
1
LDAP items that might help for How-to
Might want to include the following command in LDAP config incase LDAP
doesn't start.
slapd -u ldap -g ldap -d -1
This command pointed out that I hadn't copied my samba.schema to the
/etc/openldap/schema directory. Might want to put that in the doc before you
start LDAP. A newbie like me might pass over that little detail while
following the instructions...
Kevin B. McCrory
Network
2005 Mar 23
1
Samba LDAP replication weirdness...
I have the PDC/BDC with a master slave LDAP directory set up and
operating.
One problem is that I've only been able to get the LDAP Master/Slave
replication working if I use Manager as the binddn for the replication.
I'm using the IDEALX smbldap tools. If I use another user I get a ERROR:
Insufficient access: no write access to entry error and a .rej file is
created.
Each entry shows
2005 Feb 25
0
Simple PDC/BDC with LDAP config
I want to be able to use Samba to manage a Windows cluster account for
failing over two Windows clusters.
This is a small system, 8 web servers with two DB clusters along with a
couple of other servers handling backup and management functions. I run DNS
services on the firewall for the internal machines. The AD DNS is only for
the clusters. All the machines are Domain members for single Sign on
2005 Mar 14
1
Changing SMB Administrator account name
How do you change the Administrator account name for Samba/LDAP? On all of
our Windows machines we change the default Administrator account name to
something else. I want to do that for the Samba/LDAP PDC so that all the
machines are in sync.
Kevin B. McCrory
Network Engineer - COPS
US Government Solutions
13600 EDS Drive
Mail stop: A4S-B21
Herndon, VA 20171
* phone: +01-703-733-3255
*
2005 Mar 18
2
PDC Samba 3+LDAP
Hello all,
I've some problem with my new Samba / Ldap PDC :
I cannot join the Domain from Windows (XP) computers
Okay, all configuration seem to be okay on the serveur, I can create
Users,Computers for samba (and unix)
I put here some config file, if someone can help me, I'm on since 5
days, it's my first PDC so I use the tutorial from Idealx (smbldap-howto)
getent passwd give me
2005 Mar 02
3
Samba as PDC and BDC on the same network.
I have recently configured two servers to be controlers of my domain.
The first one is the PDC and is configured like :
domain master = yes
prefered master = yes
local master = yes
domain logons = yes
security = user
os level = 99
And the second, the BDC like :
domain master = no
prefered master = no
local master = no
domain logons = yes
security = user
2007 Dec 07
2
Server is not a class with mongrel
Hello...
I am trying to switch to mongrel from webrick to get rid of the . puppetmaster is FreeBSD 6.2 with ruby, puppet, and mongrel all from ports (latest as of this morning). I get "Server is not a class". --verbose, --debug do not spit out any useful info.
puppet-0.22.4
ruby-1.8.6.111_1,1
ruby18-bdb46-0.6.2
ruby18-gems-0.9.4
rubygem-daemons-1.0.8
rubygem-fastthread-1.0
2007 Dec 07
2
last version of puppetd that will work with ruby 1.6.8 (RHEL3)
Hello...
What is the last version of puppet that will work with ruby version
1.6.8? I have a few RHEL 3 machines I would like to run puppetd (only
the client, not puppetmaster). They will be updated to RHEL 5 fairly
soon, so I don''t want to spend a lot of time trying to get a more recent
version of ruby on them.
thanks
/me buys Luke a beer for all his help :)
I now have
2007 Dec 27
1
order of execution
Hello...
I''m adding users via something like:
define devel_user ($fullname, $uid) {
user { "$name":
ensure => present,
comment => "$fullname",
gid => "500",
uid => "$uid",
shell => $operatingsystem ? {
FreeBSD => "/bin/sh",
default => "/bin/bash",
},
home =>
2006 Dec 18
2
FreeBSD ports
Hello...
I noticed that puppet is not in the FreeBSD ports collection. Is anyone
working on adding it? Or has someone made a ports Makefile for local use
they can share?
--
Christopher McCrory
"The guy that keeps the servers running"
chrismcc@pricegrabber.com
http://www.pricegrabber.com
Let''s face it, there''s no Hollow Earth, no robots, and
no ''mute
2007 Nov 26
6
Help with tags
Hello...
I need some help with tags. as an example:
# pseudo code
class ssh {
file { "/etc/ssh/ssh_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/sshd_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/ssh_known_hosts":
# normal stuff
tag("safe") }
}
on client: puppetd --tags
2010 Nov 15
2
bug with using exported resources?
Hello...
Is this a bug or by design?
I''m using exported resources to generate /etc/ssh/ssh_known_hosts. I
changed the example from the docs to this:
@@sshkey {
"$fqdn,$hostname,$ipaddress": type => rsa,
key => $sshrsakey,
}
so that I would get one line per host in the ssh_know_hosts file. What
happened was that on each run several (all?)
2006 Feb 06
2
Samba 3 by Example - chapter 5 & 6 ( Manager -> sambaadmin)
Dear Samba & Users.
I have spent some time going over the documentation, however I still no not
fully understand what the cause is.
I am focusing on Samba 3 by Example chapter 5 & 6 specifically
Chapter 5 smbpasswd -w 123456
[root@node1 data]# smbpasswd -w 123456
Setting stored password for "cn=Manager,dc=ddesign,dc=com" in secrets.tdb
Chapter 6 indicates in the smb.conf to
2006 Jan 27
1
Multiple Database write question
I am working on reconfiguring an app that we are about to release to
work tighter with another app that we already have. Both of these
apps are going to share a single users database that stores the
general information about the user such as login, password, name,
email and so forth. They also have app specific stuff that is
attributed to the user that is stored in the app''s own
2006 Dec 18
8
file diff?
Hello...
I am looking to replace my current config file management solution with
puppet. I looked at both cfengine and puppet and neither seem to have a
"diff" option. as in:
configfile { "/etc/httpd/conf/httpd.conf":
source => "/httpd/httpd.conf"
}
will install a httpd.conf file. What I would like is to be able to see a
unified diff of the
2007 Dec 05
1
err: end of file reached
Hello...
There is a ticket for these errors:
... (err): Could not describe $path/$file: end of file reached
Is there a fix for this in the upcoming release, or is mongrel still the
only solution?
--
Christopher McCrory
"The guy that keeps the servers running"
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice
2000 Feb 29
1
openssh-1.2.2 with openssl-0.9.5 rsa problem
Hello...
to openssh-unix-dev at mindrot.org
cc djm at ibs.com.au
devel platform: linux intel redhat 6.2beta
http://violet.ibs.com.au/openssh/files/openssh-1.2.2.tar.gz from rpm at
same.
I am NOT subscribed to the openssh-unix-dev list.
I ran into a problem using openssh-1.2.2 with openssl-0.9.5. With
openssl 0.9.5 you can now compile shared libraries without idea, rc5 and
rsa.
openssl