similar to: Protocol negotation failed

Displaying 20 results from an estimated 200 matches similar to: "Protocol negotation failed"

2002 Sep 08
2
sambaldap tools
Hi samba admins, I don?t know is this the right place for my question, but I can?t find a list for my problem. I have some trobble to configure the smbldap-tools. I have download and copy the scripts to /usr/local/sbin. But a /usr/local/sbin/smbldap-useradd.pl testuser breaks with this error message: get_user_dn2: error in ldapsearch : /usr/bin/ldapsearch -x -h _SLAVELDAP_ -D '_BINDDN_'
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
Hy! Excuse for the previous mail, follows correction! I followed step by step that this in the address above. > http://www.hilinski.net/samba/ But when I execute, 'script smbldap-populate.pl', appears the following errors: [root@thor sbin]# smbldap-populate.pl Using builtin directory structure adding new entry: dc=maxwelleducacional,dc=com,dc=br failed to add entry: Insufficient
2004 Dec 09
0
Samba / LDAP on OpenBSD
Hi, I have an Open 3.5 box What i want to do is to have a box authenticating from LDAP for samba,smtp,pop,ftp,apache Samba is supposed to be a PDC authenticating from LDAP. I installed openldap-server-2.1.27 , openldap-client-2.1.27 from openbsd packages. Openldap has ldbm backend, and i have a directory which i can use for smtp and pop authentication. Bind is installed and dns records for
2004 Apr 12
1
Initial samba + ldap howto
A couple of days ago I decided that I needed a samba and ldap setup. After reading the samba mailing list , specifically the thread "Re: [Samba] Samba and LDAP backend - howto docs problems?" I decided to buy the Official Samba-3 HowTo and Reference guide", (the Samba-3 By Example mentioned in that thread wasn't available in my bookstore and they could't order it for me too)
2003 Jun 04
2
Samba LDAP Primary Domain Controller
I am trying to setup my Linux box to replace WIN-NT PDC and also i want to configure this Linux box to use LDAP authentication I am using Mandrake 9.1 installed all the following RPMS required for LDAP & SAMBA libldap2-2.0.27-4mdk libldap2-devel-2.0.27-5.3mdk.i586.rpm libldap2-devel-static-2.0.27-5.3mdk.i586.rpm libltdl3-1.4.3-1mdk.i586.rpm libunixODBC2-2.2.4-1mdk.i586.rpm
2005 Mar 08
1
samba ldap bind problems.
I have a solaris 9 box that I am configuring to be a PDC using the latest version of samba authenticating off of an Openldap db. This machine uses the same ldap server to authenticate the unix users but after following documentation for setting up samba/ldap PDC. Using smbldap-populate populated the database with no problems but when I try and run smblclient -L master I get the following
2003 Dec 18
2
It would seem to be simple but it's got me scratching my head
Samba 3.0.0 - RH AS 3 # ./smbldap-groupshow.pl Computers No such object at /usr/local/sbin//smbldap_tools.pm line 590, <DATA> line 283. # ./smbldap-usershow.pl cnassa dn: uid=cnassa,ou=People,o=Mullen,c=US Why can't I get the groups to work correctly, I do have a 'Computers' group? This same problem is causing a bunch of errors when I try to net rpc vampire - it can't
2004 Feb 20
1
problems on join domain on Samba3 + ldap
Hello, I' have problems with samba3 + ldap PDC. in particular can't join more then 2 workstation at domain. i thinks that problems is on generating the UID part on SID (the final part) the first Computer then join on domain have SID S-1-5-21-3642312925-2943760701-1776766777-3000 the second have evere SID S-1-5-21-3642312925-2943760701-1776766777-2052 after never workstation succeed
2003 Oct 12
1
Error when creating user with Samba 3.0 & LDAP
Hy, I just install OpenLDAP 2.0 and Samba 3.0. (both from RPM). I used tools from idealx (found in src from Samba 3.0) to populate the ldap tree. My ldap is empty when i start, i just added index and samba.schema in slapd.conf. I used net rpc getsid to generate my domain SID and put in the smbldap_conf.pm with others options (dc, ou, dn etc.) I didn't get any error with this tool, it create
2002 May 14
0
Bugfix for idealx smbldap-tools
Hi. When I tried to setup my LDAP I used the smbldap-tools from idealx. I discovered some errors which made the tools unusable for me. Here's a fix for the bugs I discovered: a) I decided to use a suffix in the LDAP which contains spaces, ie. I used something like "o=My Org,c=DE". Because the suffix wasn't quoted in the various calls in the tools, this didn't work. b) It
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
Hello I'd like to thank you all for helping my setup of samba3 with Ldap, here are my notes on configuring samba3 openldap on redhat 9. Hopefully this information will help all of you who are trying to preform a similar setup. -=Carl=- this can also be found at: http://www.carlweiss.com/Samba3-redhat9-openldap.html Installing Samba 3 With OpenLDAP on Redhat 9 Commands are listed in
2004 May 06
0
having problems with samba 3 + net groupmap
Hi, Could somebody help me out, here. I have samba-3.02a, openldap-2.1.25 on mandrake 10 and I?m trying to setup a pdc. This is what I?ve done so far: 1. configured ldap both for server and client thats slapd.conf, ldap.conf and ldap.secret 2. edited pam.d/samba 3. edited nsswitch.conf 4. configured samba - smb.conf 5. added the ldap password to secrets.tdb 6. configured smbldap-tools using the
2008 Jun 14
0
[PATCH 2/2] virtio: Complete feature negotation before updating status
On Friday 13 June 2008 22:46:41 Mark McLoughlin wrote: > lguest (in rusty's use-tun-ringfd patch) assumes that the > guest has updated its feature bits before setting its status > to VIRTIO_CONFIG_S_DRIVER_OK. > > That's pretty reasonable, so let's make it so. Applied. That's a bug, I'll send to Linus immediately (I screwed up in the feature changes which are
2008 Jun 15
0
[PATCH] virtio: Complete feature negotation before updating status
From: Mark McLoughlin <markmc at redhat.com> lguest (in rusty's use-tun-ringfd patch) assumes that the guest has updated its feature bits before setting its status to VIRTIO_CONFIG_S_DRIVER_OK. That's pretty reasonable, so let's make it so. Signed-off-by: Mark McLoughlin <markmc at redhat.com> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> ---
2008 Jun 14
0
[PATCH 2/2] virtio: Complete feature negotation before updating status
On Friday 13 June 2008 22:46:41 Mark McLoughlin wrote: > lguest (in rusty's use-tun-ringfd patch) assumes that the > guest has updated its feature bits before setting its status > to VIRTIO_CONFIG_S_DRIVER_OK. > > That's pretty reasonable, so let's make it so. Applied. That's a bug, I'll send to Linus immediately (I screwed up in the feature changes which are
2008 Jun 15
0
[PATCH] virtio: Complete feature negotation before updating status
From: Mark McLoughlin <markmc at redhat.com> lguest (in rusty's use-tun-ringfd patch) assumes that the guest has updated its feature bits before setting its status to VIRTIO_CONFIG_S_DRIVER_OK. That's pretty reasonable, so let's make it so. Signed-off-by: Mark McLoughlin <markmc at redhat.com> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> ---
2004 Dec 09
0
Following Samba 3 by example and getting errors.
Hi All, I'm having the exact same problem. Did anyone ever figure this out? Thanks! ~Brandon Luis G. Riera wrote: Hi, I'm following chapter 6 from samba-3 by example. I've SuSE 9.1 with OpenLDAP 2.2.6 and samba 3.0.4. I get four errors with this example. When I run the testparm -s > test.confect and din't get get error. The 1th one error that I got was when I run
2014 Feb 05
1
Support for LDAP_MATCHING_RULE_IN_CHAIN in LDAP queries
I'm guessing that this is just not implemented yet: http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx Specifically, the LDAP_MATCHING_RULE_IN_CHAIN search modifier. I'm trying to do a group membership search via LDAP that traverses subgroups. Against Windows AD I'd use: (memberof:1.2.840.113556.1.4.1941:=(cn=Group1,OU=groupsOU,DC=x)) But that doesn't work against
2002 May 09
0
Error when running smbldap-passwd.pl from idealx
Hi again! I've installed the smbldap-tools 0.6 package on my system. I've modified /usr/local/sbin/smb*conf.pm and changed the $suffix and $bindpasswd to reflect what I've at the server. I've then added a user to the system with "smbldap-useradd.pl -m user". When I run smbldap-passwd.pl, I get the following error message: [root@teich smbldap-tools]# smbldap-passwd.pl
2003 May 27
0
Problem disabling roaming profiles...
Hello everyone. Well, I have a very interesting thing happening with my Samba PDC when I try and disable roaming profiles. As it is now, im running Samba as a PDC with LDAP on the backend. This is what i've done to disable roaming profiles: In smb.conf, i've set the following two entries to blank: logon home = logon path = Now, i've used the idealx scripts to add users, groups as