Displaying 14 results from an estimated 14 matches for "gomer".
Did you mean:
romer
2007 Nov 07
3
net rpc join -U root error
On my server, I have root in LDAP, and am following the Samba3 by
example book, but I'm unable to get it to join the domain. I'm running
samba 3.0.25b.
[root@gomer samba]# net rpc join -U root%xxxxxxxx
Unable to find a suitable server
[root@gomer samba]# net rpc testjoin -S GOMER -U root%tical123
Join to 'ADMIN' is OK
[root@gomer samba]# net rpc testjoin -D DOMAIN -U root%tical123
Unable to find a suitable server
Join to...
2007 Nov 05
1
smbldap_tools error
I'm following along in the Samba 3 By Example.pdf and on Page 190 it has
me run:
[root@gomer ~]# smbldap-useradd -m -a test2
No such object at /usr/sbin//smbldap_tools.pm line 473.
I am running smbldap_tools .0.9.4 and I have ran configure.pm and set it
up correctly.
The stanza in the code of line 473:
# all entries = does_sid_exist($sid,$config{scope})
sub does_sid_exist
{
my $sid...
2007 Dec 04
0
configuration needed to load roaming profiles off of a BDC?
I have a PDC named GOMER with IP 10.8.3.37 and a BDC named BLDG1 with IP
10.8.3.231, both in the domain ADAMSTEST. I have a user testuser who
logged in successfully to GOMER and has a roaming profile in
/var/lib/samba/profiles/testuser. So I changed the TCP/IP settings of
the windows XP computer testuser uses from th...
2007 Nov 09
1
A device attached to the system is not functioning.
...ning.
error log:
[2007/11/09 10:21:01, 1]
rpc_server/srv_netlog_nt.c:_net_sam_logon_internal(1004)
_net_sam_logon: user TEST\testuser has user sid S-1-1-0
but group sid S-1-5-21-3536689092-529281149-710501220-513.
The conflicting domain portions are not supported for NETLOGON calls
[root@gomer ~]# cat /etc/samba/smb.conf
[global]
unix charset = LOCALE
workgroup = TEST
netbios name = GOMER
server string = Samba Server %v on gomer
# interfaces = eth0, lo
interfaces = 10.8.3.37/24 127.0.0.1/8
bind interfaces only = Yes
hosts allow = 10.8.
passdb backend = ldapsam:ldap://go...
2008 Jan 11
0
root's SID
...Do I need to set the SambaSID in LDAP for the user root, or
does it not matter? If so, how? I tried smbpasswd -a, smbldap-useradd,
and smbldap-passwd -a and none worked. But I can load the SambaSID in
by hand with ldapmodify if I need to. I can log into my domain as root
ok however.
[root@gomer samba]# pdbedit -U
S-1-5-21-2139886109-2393431639-217723040-1000 root
smbldap_search_domain_info: Searching
for:[(&(objectClass=sambaDomain)(sambaDomainName=ADAMSTEST))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
smbldap_search_doma...
2007 Nov 19
5
DNS problem?
I'm trying to join an XP SP2 PC called testpc to a test environment. Its
network settings are statically set. IP address is 10.8.3.209. I have a
PDC called gomer.mdah.state.ms.us w/ samba 3.0.26a and IP address is
10.8.3.37. On test PC I right click on my computer, properties, computer
name, change from workgroup WORKGROUP to domain ADAMSTEST.
But I get the error:
Note: This information is intended for a network administrator. If you
are not your networ...
2008 Jan 11
2
Convert existing Samba DB to LDAP
We currently have an OpenLDAP server with many nodes authenticating to
it for various things. We have an existing server that is now using LDAP
to authenticate, but would like to have Samba in turn authenticate to
it. We've configured the smb.conf file accordingly and can get this working.
Our dilemma is in adding the "Manage samba account parameters" plug-in
via the Yast
2008 Feb 12
0
unable to get Windows XP to join domain using BDC
I have a domain named ADAMSTEST with the LDAP/PDC being
gomer.mdah.state.ms.us ip 10.8.3.37 and the BDC bldg2.mdah.state.ms.us
ip 10.8.7.2. nss_ldap is working, i can ssh in to both servers fine.
I'm trying to have a Windows XP named domain2 with ip 10.8.7.254 join
the domain using the WINS server of 10.8.7.2 in the network tcp/ip
settings. So it...
2007 Nov 13
0
roaming profiles behavior
I have a PDC named gomer w/ IP 10.8.3.37 and a BDC named bldg1 w/ IP of
10.8.3.231, and a testpc w/ IP of 10.8.3.237. in the TCP/IP settings of
testpc, I put the WINS server as 10.8.3.231, but when I log in, the
roaming profile is stored onto gomer. Is this correct behavior? I then
changed bldg1's logon path fro...
2007 Nov 20
1
Configuring samba users with existing ldap (pdbedit -Lv <uid>)
I'm currently going through chapter 5 of Samba-3 by Example, "Making
Users Happy"
Step 16 is where I get a hiccup. When I execute the command "pdbedit
-Lv" which according to the man page should list out all my users, I get
nothing back. All the previous steps have worked using one of my
existing LDAP account uids.
There seem to be extra things I need to have in my
2007 Jan 09
1
assert_redirected_to not working as expected
...cation_test.rb) looks like this (snipped):
===
class AuthenticationTest < ActionController::IntegrationTest
def setup
User.create(:login => "goober",
:email => "goober-I/zrSzmPSO5BDgjK7y7TUQ@public.gmane.org",
:password => "gomer",
:password_confirmation => "gomer")
end
...
def test_successful_signup
gooddog = enter_site(:gooddog)
gooddog.signs_up_successfully
end
...
private
module BrowsingTestDSL
include ERB::Util
attr_writer :name
...
def signs_...
2008 Mar 06
1
roaming profiles stored on BDCs? how?
I have a PDC named GOMER w/ IP of 10.8.3.37 and a BDC named BLDG2 w/ ip
of 10.8.7.2. when someone on the 10.8.7.x network using the WINS server
of 10.8.7.2 logs in and out, their roaming profile is stored on the
PDC. is there any way to have the roaming profile stored on the BDC?,
because I will have other 10.8.x.x n...
2008 Feb 26
2
Re LDAP adding workstation accounts fails (but not really???)
I very much appreciate the help thus far, but I think it has strayed a
bit from the actual problem.
The problem is that when I join a system to the samba domain it
creates /some/ but not all of the required attributes for the computer
account. The process then fails as samba looks in the wrong part of my
directory server. I would strongly prefer to put the workstation
accounts in their own tree
2008 Feb 15
2
Joining a Windows XP pc to Samba / LDAP domain
Hi, guys,
I'm trying to create a PDC using Samba with an LDAP backend. According
to all the guides I read, this should be fairly easy really, but I've
done nothing else for the last week and it still doesn't work the way
the manual says it should! As far as I can see, everything is set up and
working correctly right up to the point when I try and join a machine to
the domain.