RE: Getting Solaris to use Openldap

2010-09-01 Thread Stuart Cherrington
Just -h 10.2.250.15 -x -b 'dc=ldn,dc=sw,dc=com' ((objectClass=nisDomainObject)(nisDomain=ldn.sw.com)) should match the scripted search. OK - I ran ldapsearch2.4 -h 10.2.250.15 -D cn=proxyagent,ou=profile,dc=ldn,dc=sw,dc=com -w x -x -b 'dc=ldn,dc=sw,dc=com'

RE: Getting Solaris to use Openldap

2010-08-31 Thread Stuart Cherrington
What are the searches being run (from your slapd.log)? The ldap.log contains Aug 27 12:36:24 msldap01 slapd2.4[22363]: connection_get(21) Aug 27 12:36:24 msldap01 slapd2.4[22363]: SRCH 0 3 Aug 27 12:36:24 msldap01 slapd2.4[22363]: 0 30 0 Aug 27 12:36:24 msldap01

Getting Solaris to use Openldap

2010-08-27 Thread Stuart Cherrington
Hi, I Have an OpenLDAP 2.4.18 server on RHEL 5.3. I can get Linux clients to use the master by use of the /etc/ldap.conf file. I'm now trying to get a SOlaris 10 client to use the master by initialising with the default profileName. If I run: ldapclient -v init -a proxypassword=x -a

RE: Getting Solaris to use Openldap

2010-08-27 Thread Stuart Cherrington
Date: Fri, 27 Aug 2010 21:33:42 +1200 From: i...@ianshome.com To: stuart_cherring...@hotmail.co.uk Subject: Re: Getting Solaris to use Openldap On 08/27/10 08:48 PM, Stuart Cherrington wrote: Hi, I Have an OpenLDAP 2.4.18 server on RHEL 5.3. I can get Linux clients to use

RE: Getting Solaris to use Openldap

2010-08-27 Thread Stuart Cherrington
Date: Fri, 27 Aug 2010 22:33:15 +1200 From: i...@ianshome.com To: stuart_cherring...@hotmail.co.uk Subject: Re: Getting Solaris to use Openldap CC: openldap-technical@openldap.org On 08/27/10 09:56 PM, Stuart Cherrington wrote: Date: Fri, 27 Aug 2010 21:33:42 +1200 # default

RE: slappasswd2.4 output issue

2010-07-27 Thread Stuart Cherrington
From: die...@dkluenter.de To: openldap-technical@openldap.org Subject: Re: slappasswd2.4 output issue Date: Tue, 27 Jul 2010 10:11:45 +0200 Stuart Cherrington stuart_cherring...@hotmail.co.uk writes: Hi, I'm writing a script to help my fellow admins automatically creates user

RE: slappasswd2.4 output issue

2010-07-27 Thread Stuart Cherrington
...@hotmail.co.uk To: openldap-technical@openldap.org Subject: RE: slappasswd2.4 output issue Date: Tue, 27 Jul 2010 08:39:00 + From: die...@dkluenter.de To: openldap-technical@openldap.org Subject: Re: slappasswd2.4 output issue Date: Tue, 27 Jul 2010 10:11:45 +0200 Stuart Cherrington

RE: DN failed to copy

2010-07-15 Thread Stuart Cherrington
How does one add a 'structural Object class' to the entry? Date: Wed, 14 Jul 2010 09:29:08 -0700 From: qua...@zimbra.com To: stuart_cherring...@hotmail.co.uk; openldap-technical@openldap.org Subject: RE: DN failed to copy --On Wednesday, July 14, 2010 9:28 AM + Stuart Cherrington

RE: DN failed to copy

2010-07-14 Thread Stuart Cherrington
Hi, In an attempt to help myself, I enabled logging to 'loglevel 4' so got a lot of debug info out. During the copy of the objects under ou=group I got this error: Jul 13 13:12:59 msldap01 slapd2.4[7156]: connection_get(16) Jul 13 13:12:59 msldap01 slapd2.4[7156]: == bdb_bind: dn:

RE: Adding rfc schema clashes

2010-07-13 Thread Stuart Cherrington
Hi, Think I fixed this one myself, I've replaced the nis.schema with rfc2307bis.schema as it contains everything and more that nis.schema does. Thanks, STuart. From: stuart_cherring...@hotmail.co.uk To: openldap-technical@openldap.org Subject: Adding rfc schema clashes Date: Tue, 13 Jul 2010

DN failed to copy

2010-07-13 Thread Stuart Cherrington
Hi, Not sure if this is an issue with phpLDAPadmin 1.0.1 or Openldap2.4 (on rhel 5.3). I've created posixGroup's within my openLDAP and can see these within phpLDAPadmin, I was trying to copy the objects within my 'dc' prior to some invasive work, but I cannot copy the posixGroups. I have

Attribute type is operational

2010-07-12 Thread Stuart Cherrington
schemas and the defaults under /usr/share/openldap2.4/schema but found nothing. Anyone help here? Thanks, Stuart Cherrington. _ http://clk.atdmt.com/UKM/go/19780/direct/01/ Do you have

tnsnames in openldap

2010-07-01 Thread Stuart Cherrington
Hi, I was wondering if anyone here has had a good/bad experience of getting Openldap to provision tnsnames lookup for Oracle Databases? We're thinking of removing our current OID implementation which is very old and as I'm already running OpenLDAP 2.4 is makes sense to just roll it from

RE: User restriction

2010-06-07 Thread Stuart Cherrington
wrote: On 04/06/2010 11:49, Stuart Cherrington wrote: As far as I know, nss_base_passwd is not a valid keyword in ldap.conf for OpenLDAP clients. If you're configuring this on a Linux server, I think you'll find the equivalent configuration in /etc/libnss_ldap.conf or similar

RE: OpenLDAP bespoke schema to use 'ismemberof' to restrict user access to hosts

2010-05-05 Thread Stuart Cherrington
Buchan, Thanks for these, I saw your email yesterday in reply to another thread so took them then :-) I've started an upgrade process by doing the following: shutdown ldap slapcat -f /etc/openldap/slapd.conf -b dc=ldn,dc=sw,dc=com -l /export/home/stuart/full_msldap01.ldif removed all files

slapo-memberof Usage

2010-05-05 Thread Stuart Cherrington
Hello again, Having successfully upgraded my LDAP install to 2.4.22 on Redhat 5.3 I've been looking at use of the 'slapo-memberof' schema as provided by openldap2.4-server package. The man page for slapo-memberof2.4 indicates I can use the 'memberof-dn' directive. So, I've updated my